bitcoin-mcp vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
bitcoin-mcp by AbdelStark | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 74 | ★ 149 |
| 30d uses | — | — |
| Score | 43 | 85 |
| Official | — | — |
| Categories | FinanceDeveloper ToolsAI / LLM Tools | AI / LLM ToolsBrowser AutomationFile System |
| Language | TypeScript | Python |
| Last commit | 10 mo ago | 2 mo ago |
bitcoin-mcp · Summary
An MCP server enabling AI models to interact with Bitcoin and Lightning Network through various tools.
ultimate_mcp_server · Summary
Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.
bitcoin-mcp · Use cases
- AI assistants providing Bitcoin network information
- Automated analysis of Bitcoin transactions
- Lightning Network payment processing through AI agents
ultimate_mcp_server · Use cases
- Complex document processing and analysis with OCR and structured data extraction
- Web automation and research across multiple sites with browser control
- Cost-optimized AI workflows through intelligent task delegation between models
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/).
ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_server