Back to MCP Servers
Bitcoin
An MCP server that enables AI models to query the Bitcoin blockchain.
finance-fintechai
By JamesANZ
Installation
npx -y bitcoin-mcpConfiguration
{
"mcpServers": {
"bitcoin-mcp": {
"command": "npx",
"args": ["-y", "bitcoin-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes