MCP Catalogs
Home

bitcoin-mcp vs mcp-server-chart

Side-by-side comparison to help you pick between these two MCP servers.

bitcoin-mcp
by AbdelStark
mcp-server-chart
by antvis
Stars★ 74★ 4,068
30d uses10,239
Score4384
Official
Categories
FinanceDeveloper ToolsAI / LLM Tools
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last commit10 mo agothis month

bitcoin-mcp · Summary

An MCP server enabling AI models to interact with Bitcoin and Lightning Network through various tools.

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

bitcoin-mcp · Use cases

  • AI assistants providing Bitcoin network information
  • Automated analysis of Bitcoin transactions
  • Lightning Network payment processing through AI agents

mcp-server-chart · Use cases

  • Data analysts creating visual reports from datasets
  • AI assistants generating custom charts based on user requests
  • Web applications embedding visualization capabilities via HTTP API

bitcoin-mcp · Install

Installation

Claude Desktop Integration

Add the following to your Claude Desktop configuration (claude_desktop_config.json):

{
  "mcpServers": {
    "bitcoin-mcp": {
      "command": "npx",
      "args": ["-y", "bitcoin-mcp@latest"]
    }
  }
}

Goose Integration

For Goose CLI:

goose configure
# Add Command-Line Extension with:
# Name: bitcoin
# Command: npx -y bitcoin-mcp@latest

NPM Installation

npm install -g bitcoin-mcp

For more details, see the [documentation](https://abdelstark.github.io/bitcoin-mcp/).

mcp-server-chart · Install

Installation

Install globally:

npm install -g @antv/mcp-server-chart

For Desktop Apps (e.g., Claude Desktop, VSCode):

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "npx",
      "args": ["-y", "@antv/mcp-server-chart"]
    }
  }
}

For Windows:

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.