Search the live web using Dappier's AI-powered index for breaking news, weather forecasts, travel alerts, and trending topics
Access real-time stock prices, financial news, company updates, trade signals, and market movement summaries
Stay updated with real-time sports headlines, game recaps, and expert analysis
Explore curated lifestyle content covering wellness, entertainment, and everyday inspiration
Access dog care assistance including training tips, health advice, and behavior insights
Get expert advice on all things feline from nutrition to playtime to grooming routines
Discover sustainable lifestyle ideas, ethical choices, and green innovations
Access WISH-TV content and information
Dappier provides fast, real-time web search capabilities and access to premium data from trusted media brands. It enables AI agents to retrieve up-to-date information on news, financial markets, sports, entertainment, weather, and more without requiring any training or fine-tuning. With Dappier, developers can build powerful, interactive tools that leverage the latest web data and AI-curated content.
Dappier MCP Server enables AI agents to access real-time web search and premium data from trusted media sources. It provides several specialized models for different use cases, from general web search to financial markets and domain-specific content recommendations.
Before installing Dappier MCP, you'll need:
uv
package manager installed on your systemFor macOS/Linux:
curl -LsSf https://astral.sh/uv/install.sh | sh
For Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
For an automated installation with Claude Desktop:
npx -y @smithery/cli install @DappierAI/dappier-mcp --client claude
Install the Dappier MCP package using UV:
uv install dappier-mcp
Locate your Claude configuration file:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
Add the Dappier MCP configuration:
{
"mcpServers": {
"dappier": {
"command": "uvx",
"args": ["dappier-mcp"],
"env": {
"DAPPIER_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
You may need to provide the full path to the uvx
executable. Find it by running:
which uvx
where uvx
Locate or create your Cursor configuration file:
~/.cursor/mcp.json
%USERPROFILE%\.cursor\mcp.json
<project-root>/.cursor/mcp.json
Add the Dappier MCP configuration:
{
"mcpServers": {
"dappier": {
"command": "uvx",
"args": ["dappier-mcp"],
"env": {
"DAPPIER_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Locate your Windsurf configuration file:
~/.codeium/windsurf/mcp_config.json
%USERPROFILE%\.codeium\windsurf\mcp_config.json
Add the Dappier MCP configuration:
{
"mcpServers": {
"dappier": {
"command": "uvx",
"args": ["dappier-mcp"],
"env": {
"DAPPIER_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
After editing, refresh the MCP Servers section in the Windsurf application.
Dappier provides several specialized models that you can use in your applications:
Real-Time Web Search (Model ID: am_01j06ytn18ejftedz6dyhz2b15
)
Stock Market Insights (Model ID: am_01j749h8pbf7ns8r1bq9s2evrh
)
AI-Powered Content Recommendations
dm_01j0pb465keqmatq9k83dthx34
)dm_01j0q82s4bfjmsqkhs3ywm3x6y
)dm_01j1sz8t3qe6v9g8ad102kvmqn
)dm_01j1sza0h7ekhaecys2p3y0vmj
)dm_01j5xy9w5sf49bm6b1prm80m27
)To use these models, simply reference their Model ID when making requests through the MCP interface.