Search and analyze global news coverage and US television transcripts via the GDELT Project's real-time APIs via MCP. STDIO or Streamable HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gdelt-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/gdelt-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add gdelt-mcp-server npx -y cyanheads/gdelt-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"gdelt-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/gdelt-mcp-server"
]
}
}
}