Dappier MCP Server
Real-time web search and premium data access for AI agents via Model Context Protocol.
Key Features
Use Cases
README
📽️ 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 claude
Installation
Install uv first.
MacOS/Linux:
curl -LsSf https://astral.sh/uv/install.sh | sh
Windows:
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"
}
}
}
}
Hint: You may need to provide the full path to the
uvxexecutable in thecommandfield. You can obtain this by runningwhich uvxon macOS/Linux orwhere uvxon Windows.
Configuration file location:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Accessing via application:
- macOS:
- Open the Claude Desktop application.
- In the menu bar, click on
Claude>Settings. - Navigate to the
Developertab. - Click on
Edit Configto open the configuration file in your default text editor.
- Windows:
- Open the Claude Desktop application.
- Click on the gear icon to access
Settings. - Navigate to the
Developertab. - Click on
Edit Configto open the configuration file in your default text editor.
Note: If the
Developertab is not visible, ensure you're using the latest version of Claude Desktop.
Cursor
Update your Cursor configuration file (mcp.json) with the following content:
{
"mcpServers": {
"dappier": {
"command": "uvx",
"args": ["dappier-mcp"],
"env": {
"DAPPIER_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Hint: You may need to provide the full path to the
uvxexecutable in thecommandfield. You can obtain this by runningwhich uvxon macOS/Linux orwhere uvxon Windows.
Configuration file location:
- Global Configuration:
- macOS:
~/.cursor/mcp.json - Windows:
%USERPROFILE%\.cursor\mcp.json
- macOS:
- Project-Specific Configuration:
- Place the
mcp.jsonfile inside the.cursordirectory within your project folder:<project-root>/.cursor/mcp.json
- Place the
Accessing via application:
- Open the Cursor application.
- Navigate to
Settings>MCP. - Click on
Add New Global MCP Server. - The application will open the
mcp.jsonfile in your default text editor for editing.
Note: On Windows, if the project-level configuration is not recognized, consider adding the MCP server through the Cursor settings interface.
Windsurf
Update your Windsurf configuration file (mcp_config.json) with the following content:
{
"mcpServers": {
"dappier": {
"command": "uvx",
"args": ["dappier-mcp"],
"env": {
"DAPPIER_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Hint: You may need to provide the full path to the
uvxexecutable in thecommandfield. You can obtain this by runningwhich uvxon macOS/Linux orwhere uvxon Windows.
Configuration file location:
- macOS:
~/.codeium/windsurf/mcp_config.json - Windows:
%USERPROFILE%\.codeium\windsurf\mcp_config.json
Accessing via application:
- Open the Windsurf application.
- Navigate to
Settings>Cascade. - Scroll down to the
Model Context Protocol (MCP) Serverssection. - Click on
View raw configto open themcp_config.jsonfile in your default text editor.
Note: After editing the configuration file, click the
Refreshbutton in the MCP Servers section to apply the changes.
Features
The Dappier MCP Remote Server provides powerful real-time capabilities out of the box — no training or fine-tuning needed. Use it to build live, interactive tools powered by the latest web data, financial markets, or AI-curated content.
Real-Time Web Search
Model ID: am_01j06ytn18ejftedz6dyhz2b15
Search the live web using Dappier’s AI-powered index. Get real-time access to:
- Breaking news from across the globe
- Weather forecasts and local updates
- Travel alerts and flight info
- Trending topics and viral content
- Online deals and shopping highlights
Ideal for use cases like news agents, travel planners, alert bots, and more.
Stock Market Insights
Model ID: am_01j749h8pbf7ns8r1bq9s2evrh
This model delivers instant access to market data, financial headlines, and trade insights. Perfect for portfolio dashboards, trading copilots, and investment tools.
It provides:
- Real-time stock prices
- Financial news and company updates
- Trade signals and trends
- Market movement summaries
- AI-curated analysis using live data from Polygon.io
AI-Powered Content Recommendations
Choose from several domain-specific AI models tailored for content discovery, summarization, and feed generation.
Sports News
Model ID: dm_01j0pb465keqmatq9k83dthx34
Stay updated with real-time sports headlines, game recaps, and expert analysis.
Lifestyle Updates
Model ID: dm_01j0q82s4bfjmsqkhs3ywm3x6y
Explore curated lifestyle content — covering wellness, entertainment, and everyday inspiration.
iHeartDogs AI
Model ID: dm_01j1sz8t3qe6v9g8ad102kvmqn
Your intelligent dog care assistant — access training tips, health advice, and behavior insights.
iHeartCats AI
Model ID: dm_01j1sza0h7ekhaecys2p3y0vmj
An expert AI for all things feline — from nutrition to playtime to grooming routines.
GreenMonster
Model ID: dm_01j5xy9w5sf49bm6b1prm80m27
Discover sustainable lifestyle ideas, ethical choices, and green innovations.
WISH-TV AI
Model ID: dm_01jagy9nqaeer9hxx8z1sk1jx6
Tap into hyperlocal news, politics, culture, health, and multicultural updates.
Each recommendation includes:
- A clear title and concise summary
- The original publication date
- The trusted source and domain
- Image preview (if available)
- A relevance score for prioritization
Advanced options let you:
- Tune the search algorithm (
semantic,most_recent,trending, etc.) - Focus results on a specific domain (
ref) - Adjust how many results you want (
similarity_top_k,num_articles_ref)
Debugging
Run the MCP inspector to debug the server:
npx @modelcontextprotocol/inspector uvx dappier-mcp
Contributing
We welcome contributions to expand and improve the Dappier MCP Server. Whether you want to add new search capabilities, enhance existing functionality, or improve documentation, your input is valuable.
For examples of other MCP servers and implementation patterns, see: https://github.com/modelcontextprotocol/servers
Pull requests are welcome! Feel free to contribute new ideas, bug fixes, or enhancements.
Star History
Repository Owner
Organization
Repository Details
Programming Languages
Tags
Join Our Newsletter
Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.
Related MCPs
Discover similar Model Context Protocol servers
AgentQL MCP Server
MCP-compliant server for structured web data extraction using AgentQL.
AgentQL MCP Server acts as a Model Context Protocol (MCP) server that leverages AgentQL's data extraction capabilities to fetch structured information from web pages. It allows integration with applications supporting MCP, such as Claude Desktop, VS Code, and Cursor, by providing an accessible interface for extracting structured data based on user-defined prompts. With configurable API key support and streamlined installation, it simplifies the process of connecting web data extraction workflows to AI tools.
- ⭐ 120
- MCP
- tinyfish-io/agentql-mcp
Exa MCP Server
Fast, efficient web and code context for AI coding assistants.
Exa MCP Server provides a Model Context Protocol (MCP) server interface that connects AI assistants to Exa AI’s powerful search capabilities, including code, documentation, and web search. It enables coding agents to retrieve precise, token-efficient context from billions of sources such as GitHub, StackOverflow, and documentation sites, reducing hallucinations in coding agents. The platform supports integration with popular tools like Cursor, Claude, and VS Code through standardized MCP configuration, offering configurable access to various research and code-related tools via HTTP.
- ⭐ 3,224
- MCP
- exa-labs/exa-mcp-server
Intruder MCP
Enable AI agents to control Intruder.io via the Model Context Protocol.
Intruder MCP allows AI model clients such as Claude and Cursor to interactively control the Intruder vulnerability scanner through the Model Context Protocol. It can be deployed using smithery, locally with Python, or in a Docker container, requiring only an Intruder API key for secure access. The tool provides integration instructions tailored for MCP-compatible clients, streamlining vulnerability management automation for AI-driven workflows.
- ⭐ 21
- MCP
- intruder-io/intruder-mcp
tavily-search MCP server
A search server that integrates Tavily API with Model Context Protocol tools.
tavily-search MCP server provides an MCP-compliant server to perform search queries using the Tavily API. It returns search results in text format, including AI responses, URLs, and result titles. The server is designed for easy integration with clients like Claude Desktop or Cursor and supports both local and Docker-based deployment. It facilitates AI workflows by offering search functionality as part of a standardized protocol interface.
- ⭐ 44
- MCP
- Tomatio13/mcp-server-tavily
MCP Manager for Claude Desktop
A desktop app to manage Model Context Protocol (MCP) servers for Claude Desktop on MacOS.
MCP Manager for Claude Desktop provides a user-friendly interface to manage Model Context Protocol (MCP) servers, enabling Claude to access private data, APIs, and local or remote services securely from a MacOS desktop. It facilitates rapid configuration and integration with a wide variety of MCP servers, including productivity tools, databases, and web APIs. The app runs locally to ensure data privacy and streamlines connecting Claude to new sources through simple environment and server settings management.
- ⭐ 270
- MCP
- zueai/mcp-manager
Scrapeless MCP Server
A real-time web integration layer for LLMs and AI agents built on the open MCP standard.
Scrapeless MCP Server is a powerful integration layer enabling large language models, AI agents, and applications to interact with the web in real time. Built on the open Model Context Protocol, it facilitates seamless connections between models like ChatGPT, Claude, and tools such as Cursor to external web capabilities, including Google services, browser automation, and advanced data extraction. The system supports multiple transport modes and is designed to provide dynamic, real-world context to AI workflows. Robust scraping, dynamic content handling, and flexible export formats are core parts of the feature set.
- ⭐ 57
- MCP
- scrapeless-ai/scrapeless-mcp-server
Didn't find tool you were looking for?