Skip to content
Cursor

Metaplex Agent Registry for Cursor

io.github.nirholas/metaplex-agent

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

client:Cursor transport:stdio runtime:npm

Install Metaplex Agent Registry in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "metaplex-agent": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Metaplex Agent Registry in other clients