Loading MCP server directory, please wait...
Guardian Open Platform — search and retrieve full article text from The Guardian archive.
npx @getmcp/cli add io.github.cyanheads/guardian-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
GUARDIAN_API_KEYAPI key for The Guardian Open Platform (https://open-platform.theguardian.com/).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/guardian-mcp-server": {
"command": "bun",
"args": [
"@cyanheads/guardian-mcp-server",
"run",
"start:stdio"
],
"env": {
"GUARDIAN_API_KEY": "",
"MCP_LOG_LEVEL": "info"
}
}
}
}