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_KEYrequiredsecretPolitical 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/mcpRelated MCP servers
Political Comms documentation MCP server: search docs, query the docs filesystem. No auth.