kukapay/crypto-news-mcp
An MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.
Quick Start
Clone the repository:
git clone https://github.com/kukapay/crypto-news-mcpClaude Desktop configuration example:
{
"mcpServers": {
"crypto-news-mcp": {
"command": "npx",
"args": [
"-y",
"kukapay/crypto-news-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.