Odel
Pomera AI Commander

Pomera AI Commander

Local
@matbanik3PythonMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIpomera-ai-commanderv1.5.1

Run

uvx pomera-ai-commander

MCP client config

{
  "mcpServers": {
    "pomera-ai-commander": {
      "command": "uvx",
      "args": [
        "pomera-ai-commander"
      ]
    }
  }
}
npmpomera-ai-commanderv1.5.1

Run

npx -y pomera-ai-commander

MCP client config

{
  "mcpServers": {
    "pomera-ai-commander": {
      "command": "npx",
      "args": [
        "-y",
        "pomera-ai-commander"
      ]
    }
  }
}