Skip to content
Grok

Front MCP for Grok

io.github.wearehoust/front-mcp

MCP server for Front: conversations, contacts, messages, tags, and inbox workflows.

client:Grok transport:stdio runtime:npm

Install Front MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "front-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@houst-com/front-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

Front MCP in other clients