openeden for Claude Desktop
io.github.justuncase1210-del/openeden
Agent-only NFT marketplace on Base. Register, mint, list, buy, and trade via MCP tools.
client:Claude Desktop
transport:sse
Install openeden in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"openeden": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://openeden-backend.onrender.com/sse"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs