PluginBench
MCP Server
Active

Metaplex Agent Registry MCP Server

io.github.nirholas/metaplex-agent

What is the Metaplex Agent Registry MCP server?

Deploy AI agents on-chain: mint a Metaplex Core asset + EIP-8004 identity on Solana. By three.ws.

How to install Metaplex Agent Registry

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SOLANA_SECRET_KEY
    secret

    Base58 secret key (or JSON byte array) for the minting wallet. Optional: read tools and the Phantom/Solflare prepare/send flow work without it.

  • SOLANA_RPC_URL

    HTTPS Solana RPC endpoint. Defaults to the public endpoint for the configured network; bring your own (Helius / Quicknode / Triton) for production.

  • METAPLEX_AGENT_NETWORK

    Default cluster: mainnet or devnet. Defaults to mainnet; every tool also takes a per-call network.

  • REQUIRE_CONFIRM

    Refuse to broadcast a mint or registration until the call is re-issued with confirm=true. Default true.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "metaplex-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/metaplex-agent-mcp"
      ],
      "env": {
        "SOLANA_SECRET_KEY": "<YOUR_SOLANA_SECRET_KEY>",
        "SOLANA_RPC_URL": "<YOUR_SOLANA_RPC_URL>",
        "METAPLEX_AGENT_NETWORK": "<YOUR_METAPLEX_AGENT_NETWORK>",
        "REQUIRE_CONFIRM": "<YOUR_REQUIRE_CONFIRM>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "metaplex-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/metaplex-agent-mcp"
      ],
      "env": {
        "SOLANA_SECRET_KEY": "<YOUR_SOLANA_SECRET_KEY>",
        "SOLANA_RPC_URL": "<YOUR_SOLANA_RPC_URL>",
        "METAPLEX_AGENT_NETWORK": "<YOUR_METAPLEX_AGENT_NETWORK>",
        "REQUIRE_CONFIRM": "<YOUR_REQUIRE_CONFIRM>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "metaplex-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/metaplex-agent-mcp"
      ],
      "env": {
        "SOLANA_SECRET_KEY": "<YOUR_SOLANA_SECRET_KEY>",
        "SOLANA_RPC_URL": "<YOUR_SOLANA_RPC_URL>",
        "METAPLEX_AGENT_NETWORK": "<YOUR_METAPLEX_AGENT_NETWORK>",
        "REQUIRE_CONFIRM": "<YOUR_REQUIRE_CONFIRM>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "metaplex-agent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/metaplex-agent-mcp"
      ],
      "env": {
        "SOLANA_SECRET_KEY": "<YOUR_SOLANA_SECRET_KEY>",
        "SOLANA_RPC_URL": "<YOUR_SOLANA_RPC_URL>",
        "METAPLEX_AGENT_NETWORK": "<YOUR_METAPLEX_AGENT_NETWORK>",
        "REQUIRE_CONFIRM": "<YOUR_REQUIRE_CONFIRM>"
      }
    }
  }
}
Claude Code
claude mcp add metaplex-agent --env SOLANA_SECRET_KEY=<YOUR_SOLANA_SECRET_KEY> --env SOLANA_RPC_URL=<YOUR_SOLANA_RPC_URL> --env METAPLEX_AGENT_NETWORK=<YOUR_METAPLEX_AGENT_NETWORK> --env REQUIRE_CONFIRM=<YOUR_REQUIRE_CONFIRM> -- npx -y @three-ws/metaplex-agent-mcp

Related MCP servers

Explore the Claude Code CLI source — browse tools, commands, search code, and more.

6.2k
View repository →

XActions

Active

X/Twitter automation MCP: scrape, post, schedule, analyze, engage. No API key required.

458
HTML
Apache-2.0
View repository →

Free crypto news MCP server — 38 tools, 130+ sources, market data, sentiment, whale alerts & more

294
TypeScript
View repository →

Build extend and maintain pump - Token creation buying selling migration fee collection

115
Rust
View repository →

3D AI Agent Avatar — render any GLB, give it a Solana wallet, a voice, and pump.fun powers.

98
JavaScript
View repository →

MCP tools from three.ws: free + paid text-to-3D, rigging, agent reputation, market intel.

98
JavaScript
View repository →