Back to catalog
Dappier MCP Server
Provides fast, free real-time search and access to premium data from verified media brands — news, financial markets, sports, entertainment, weather, and much more through AI models.
Provides fast, free real-time search and access to premium data from verified media brands — news, financial markets, sports, entertainment, weather, and much more through AI models.
Installation
Smithery
npx -y @smithery/cli install @DappierAI/dappier-mcp --client claude
UV (MacOS/Linux)
curl -LsSf https://astral.sh/uv/install.sh | sh
UV (Windows)
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Configuration
Claude Desktop
{
"mcpServers": {
"dappier": {
"command": "uvx",
"args": ["dappier-mcp"],
"env": {
"DAPPIER_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Cursor
{
"mcpServers": {
"dappier": {
"command": "uvx",
"args": ["dappier-mcp"],
"env": {
"DAPPIER_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Windsurf
{
"mcpServers": {
"dappier": {
"command": "uvx",
"args": ["dappier-mcp"],
"env": {
"DAPPIER_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Features
- Real-time search with AI indexing
- Fresh news from global sources
- Weather forecasts and local updates
- Travel alerts and flight information
- Stock market insights with real-time pricing
- Financial news and company updates
- Trading signals and market trends
- Sports news and game reviews
- Lifestyle content and health tips
- Pet care assistance — dogs and cats
Environment Variables
Required
DAPPIER_API_KEY- API key for accessing Dappier services, obtained at platform.dappier.com
Usage Examples
Search for breaking news about current events
Get real-time stock prices and market analysis
Find weather forecasts for travel planning
Discover trending topics and viral content
Get sports updates and game results
Notes
Requires an API key from the Dappier platform. Supports multiple AI models for different content types. Debug via MCP inspector: 'npx @modelcontextprotocol/inspector uvx dappier-mcp'. Explore available data models at marketplace.dappier.com.
