Crypto News Server

Retrieve and read the latest news articles from Coindesk effortlessly. Stay updated with real-time news feeds and access detailed articles directly from their URLs. Enhance your applications with timely cryptocurrency news insights.

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install narumiruna/crypto-news-mcp -c claude

This command will automatically install and configure the Crypto News Server MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "Crypto News Server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "narumi/crypto-news-mcp"
      ]
    }
  }
}

Crypto News MCP Server

Usage

From Docker

{
  "mcpServers": {
    "cryptonewsmcp": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "narumi/crypto-news-mcp"]
    }
  }
}

From PyPI

{
  "mcpServers": {
    "cryptonewsmcp": {
      "command": "uvx",
      "args": ["cryptonewsmcp"]
    }
  }
}

From GitHub

{
  "mcpServers": {
    "cryptonewsmcp": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/narumiruna/crypto-news-mcp",
        "cryptonewsmcp"
      ]
    }
  }
}

Components

Tools

  • recent_news
    • Fetches latest crypto news from specified site
    • Input:
      • site: Source site ("coindesk" or "decrypt")
    • Returns formatted list of news entries with titles, links, dates and summaries
  • read_news
    • Fetches article HTML from URL and converts it to Markdown
    • Input:
      • url: Article URL to retrieve
    • Returns Markdown-formatted article content
Share:
Details:
  • Stars


    0
  • Forks


    0
  • Last commit


    2 months ago
  • Repository age


    3 months
  • License


    MIT
View Repository

Auto-fetched from GitHub .

MCP servers similar to Crypto News Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


Crypto News Server: MCP Server – MCP.Bar