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