Skip to main content
Finance & FintechPython

kukapay/crypto-news-mcp

An MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.

finance-fintechcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/kukapay/crypto-news-mcp

Claude 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.

Details

Category
Finance & Fintech
Language
Python
Author
kukapay