Skip to content
Grok

mockpost for Grok

io.github.reiarseni/mockpost

Local multi-channel message emulator for E2E testing, with MCP tools for LLM agents.

client:Grok transport:stdio runtime:pypi

Install mockpost in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mockpost": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mockpost"
      ],
      "env": {
        "MOCKPOST_URL": "<MOCKPOST_URL>"
      }
    }
  }
}

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

mockpost in other clients