Obyte MCP for Claude Desktop
io.github.taump/obyte-mcp
Query Obyte mainnet and testnet: balances, units, autonomous agents, AA state, dry runs, tokens.
client:Claude Desktop
transport:stdio
runtime:npm
Install Obyte MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"obyte-mcp": {
"command": "npx",
"args": [
"-y",
"obyte-mcp"
],
"env": {
"OBYTE_NETWORK": "<OBYTE_NETWORK>",
"OBYTE_MAINNET_HUB_ADDRESS": "<OBYTE_MAINNET_HUB_ADDRESS>",
"OBYTE_TESTNET_HUB_ADDRESS": "<OBYTE_TESTNET_HUB_ADDRESS>",
"OBYTE_TESTNET_TOKEN_REGISTRY_ADDRESS": "<OBYTE_TESTNET_TOKEN_REGISTRY_ADDRESS>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs