Back to MCP Servers

Crypto News

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

finance-fintechaiagent

Installation

npx -y crypto-news-mcp

Configuration

{
  "mcpServers": {
    "crypto-news-mcp": {
      "command": "npx",
      "args": ["-y", "crypto-news-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub