Skip to content
Grok

neither mcp for Grok

io.github.stonianua/neither-mcp

Selected project context for Cursor & Claude Desktop via local stdio MCP, with source evidence.

client:Grok transport:stdio runtime:npm

Install neither mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "neither-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@neitherai/mcp-server"
      ],
      "env": {
        "NEITHER_API_KEY": "<NEITHER_API_KEY>",
        "NEITHER_API_BASE": "<NEITHER_API_BASE>"
      }
    }
  }
}

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

neither mcp in other clients