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 uses | — | 10,239 |
| Score | 43 | 84 |
| Official | — | — |
| Categories | FinanceDeveloper ToolsAI / LLM Tools | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | 10 mo ago | this 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@latestNPM Installation
npm install -g bitcoin-mcpFor more details, see the [documentation](https://abdelstark.github.io/bitcoin-mcp/).
mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor 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"]
}
}
}