Back to MCP Servers
Crypto News
An MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.
finance-fintechaiagent
By kukapay
Installation
npx -y crypto-news-mcpConfiguration
{
"mcpServers": {
"crypto-news-mcp": {
"command": "npx",
"args": ["-y", "crypto-news-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes