PluginBench
MCP Server

Gov Uk Content MCP Server

io.github.pipeworx-io/gov-uk-content

What is the Gov Uk Content MCP server?

GOV.UK Content + Search APIs (every gov.uk page + full search)

How to install Gov Uk Content

Copy-paste configuration for popular MCP clients.

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

Related MCP servers

Abgeordnetenwatch MCP — German federal & state parliament data.

View repository →

Australian Bureau of Statistics (ABS) Data API MCP.

View repository →

AbuseIPDB MCP — wraps AbuseIPDB v2 API (api.abuseipdb.com/api/v2)

View repository →

ACLED MCP — Armed Conflict Location & Event Data Project

View repository →