Skip to content
Grok

Tauri Documentation MCP for Grok

io.github.fxckcode/tauri-docs-mcp

Read-only MCP server for official Tauri 2 documentation snapshots.

client:Grok transport:stdio runtime:npm

Install Tauri Documentation MCP in Grok

.mcp.json (in your project root)

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

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

Tauri Documentation MCP in other clients