GetXAPI MCP Server
About
MCP server for the GetXAPI Twitter / X data API. 44 endpoints across reads and writes. Bearer token auth.
Details
- Author
- getxapi
- Categories
- Communication, Other, API
Jump to
Setup
Install GetXAPI MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/getxapi/getxapi-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
GetXAPI MCP: Twitter/X API for Claude, Cursor and any MCP client
The officialGetXAPIMCP server. Give your AI assistant direct access to the Twitter/X API:search tweets, look up users, read replies and followers, and post tweets, send DMs, manage articles, and more, through oneModel Context Protocolserver.
Unlike read-only Twitter MCP servers, GetXAPI MCP canact: post tweets, reply, like, retweet, send DMs, and publish articles, not just read.
→Get a free API key at getxapi.com·API docs·Pricing($0.001/call, $0.05 per 1,000 tweets)
Add it to your MCP client config (Claude Desktop, Cursor, Windsurf, etc.):
{ "mcpServers": { "getxapi": { "command": "npx", "args": ["-y", "@getxapi/mcp@latest"], "env": { "GETXAPI_KEY": "get-x-api-..." } } } }
Get yourGETXAPI_KEYfrom yourGetXAPI dashboard. That's all thereadtools need.
claude mcp add getxapi -- npx -y @getxapi/mcp@latest
Once installed, just ask your assistant naturally:
"Find Elon Musk's latest tweets" "Search tweets about OpenAI from the last week" "Who are @vercel's verified followers?" "Get the replies to this tweet: 1799…" "Post 'shipping 🚀' to my X account"(requires X auth, see below)
Write and private tools act on a real X account, so they need that account's auth. Two ways to provide it:
Option A, log in through the assistant(convenient):
The assistant calls thex_logintool with your credentials and keeps the session for write tools. ⚠️ Your X password is passed as tool arguments, so it transits the AI model's context. For sensitive accounts, prefer Option B.
Option B, set credentials in config(recommended for sensitive accounts):
{ "mcpServers": { "getxapi": { "command": "npx", "args": ["-y", "@getxapi/mcp@latest"], "env": { "GETXAPI_KEY": "get-x-api-...", "X_AUTH_TOKEN": "...", "X_CT0": "...", "X_TWID": "...", "X_PROXY": "http://user:pass@host:port" } } } }
X_CT0,X_TWID, andX_PROXYare optional.X_AUTH_TOKENalone is enough for most write tools; the others improve reliability on some accounts.
Your X password never touches the model. The credential fields are never shown to the AI. The server injects them only into the calls that need them.
Every tool call is a normal GetXAPI API call authenticated with yourGETXAPI_KEY, metered exactly like direct API usage. No separate MCP billing. Seepricing.
- 🌐Website:getxapi.com
- 📚API docs:docs.getxapi.com
- 💳Pricing:getxapi.com/pricing
- 🔑Get an API key:getxapi.com
GetXAPI is an independent third-party API for developers and researchers. Not affiliated with, endorsed by, or sponsored by X Corp.
Read-only access to Twitter/X data — tweets, profiles, followers, advanced search, trends — via 12 MCP tools backed by twitterapi.io. Pay-per-call API, no OAuth, instant key.
Manage your X (Twitter) account using the Apex social media infrastructure. Requires an Apex API Key.
Provides standardized access to social platform and onchain data using the Neynar API.
An MCP server for Bluesky that provides tools to interact with the ATProtocol.
Automate and manage interactions on a Facebook Page using the Facebook Graph API.
Integrates with the LinkedIn API, allowing interaction with your professional network and content.
A MCP server for LinkedIn REST API v2 that enables AI assistants to create, list, and delete posts, manage events, upload images, comment, and react—featuring OAuth 2.0 with session persistence, local post history tracking, and multiple automated tests
MCP server for posting to X (Twitter) with multi-account support
Twitter/X tools for AI agents — read timelines, post tweets, search, and engage
Interact with Twitter to post and search for tweets.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





