Skip to content
Grok

Pomera AI Commander for Grok

io.github.matbanik/pomera

Desktop text workbench + MCP server: 22+ text processing tools for AI assistants

client:Grok transport:stdio runtime:pypi

Install Pomera AI Commander in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "pomera": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pomera-ai-commander"
      ]
    }
  }
}

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

Pomera AI Commander in other clients