📽️ Watch the Demo Video (Live!)
📌 Click the image below — use Ctrl+Click (or Cmd+Click on Mac) to open in a new tab.
Dappier MCP Server
Enable fast, free real-time web search and access premium data from trusted media brands—news, financial markets, sports, entertainment, weather, and more. Build powerful AI agents with Dappier.
Explore a wide range of data models in our marketplace at marketplace.dappier.com.
Getting Started
Get Dappier API Key. Head to Dappier to sign up and generate an API key.
Installing via Smithery
To install dappier-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @DappierAI/dappier-mcp --client claudeInstallation
Install uv first.
MacOS/Linux:
curl -LsSf https://astral.sh/uv/install.sh | shWindows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Usage
Claude Desktop
Update your Claude configuration file (claude_desktop_config.json) with the following content:
{
"mcpServers": {
"dappier": {
"command": "uvx",
"args": ["dappier-mcp"],
"env": {
"DAPPIER_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}






