mcpbeat Sign in

Metaplex Agent Registry MCP Server

local only

Metaplex Agent Registry runs on your own machine — the client starts it, so there is no endpoint to ping. 236 installs a week from npm. Last commit 18 Sep 2026.

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

Installs per day peak 520 · avg 35 · +731% w/w
a month agotoday
236
Installs / week
npm · @three-ws/metaplex-agent-mcp
194
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

Nothing serious here today

Today is the operative word: we check Metaplex Agent Registry every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add metaplex-agent -- npx -y @three-ws/metaplex-agent-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "metaplex-agent": {
      "args": [
        "-y",
        "@three-ws/metaplex-agent-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.metaplex-agent]
command = "npx"
args = ["-y", "@three-ws/metaplex-agent-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "metaplex-agent": {
      "args": [
        "-y",
        "@three-ws/metaplex-agent-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "metaplex-agent": {
      "args": [
        "-y",
        "@three-ws/metaplex-agent-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SOLANA_SECRET_KEY (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.), DEPLOY_FEE_SOL (Mainnet deploy fee, in SOL, paid to DEPLOY_FEE_WALLET in the same transaction as the mint. Default 0.02.), DEPLOY_FEE_WALLET (Wallet the deploy fee is paid to. Defaults to the three.ws $THREE buyback wallet; override only when self-hosting a fork.), DEPLOY_FEE_ENABLED (Set false to build a fork that charges no deploy fee. Default true.), THREE_HALF_PRICE_AT ($THREE balance in the paying wallet that halves the deploy fee. Default 50000.), THREE_FREE_AT ($THREE balance in the paying wallet that waives the deploy fee entirely. Default 250000.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Metaplex Agent Registry

same job, measured the same way
Cabal Hunter
by cabal-hunter-api

Solana pre-trade safety for AI agents: cabal, bundle, dump, deployer & honeypot in one verdict.

2 tools answering
Omnara
by omnara

Deploy durable AI agents with Omnara, an open-source managed-agent platform.

answering
Base Gasless Deploy MCP
by lordbasilaiassistant-sudo

MCP server for AI agents to deploy ERC-20 tokens on Base with zero gas fees via CDP Paymaster. Gasle

237 installs/wk local only
Sota
by sota-deploy

Deploy web apps via AI agents with sota.io. 9 tools for deploy, logs, env, and more.

local only
Agentbuilders
by deepfreezechill

Deploy full-stack AI agent apps with database, auth, storage, and Edge AI on one platform.

38 installs/wk local only
Bim
by makata

Design-review threads, comments, reactions and deployments from Bim. Sign in with Google.

answering
Specshield MCP Server
by specshield-io

The API-change deploy gate for AI coding agents. Read-only breaking-change detection.

local only
I
Perceptdot Vercel
by perceptdot

AI agent vision for Vercel deployments — with ROI measurement. perceptdot.com

29 installs/wk local only

Metaplex Agent Registry — questions

Answers built from our own checks of this server.

Why is there no uptime for Metaplex Agent Registry?
Metaplex Agent Registry runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @three-ws/metaplex-agent-mcp was installed 236 times last week.
How do I connect Metaplex Agent Registry?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @three-ws/metaplex-agent-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Metaplex Agent Registry?
The npm package @three-ws/metaplex-agent-mcp was installed 236 times in the last week. Week over week that is +731%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Metaplex Agent Registry open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 194 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.