Skip to content
Grok

api for Grok

com.politicalcomms/api

Compliant political SMS/MMS from MCP clients: projects, contacts, analytics, billing.

client:Grok transport:stdio runtime:npm

Install api 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": {
    "api": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@political-comms/mcp"
      ],
      "env": {
        "POLITICAL_COMMS_API_KEY": "<POLITICAL_COMMS_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

api in other clients