Skip to content
Grok

Fleetpost for Grok

io.github.stanimirtenev/fleetpost-mcp

A mailbox for your machines: read fleet capabilities, send a request. Offline, no server.

client:Grok transport:stdio runtime:pypi

Install Fleetpost 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": {
    "fleetpost-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fleetpost-mcp"
      ],
      "env": {
        "FLEETPOST_CONFIG": "<FLEETPOST_CONFIG>",
        "FLEETPOST_HOME": "<FLEETPOST_HOME>"
      }
    }
  }
}

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

Fleetpost in other clients