Skip to content
Grok

novai mcp server for Grok

io.github.0x-devc/novai-mcp-server

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

client:Grok transport:stdio runtime:npm

Install novai mcp server in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

novai mcp server in other clients