PluginBench
MCP Server
Active
MIT

com.politicalcomms/api MCP Server

com.politicalcomms/api

What is the com.politicalcomms/api MCP server?

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

How to install com.politicalcomms/api

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • POLITICAL_COMMS_API_KEY
    required
    secret

    Political Comms API key (pc_live_*), created by a human operator in the dashboard under Admin > API Keys

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "api": {
      "command": "npx",
      "args": [
        "-y",
        "@political-comms/mcp"
      ],
      "env": {
        "POLITICAL_COMMS_API_KEY": "<YOUR_POLITICAL_COMMS_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "api": {
      "command": "npx",
      "args": [
        "-y",
        "@political-comms/mcp"
      ],
      "env": {
        "POLITICAL_COMMS_API_KEY": "<YOUR_POLITICAL_COMMS_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "api": {
      "command": "npx",
      "args": [
        "-y",
        "@political-comms/mcp"
      ],
      "env": {
        "POLITICAL_COMMS_API_KEY": "<YOUR_POLITICAL_COMMS_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "api": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@political-comms/mcp"
      ],
      "env": {
        "POLITICAL_COMMS_API_KEY": "<YOUR_POLITICAL_COMMS_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add api --env POLITICAL_COMMS_API_KEY=<YOUR_POLITICAL_COMMS_API_KEY> -- npx -y @political-comms/mcp

Related MCP servers

Political Comms documentation MCP server: search docs, query the docs filesystem. No auth.