Best for
- Traders and investors who want real-time financial and crypto news at their fingertips.
- Developers seeking AI-powered market insights with scores and signals.
- Researchers aggregating news within AI assistant environments like Claude.
The OpenNews MCP server is a community-maintained MCP server that provides comprehensive financial and cryptocurrency news aggregation with AI analysis. It requires an API token for authentication and communicates with external services via HTTP and WebSocket. Installation involves setting environment variables and configuring the client JSON. Since the server has network permissions and reads local configuration, there is a risk of API key leakage, but a source code review can help verify that the server only connects to expected endpoints. It is suitable for traders, researchers, and AI assistant users interested in real-time market information.
The OpenNews MCP server (developed by 6551Team) aggregates financial and cryptocurrency news from over 85 sources, including major media outlets, exchanges, on-chain data, social media, and market data. All articles are AI-analyzed with an impact score (0-100), trading signal (long/short/neutral), and bilingual summaries (EN/ZH). It provides search, filtering, company information, and real-time WebSocket subscriptions.
/path/to/opennews-mcp with your actual path. 5. Restart your client.{
"mcpServers": {
"opennews": {
"command": "uv",
"args": [
"--directory",
"/path/to/opennews-mcp",
"run",
"opennews-mcp"
],
"env": {
"OPENNEWS_TOKEN": "<your-token>"
}
}
}
}