Skip to content
Cline

Obyte MCP for Cline

io.github.taump/obyte-mcp

Query Obyte mainnet and testnet: balances, units, autonomous agents, AA state, dry runs, tokens.

client:Cline transport:stdio runtime:npm

Install Obyte MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Obyte MCP in other clients