Metaplex Agent Registry for Claude Desktop
io.github.nirholas/metaplex-agent
Deploy AI agents on-chain on Solana with an EIP-8004 identity. Deploy fee funds $THREE buybacks.
client:Claude Desktop
transport:stdio
runtime:npm
Install Metaplex Agent Registry in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs