Catalog
io.github.cyanheads/guardian-mcp-server
Officialby cyanheads · TypeScript
Guardian Open Platform — search and retrieve full article text from The Guardian archive.
Search and retrieve full article text from The Guardian news archive.
Topics
ai-agentarticlesbunguardianjournalismmcpmcp-servermodel-context-protocolnewsstdiostreamable-httptypescript
README not available yet.
Install
Configuration
Environment variables
GUARDIAN_API_KEYrequiredAPI key for The Guardian Open Platform (https://open-platform.theguardian.com/).
MCP_LOG_LEVELdefault infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
MCP_HTTP_HOSTdefault 127.0.0.1The hostname for the HTTP server.
MCP_HTTP_PORTdefault 3010The port to run the HTTP server on.
MCP_HTTP_ENDPOINT_PATHdefault /mcpThe endpoint path for the MCP server.
MCP_AUTH_MODEdefault noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
claude_desktop_config.json
{
"mcpServers": {
"guardian-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/guardian-mcp-server@0.1.2",
"run",
"start:stdio"
],
"env": {
"GUARDIAN_API_KEY": "<YOUR_GUARDIAN_API_KEY>",
"MCP_LOG_LEVEL": "info"
}
}
}
}