Odel
guardian mcp server

guardian mcp server

Local
@cyanheads2TypeScriptApache-2.0Updated 2w ago

Guardian Open Platform — search and retrieve full article text from The Guardian archive.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@cyanheads/guardian-mcp-serverv0.1.3

Run

npx -y @cyanheads/guardian-mcp-server

MCP client config

{
  "mcpServers": {
    "guardian-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/guardian-mcp-server"
      ]
    }
  }
}
npm@cyanheads/guardian-mcp-serverv0.1.3

Run

npx -y @cyanheads/guardian-mcp-server

MCP client config

{
  "mcpServers": {
    "guardian-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/guardian-mcp-server"
      ]
    }
  }
}