Skip to content

paraglide messages mcp for Grok

io.github.whazeted/paraglide-messages-mcp

Validated, sub-agent per-locale translation of Paraglide JS / inlang message-format projects.

client:Grok transport:stdio runtime:npm

Install paraglide messages mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "paraglide-messages-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "paraglide-messages-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

paraglide messages mcp in other clients