Odel
political comms sdk

political comms sdk

Local
@political-commsTypeScriptMITUpdated Today

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

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).

npm@political-comms/mcpv0.2.1

Run

npx -y @political-comms/mcp

MCP client config

{
  "mcpServers": {
    "political-comms-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "@political-comms/mcp"
      ]
    }
  }
}