Skip to content
Grok

Commune for Grok

io.github.shanjai-raj/commune-mcp

Email and SMS MCP server for AI agents — 41 tools for inboxes, sending, search, and SMS.

client:Grok transport:stdio runtime:pypi

Install Commune 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": {
    "commune-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "commune-mcp"
      ],
      "env": {
        "COMMUNE_API_KEY": "<COMMUNE_API_KEY>"
      }
    }
  }
}

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

Commune in other clients