kukapay/crypto-news-mcp
An MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.
Platform-specific configuration:
{
"mcpServers": {
"crypto-news-mcp": {
"command": "npx",
"args": [
"-y",
"crypto-news-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.
[](https://smithery.ai/server/@kukapay/crypto-news-mcp)
*Try Kukapay News MCP — no API key required, fully AI-annotated*.
nextPage API feature.To install Crypto News for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @kukapay/crypto-news-mcp --client claude git clone https://github.com/kukapay/crypto-news-mcp.git
cd crypto-news-mcp pip install mcp[cli] httpx python-dotenv mcp install main.py --name "CryptoNews"Or configure MCP-compatible clients manually:
{
"mcpServers": {
"Crypto News": {
"command": "python",
"args": [ "path/to/crypto-news-mcp/main.py"],
"env": {
"NEWS_API_KEY": "your_newsdata_api_key_here"
}
} Loading reviews...