mcp python bitcoinlib for Grok
io.github.daedalus/mcp-python-bitcoinlib
An MCP server that exposes the python-bitcoinlib API
client:Grok
transport:stdio
runtime:pypi
Install mcp python bitcoinlib in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-python-bitcoinlib": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-python-bitcoinlib"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs