daedalus/mcp-python-bitcoinlib
An MCP server that exposes the python-bitcoinlib API
Platform-specific configuration:
{
"mcpServers": {
"mcp-python-bitcoinlib": {
"command": "npx",
"args": [
"-y",
"mcp-python-bitcoinlib"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> An MCP server that exposes the python-bitcoinlib API
[](https://pypi.org/project/mcp-python-bitcoinlib/) [](https://pypi.org/project/mcp-python-bitcoinlib/) [](https://codecov.io/gh/daedalus/mcp-python-bitcoinlib) [](https://github.com/astral-sh/ruff)
pip install mcp-python-bitcoinlibmcp-python-bitcoinlibmcp-name: io.github.daedalus/mcp-python-bitcoinlib
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-python-bitcoinlib": {
"command": "mcp-python-bitcoinlib",
"env": {}
}
}
}The server exposes the following Bitcoin tools:
git clone https://github.com/daedalus/mcp-python-bitcoinlib.git
cd mcp-python-bitcoinlib
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mcp-python-bitcoinlib src/Loading reviews...