Claude Desktop Integration
A guide to integrating Bitcoin MCP Server with Claude Desktop.
Prerequisites
- Claude Desktop installed
- Bitcoin MCP Server installed
- Basic understanding of MCP
Configuration Steps
-
Locate Configuration File
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
-
Add Server Configuration
{
"mcpServers": {
"bitcoin-mcp": {
"command": "npx",
"args": ["-y", "bitcoin-mcp@latest"]
}
}
}
- Restart Claude Desktop
Testing the Integration
- Start a new conversation in Claude
- Try basic commands:
Could you generate a new Bitcoin address for me?
- Verify the response includes proper Bitcoin data
Troubleshooting
Common Issues
- Server not starting
- Configuration not loading
- Communication errors
Solutions
- Check configuration file syntax
- Verify server installation
- Check Claude Desktop logs