Skip to content
Claude Desktop

nory mcp server for Claude Desktop

io.github.thememebanker/nory-mcp-server

Give any AI agent instant payment capabilities via x402 protocol on Solana

client:Claude Desktop transport:stdio runtime:npm

Install nory mcp server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nory-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "nory-mcp-server"
      ],
      "env": {
        "NORY_WALLET_KEY": "<NORY_WALLET_KEY>",
        "NORY_API_URL": "<NORY_API_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

nory mcp server in other clients