
Dappier-MCP
El servidor Dappier MCP conecta cualquier IA con datos patentados en tiempo real, incluidas la búsqueda en la web, las noticias, los deportes, los datos del mercado de valores y el contenido de editorial premium.
1
Github Watches
4
Github Forks
5
Github Stars
Dappier MCP Server
A Model Context Protocol (MCP) server that connects any LLM or Agentic AI to real-time, rights-cleared, proprietary data from trusted sources. Dappier enables your AI to become an expert in anything by providing access to specialized models, including Real-Time Web Search, News, Sports, Financial Stock Market Data, Crypto Data, and exclusive content from premium publishers. Explore a wide range of data models in our marketplace at marketplace.dappier.com.
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.
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
.
-
Setup Instructions
Installing via Smithery
To install dappier-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @DappierAI/dappier-mcp --client claude
1. Get Dappier API Key
Head to Dappier to sign up and generate an API key.
2. Install Dependencies
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"
3. Install Dappier MCP Server
pip install dappier-mcp
Or if you have uv
installed:
uv pip install dappier-mcp
4. Configure 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"
}
}
}
}
Configuration file location:
-
macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
-
Windows:
%APPDATA%\Claude\claude_desktop_config.json
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."
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.
相关推荐
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Espejo dehttps: //github.com/agentience/practices_mcp_server
Plataforma de automatización de flujo de trabajo de código justo con capacidades de IA nativas. Combine el edificio visual con código personalizado, auto-anfitrión o nube, más de 400 integraciones.
Un poderoso complemento Neovim para administrar servidores MCP (protocolo de contexto del modelo)
Reviews

user_YbASmcIR
As a dedicated user of the dappier-mcp application, I am extremely impressed with its seamless functionality and robust performance. DappierAI has done an outstanding job in designing a user-friendly interface and providing comprehensive features. It's definitely a must-have for anyone looking to optimize their project workflows. Highly recommend checking it out at their GitHub page: https://github.com/DappierAI/dappier-mcp.