Deploy AI agents on-chain: mint a Metaplex Core asset + EIP-8004 identity on Solana. By three.ws.
claude mcp add metaplex-agent -- npx -y @three-ws/metaplex-agent-mcp
claude_desktop_config.json
{
"mcpServers": {
"metaplex-agent": {
"command": "npx",
"args": [
"-y",
"@three-ws/metaplex-agent-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"metaplex-agent": {
"command": "npx",
"args": [
"-y",
"@three-ws/metaplex-agent-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"metaplex-agent": {
"command": "npx",
"args": [
"-y",
"@three-ws/metaplex-agent-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"metaplex-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@three-ws/metaplex-agent-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"metaplex-agent": {
"command": "npx",
"args": [
"-y",
"@three-ws/metaplex-agent-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.nirholas--metaplex-agent/reviews or the review_server meta-tool.
POST /mcp