Skip to main content
ClaudeWave
MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · @political-comms/cli
Claude Code CLI
claude mcp add political-comms-sdk -- npx -y @political-comms/cli
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "political-comms-sdk": {
      "command": "npx",
      "args": ["-y", "@political-comms/cli"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# Political Comms SDK

Official client libraries and tools for the [Political Comms](https://politicalcomms.com/) REST API. Direct-to-carrier political texting for campaigns, PACs, advocacy organizations, fundraisers, and elected officials.

The API surface covers Projects (compose, test, schedule, send), Contact Lists, Media Files, Organizations and hierarchy, Brands, Campaigns, Tracking Domains, Phone Numbers, Analytics, and Billing. The full OpenAPI 3.1 specification lives at [politicalcomms.com/openapi.json](https://politicalcomms.com/openapi.json) and the reference documentation at [docs.politicalcomms.com](https://docs.politicalcomms.com/api-reference/introduction).

## Packages

| Package | Registry | Description |
|---------|----------|-------------|
| [`@political-comms/sdk`](packages/sdk) | npm | TypeScript SDK. Zero dependencies, native fetch, built-in retries. |
| [`@political-comms/cli`](packages/cli) | npm | Command line interface. `npx @political-comms/cli auth check` |
| [`@political-comms/mcp`](packages/mcp) | npm | MCP server for Claude and other MCP clients. |
| [`political-comms`](python) | PyPI | Python SDK mirroring the TypeScript client. |

## Authentication

Every client authenticates with an API key passed in the `X-API-Key` header. Keys are created in the dashboard under Admin > API Keys and are prefixed `pc_live_`. All packages read the `POLITICAL_COMMS_API_KEY` environment variable by default.

## Development

Node 20 or later and Python 3.10 or later.

```bash
npm install
npm run build
npm test

cd python
python3 -m venv .venv
.venv/bin/pip install -e '.[dev]'
.venv/bin/pytest
```

## License

MIT. See [LICENSE](LICENSE).

What people ask about political-comms-sdk

What is Political-Comms/political-comms-sdk?

+

Political-Comms/political-comms-sdk is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install political-comms-sdk?

+

You can install political-comms-sdk by cloning the repository (https://github.com/Political-Comms/political-comms-sdk) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Political-Comms/political-comms-sdk safe to use?

+

Political-Comms/political-comms-sdk has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains Political-Comms/political-comms-sdk?

+

Political-Comms/political-comms-sdk is maintained by Political-Comms. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to political-comms-sdk?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy political-comms-sdk to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Political-Comms/political-comms-sdk
[![Featured on ClaudeWave](https://claudewave.com/api/badge/political-comms-political-comms-sdk)](https://claudewave.com/repo/political-comms-political-comms-sdk)
<a href="https://claudewave.com/repo/political-comms-political-comms-sdk"><img src="https://claudewave.com/api/badge/political-comms-political-comms-sdk" alt="Featured on ClaudeWave: Political-Comms/political-comms-sdk" width="320" height="64" /></a>

More MCP Servers

political-comms-sdk alternatives