X's developer team on June 30, 2026 officially released hosted Model Context Protocol (MCP) servers that let MCP-compatible tools such as Grok Build, Cursor and Claude Desktop connect directly to the X API. The move aims to embed real-time social data into AI agent workflows. Cybersecurity News
June 30, 2026 · X Developer Platform
X Plugs Real-Time Social Data Straight Into AI Agents
X has released first-party hosted Model Context Protocol (MCP) servers , letting tools like Grok Build, Cursor and Claude Desktop call the X API directly — passing posts, trends and the social graph into agent workflows through an open standard.
2
hosted servers: X MCP & Docs MCP
4
clients supported: Grok Build, Cursor, Claude Desktop, VS Code
300s+
recommended startup timeout — browser launches on first login
The "N×M problem" MCP is built to kill
Before a standard, every tool needed a custom integration per app. MCP acts as a "USB-C-like" connector — one protocol instead of many.
Without a standard
N × M custom builds
→
With MCP
1 standard protocol
What X MCP can do for agents
Search posts & full archive
Users & timelines
Bookmarks & folders
Trends by WOEID
Pull news
Draft & publish Articles
Docs MCP needs no auth — offers only search_x and get_page_x . Connect via the open-source xurl mcp bridge or a read-only App-only Bearer token.
Welcomed by developers
Call the X API directly from Grok, Cursor or Claude
Simple npx-based setup
Deep developer portal & official docs
Social listening, trend-based content, threat intel
Concerns flagged
Browser launch on first OAuth login; headless handling
No audit logging for write operations
Stricter rate limits on writes (429 possible)
Tokens in ~/.xurl are secrets — handle carefully
Under the hood: Streamable HTTP (protocol 2025-06-18, serverInfo: xmcp). Requires an OAuth 2.0–enabled app plus Node.js. App-only mode is read-only with no user context — the xurl bridge is recommended for full functionality, with OAuth 2.0 PKCE handling user-context operations.
Continue reading The rest of this article is for AI News Blitz readers. Choose an option below to keep reading.
Already purchased? Sign in ✓ Signed in — this article isn’t included in your current plan.Unlocking the full article…