PluginBench
MCP Server

com.politicalcomms/docs MCP Server

com.politicalcomms/docs

What is the com.politicalcomms/docs MCP server?

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

How to install com.politicalcomms/docs

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "docs": {
      "url": "https://docs.politicalcomms.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "docs": {
      "serverUrl": "https://docs.politicalcomms.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "docs": {
      "type": "http",
      "url": "https://docs.politicalcomms.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "docs": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://docs.politicalcomms.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http docs https://docs.politicalcomms.com/mcp

Related MCP servers

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

0
TypeScript
MIT
View repository →