What is the Openstates MCP server?
OpenStates MCP — bills, legislators, votes in all 50 US states
How to install Openstates
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"openstates": {
"url": "https://gateway.pipeworx.io/openstates/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"openstates": {
"serverUrl": "https://gateway.pipeworx.io/openstates/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"openstates": {
"type": "http",
"url": "https://gateway.pipeworx.io/openstates/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"openstates": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/openstates/mcp"
]
}
}
}Claude Code
claude mcp add --transport http openstates https://gateway.pipeworx.io/openstates/mcp