Odel
novai mcp server

novai mcp server

Local
@0x-devc1TypeScriptMITUpdated 2mo ago

Read-only MCP server for querying the live NOVAI blockchain over its public JSON-RPC endpoint.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmnovai-mcp-serverv0.1.1

Run

npx -y novai-mcp-server

MCP client config

{
  "mcpServers": {
    "novai-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "novai-mcp-server"
      ]
    }
  }
}