Gdelt MCP Server
@cyanheads/gdelt-mcp-server Search and analyze global news coverage and US television transcripts via the GDELT Project's real-time APIs via MCP. STDIO or Streamable HTTP. Its 12 documented tools cover gdelt, articles, coverage, tone.
People who work with gdelt, articles and coverage and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-03 · ★ 5 · #40 OF 120 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-09-18
Apache-2.0 · TypeScript servers · how we verify → /methodology
01 · Install Gdelt MCP Server
before you install - you'll need
Set MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL before connecting.
Claude Code
claude mcp add cyanheads-gdelt-mcp-server --transport http https://gdelt.caseyjhand.com/mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"cyanheads-gdelt-mcp-server": {
"url": "https://gdelt.caseyjhand.com/mcp"
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
https://gdelt.caseyjhand.com/mcp
transport: streamable-http
endpoint alive - responded to MCP initialize · probed 2026-09-17
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to gdelt.caseyjhand.com
endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect
license Apache-2.0 - declared in the repository
npm package @cyanheads/gdelt-mcp-server - published under the repo owner's npm scope (@cyanheads)
registry namespace io.github.cyanheads is GitHub-verified and matches the repo owner
03 · What Gdelt MCP Server can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can get a tone histogram (bins ~−30 to +30) showing whether coverage is uniformly negative, bimodal, or clustered near neutral, get the most frequent co-occurring words and phrases from TV clips matching a query, retrieve trending topics currently dominating US television news (updated every 15 minutes, and list all TV stations with market, network, and monitoring date ranges to verify station availability before querying.
Capability map
Tools grouped from the project's README - what Gdelt MCP Server lets an agent do.
Gdelt
9 tools - e.g. Search the last 3 months of global news coverage (65 languages) with full-text and filter operators. Returns up to 250 articles, and hands back the date windows; Retrieve a time series of coverage volume…
gdelt_search_articles · gdelt_get_coverage_timeline · gdelt_get_tone_distribution · gdelt_get_coverage_breakdown · gdelt_search_tv · gdelt_get_tv_clips…
Volume
2 tools - e.g. normalized percentage of all global coverage per timestep; volume plus top articles driving each spike; use for signal detection without a follow-up search call
volume · volume_with_articles
Tone
1 tool - e.g. average sentiment score per timestep (combine with gdelt_get_tone_distribution for the full picture)
tone
Latest releases
v0.4.1 · 2026-09-03
mcp-ts-core bump - retryable 5xx, cancellation classification, stateless sessions · An upstream 5xx now classifies as retryable (ServiceUnavailable) instead of failing immediately (InternalError); a caller disconnect…
v0.4.0 · 2026-08-31
Bounded TV timelines and GDELT API alignment · Page gdelt_search_tv responses with parity-identical structured and text point data (#23) · Normalize TV coverage, dates, and resolution handling (#27, #29) · Align DOC…
v0.3.1 · 2026-08-30
Plugin manifest version sync · Synchronize Claude and Codex plugin manifests with the published server version · CHANGELOG v0.3.1
04 · Who maintains Gdelt MCP Server
gdelt-mcp-server is maintained by cyanheads. We track 125 MCP servers from cyanheads - 119 actively maintained, 1,816 combined GitHub stars, oldest repo from Dec 2024. Full record: all servers from cyanheads.
- obsidian-mcp-server Read, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP. ★ 681
- mcp-ts-core Agent-native TypeScript framework for MCP servers. ★ 151
- pubmed-mcp-server Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms. ★ 148
- git-mcp-server Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more. ★ 240
- clinicaltrialsgov-mcp-server Search ClinicalTrials.gov - find studies, retrieve results, match patients to eligible trials. ★ 94
- ntfy-mcp-server Send, manage, and replay ntfy push notifications via MCP. ★ 22
05 · Facts
- repository
- github.com/cyanheads/gdelt-mcp-server
- category
- DevOps & monitoring - ranked #40 of 120 actively-maintained DevOps & monitoring servers as of 2026-09-18.
- release cadence
- 10+ releases in the last 90 days (latest 2026-09-03)
- registry
- io.github.cyanheads/gdelt-mcp-server (active, first published 2026-05-26 · 19 versions)
- packages
- npm:@cyanheads/gdelt-mcp-server · npm:@cyanheads/gdelt-mcp-server
06 · Gdelt MCP Server FAQ
Is Gdelt MCP Server still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-03 and it shipped 10+ releases in the last 90 days. We re-verify nightly.
What can Gdelt MCP Server do?
With this server connected, an agent can get a tone histogram (bins ~−30 to +30) showing whether coverage is uniformly negative, bimodal, or clustered near neutral, get the most frequent co-occurring words and phrases from TV clips matching a query, retrieve trending topics currently dominating US television news (updated every 15 minutes, and list all TV stations with market, network, and monitoring date ranges to verify station availability before querying.
How do I install Gdelt MCP Server?
Run `npx -y @cyanheads/gdelt-mcp-server`. The README documents 2 environment variables (MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL) to set first. Set MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL before connecting. You can also paste the ready-made client config above.
Does Gdelt MCP Server require authentication?
No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-17; you can connect without credentials.
07 · Alternatives to Gdelt MCP Server
Alternatives to Gdelt MCP Server
Maintained DevOps & monitoring servers if Gdelt MCP Server isn't the fit.
- World Monitor Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools. ★ 86,725 · 2026-09-17
- Open Metadata Official OpenMetadata MCP: 21 read and write tools for search, lineage, data quality, governance. ★ 15,244 · 2026-09-18
- Kubeshark MCP Server Real-time Kubernetes network traffic visibility and API analysis for HTTP, gRPC, Redis, Kafka, DNS. ★ 12,082 · 2026-09-09
- Grafana An MCP server giving access to Grafana dashboards, data and more. ★ 3,467 · 2026-09-17
- Radar Kubernetes MCP Server Kubernetes MCP server for diagnosis, resource management, GitOps, and RBAC-enforced operations. ★ 3,371 · 2026-09-18
- Testkube MCP MCP server for Testkube - Manage test workflows, executions, and artifacts via AI assistants ★ 1,658 · 2026-09-18
Pairs well with
Servers that cover what Gdelt MCP Server doesn't - only shown when the pairing reason fits the companion.
More DevOps & monitoring MCP servers · Openaq MCP Server · Uptime Kuma · GCP Platform Engineer · Process · Dynatrace
More TypeScript MCP servers · Git MCP Server · Guardian MCP Server · Gutenberg MCP Server · Hn MCP Server · Internet Archive MCP Server · see all