Skip to content
Grok

guidance lark mcp for Grok

io.github.guidance-ai/guidance-lark-mcp

Validate and test llguidance grammars with batch testing and documentation

client:Grok transport:stdio runtime:pypi

Install guidance lark mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "guidance-lark-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "guidance-lark-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

guidance lark mcp in other clients