Skip to content
Cline

Metaplex Agent Registry for Cline

io.github.nirholas/metaplex-agent

Deploy AI agents on-chain on Solana with an EIP-8004 identity. Deploy fee funds $THREE buybacks.

client:Cline transport:stdio runtime:npm

Install Metaplex Agent Registry 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": {
    "metaplex-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/metaplex-agent-mcp"
      ],
      "env": {
        "SOLANA_SECRET_KEY": "<SOLANA_SECRET_KEY>",
        "SOLANA_RPC_URL": "<SOLANA_RPC_URL>",
        "METAPLEX_AGENT_NETWORK": "<METAPLEX_AGENT_NETWORK>",
        "REQUIRE_CONFIRM": "<REQUIRE_CONFIRM>",
        "DEPLOY_FEE_SOL": "<DEPLOY_FEE_SOL>",
        "DEPLOY_FEE_WALLET": "<DEPLOY_FEE_WALLET>",
        "DEPLOY_FEE_ENABLED": "<DEPLOY_FEE_ENABLED>",
        "THREE_HALF_PRICE_AT": "<THREE_HALF_PRICE_AT>",
        "THREE_FREE_AT": "<THREE_FREE_AT>"
      }
    }
  }
}

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

Metaplex Agent Registry in other clients