Skip to content
Grok

LightNow MCP Proxy for Grok

io.github.lightnow-ai/lightnow-proxy

Connect your AI clients to your MCP servers—securely managed in one place.

client:Grok transport:stdio runtime:pypi

Install LightNow MCP Proxy in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "lightnow-proxy": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lightnow-proxy"
      ]
    }
  }
}

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

LightNow MCP Proxy in other clients