Watch the Video
If you prefer a visual walkthrough, check out the accompanying video below:Features
- Real-Time Web Search: Access real-time Google web search results, including the latest news, weather, stock prices, travel, deals, and more.
- Stock Market Data: Get real-time financial news, stock prices, and trades from Polygon.io, with AI-powered insights and up-to-the-minute updates.
- AI-Powered Recommendations: Personalized content discovery across Sports, Lifestyle News, and niche favorites like I Heart Dogs, I Heart Cats, Green Monster, WishTV, and many more.
- Structured JSON Responses: Rich metadata for articles, including titles, summaries, images, and source URLs.
- Flexible Customization: Choose from predefined data models, similarity filtering, reference domain filtering, and search algorithms.
Getting Started
1. Get Dappier API Key
Head to Dappier to sign up and generate an API key.2. Install Claude for Desktop
Start by downloading Claude for Desktop: 👉 Download Claude for Desktop (Supports macOS & Windows) After installation:- Ensure you have the latest version → Click Claude Menu → “Check for Updates…”
- Linux is not yet supported.
Why Use Claude for Desktop Instead of Claude.ai?
Why Use Claude for Desktop Instead of Claude.ai?
MCP currently supports local desktop servers for security and performance
reasons. Remote hosting is in active development.
3. Adding the Dappier MCP Server
To enable real-time AI-powered search & recommendations, configure Claude for Desktop to use the Dappier MCP Server.Step 1: Open Claude Settings
- Open the Claude menu → Select “Settings…”
- In Settings, click “Developer”
- Click “Edit Config”
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Step 2: Edit the Configuration File
Open the file in a text editor and replace its contents with:Configuration
4. Restart Claude & Verify Setup
- Restart Claude for Desktop after saving the configuration.
- Look for a hammer icon 🔨 in the bottom-right of the chat input.
- Click the hammer icon to verify that Dappier tools are available.
- Real-Time Web Search
- AI-Powered Recommendations
Tools
1. Real-Time Data Search
- Name:
dappier_real_time_search - Description: Retrieves direct answers to real-time queries using AI-powered search. This includes web search results, financial information, news, weather, stock market updates, and more.
- Parameters:
query(string, required): The user-provided input string for retrieving real-time data.ai_model_id(string, optional): The AI model ID to use for the query. Defaults toam_01j06ytn18ejftedz6dyhz2b15(Real-Time Data).
2. AI Recommendations
- Name:
dappier_ai_recommendations - Description: Provides AI-powered content recommendations based on structured data models. Returns a list of articles with titles, summaries, images, and source URLs.
- Parameters:
query(string, required): The user-provided input string for AI recommendations.data_model_id(string, optional): The data model ID to use for recommendations. Defaults todm_01j0pb465keqmatq9k83dthx34(Sports News).similarity_top_k(integer, optional): The number of top documents to retrieve based on similarity. Defaults to9.ref(string, optional): The site domain where AI recommendations should be displayed. Defaults toNone.num_articles_ref(integer, optional): The minimum number of articles to return from the specified reference domain (ref). Defaults to0.search_algorithm(string, optional): The search algorithm to use for retrieving articles. Options:most_recent,semantic,most_recent_semantic,trending. Defaults tomost_recent.
Examples
Real-Time Data Search
- Query: “How is the weather today in Austin, TX?”
- Query: “What is the latest news for Meta?”
- Query: “What is the stock price for AAPL?”
AI Recommendations
- Query: “Show me the latest sports news.”
- Query: “Find trending articles on sustainable living.”
- Query: “Get pet care recommendations from IHeartDogs AI.”
5. Troubleshooting
If the Dappier MCP Server does not appear in Claude, try the following:Hammer icon missing / server not showing in Claude
Hammer icon missing / server not showing in Claude
- Restart Claude for Desktop
- Check
claude_desktop_config.jsonfor errors - Ensure the API Key is correctly entered
- Verify your internet connection
- Try running the server manually:
Checking Claude Logs for Errors
Checking Claude Logs for Errors
Dappier tools not responding
Dappier tools not responding
If Claude detects the server but fails to retrieve results:
- Check Claude logs for errors
- Restart Claude Desktop
- Ensure your Dappier API Key is valid
- Try manually running the server:

