Metaplex Agent Registry
Rank #7,418io.github.nirholas/metaplex-agent
Deploy AI agents on-chain on Solana with an EIP-8004 identity. Deploy fee funds $THREE buybacks.
Metaplex Agent Registry is a Model Context Protocol (MCP) server published by nirholas. It ranks #7,418 of 115,460 servers tracked on MCP Toplist, and its repository has 105 GitHub stars. Metaplex Agent Registry is listed on Official MCP, with 2 tracked versions. It was first listed on Aug 19, 2026 and most recently updated on Aug 19, 2026.
Ranks ahead of 108,042 of 115,460 servers on MCP Toplist.
Use Metaplex Agent Registry
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add metaplex-agent -e "SOLANA_SECRET_KEY=<your SOLANA_SECRET_KEY>" -e "SOLANA_RPC_URL=<your SOLANA_RPC_URL>" -e "METAPLEX_AGENT_NETWORK=<your METAPLEX_AGENT_NETWORK>" -e "REQUIRE_CONFIRM=<your REQUIRE_CONFIRM>" -e "DEPLOY_FEE_SOL=<your DEPLOY_FEE_SOL>" -e "DEPLOY_FEE_WALLET=<your DEPLOY_FEE_WALLET>" -e "DEPLOY_FEE_ENABLED=<your DEPLOY_FEE_ENABLED>" -e "THREE_HALF_PRICE_AT=<your THREE_HALF_PRICE_AT>" -e "THREE_FREE_AT=<your THREE_FREE_AT>" -- npx -y @three-ws/metaplex-agent-mcpReplace each placeholder with your own value before saving.
[mcp_servers.metaplex-agent]
command = "npx"
args = ["-y", "@three-ws/metaplex-agent-mcp"]
[mcp_servers.metaplex-agent.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>"
DEPLOY_FEE_SOL = "<your DEPLOY_FEE_SOL>"
DEPLOY_FEE_WALLET = "<your DEPLOY_FEE_WALLET>"
DEPLOY_FEE_ENABLED = "<your DEPLOY_FEE_ENABLED>"
THREE_HALF_PRICE_AT = "<your THREE_HALF_PRICE_AT>"
THREE_FREE_AT = "<your THREE_FREE_AT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>",
"DEPLOY_FEE_SOL": "<your DEPLOY_FEE_SOL>",
"DEPLOY_FEE_WALLET": "<your DEPLOY_FEE_WALLET>",
"DEPLOY_FEE_ENABLED": "<your DEPLOY_FEE_ENABLED>",
"THREE_HALF_PRICE_AT": "<your THREE_HALF_PRICE_AT>",
"THREE_FREE_AT": "<your THREE_FREE_AT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>",
"DEPLOY_FEE_SOL": "<your DEPLOY_FEE_SOL>",
"DEPLOY_FEE_WALLET": "<your DEPLOY_FEE_WALLET>",
"DEPLOY_FEE_ENABLED": "<your DEPLOY_FEE_ENABLED>",
"THREE_HALF_PRICE_AT": "<your THREE_HALF_PRICE_AT>",
"THREE_FREE_AT": "<your THREE_FREE_AT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>",
"DEPLOY_FEE_SOL": "<your DEPLOY_FEE_SOL>",
"DEPLOY_FEE_WALLET": "<your DEPLOY_FEE_WALLET>",
"DEPLOY_FEE_ENABLED": "<your DEPLOY_FEE_ENABLED>",
"THREE_HALF_PRICE_AT": "<your THREE_HALF_PRICE_AT>",
"THREE_FREE_AT": "<your THREE_FREE_AT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>",
"DEPLOY_FEE_SOL": "<your DEPLOY_FEE_SOL>",
"DEPLOY_FEE_WALLET": "<your DEPLOY_FEE_WALLET>",
"DEPLOY_FEE_ENABLED": "<your DEPLOY_FEE_ENABLED>",
"THREE_HALF_PRICE_AT": "<your THREE_HALF_PRICE_AT>",
"THREE_FREE_AT": "<your THREE_FREE_AT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>",
"DEPLOY_FEE_SOL": "<your DEPLOY_FEE_SOL>",
"DEPLOY_FEE_WALLET": "<your DEPLOY_FEE_WALLET>",
"DEPLOY_FEE_ENABLED": "<your DEPLOY_FEE_ENABLED>",
"THREE_HALF_PRICE_AT": "<your THREE_HALF_PRICE_AT>",
"THREE_FREE_AT": "<your THREE_FREE_AT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nirholas%2Fmetaplex-agent)<a href="https://mcptoplist.com/server/io.github.nirholas%2Fmetaplex-agent"><img src="https://mcptoplist.com/badge/io.github.nirholas%2Fmetaplex-agent.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
nirholas
Other servers by nirholas
- XActions#482 · 4 vers
- Claude Code Explorer MCP#887 · 2 vers
- Pump SDK MCP Server#963 · 4 vers
- Free Crypto News#1,053 · 3 vers
- Universal Crypto MCP#3,833 · 2 vers
- Crypto Tools Registry#5,678 · 2 vers
- Solidity Compiler#5,972 · 2 vers
- Github To MCP#6,021 · 2 vers
- Defi Agents#6,256 · 2 vers
- Pumpfun Claims Bot#6,370 · 2 vers
- Abi To MCP#6,922 · 2 vers
- Tool Discovery MCP#7,463 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Aug 19, 2026 |
| 0.1.0 | Aug 19, 2026 |
Frequently asked questions
- Who maintains Metaplex Agent Registry?
- Metaplex Agent Registry is maintained by nirholas, which publishes 87 MCP servers (137 total versions) tracked on MCP Toplist.
- Is Metaplex Agent Registry listed on the Official MCP Registry?
- Yes — Metaplex Agent Registry is listed on the Official MCP Registry.
- How many versions does Metaplex Agent Registry have?
- MCP Toplist tracks 2 versions of Metaplex Agent Registry, most recently published on Aug 19, 2026.
- Where can I find the source code for Metaplex Agent Registry?
- The source code for Metaplex Agent Registry is hosted at github.com/nirholas/three.ws.