Twitterapi Io Mcp Server
@kaitoInfra
About Twitterapi Io Mcp Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"twitterapi-io": {
"command": "npx",
"args": [
"-y",
"@twitterapi_io/mcp-server"
],
"env": {
"TWITTERAPI_IO_API_KEY": "your_key_here"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Twitterapi Io Mcp Server?
Official Model Context Protocol server for twitterapi.io, a Twitter/X data API. It connects Claude Desktop, Cursor, VS Code Copilot, or any MCP client to 12 read-only tools for searching tweets, fetching user profiles, followers, replies, trends, and more using natural language.
How to use Twitterapi Io Mcp Server?
Get a free API key from twitterapi.io, then configure your MCP client (Claude Desktop, Cursor, VS Code, Claude Code) by adding a JSON block with npx -y @twitterapi_io/mcp-server and the TWITTERAPI_IO_API_KEY environment variable. Once configured, use natural language prompts in any MCP-enabled chat — the client automatically selects the right tool.
Key features of Twitterapi Io Mcp Server
- 12 read-only tools mapped to twitterapi.io’s verified endpoints.
- Advanced search with Twitter operators (
from:,since:,lang:, etc.). - Paginated results via
next_cursorfield. - Automatic retry with exponential backoff on 429/5xx errors.
- 30-second network timeout per request.
Use cases of Twitterapi Io Mcp Server
- Search recent tweets with complex operators.
- Get detailed user profiles and about pages.
- Fetch followers and followings with full metadata.
- Retrieve replies, quotes, retweeters, and mentions.
- Discover trending topics by location (WOEID).
FAQ from Twitterapi Io Mcp Server
What tools does Twitterapi Io Mcp Server provide?
Twelve tools: search_tweets, get_user_info, get_user_about, get_user_followers, get_user_followings, get_user_last_tweets, get_user_mentions, get_tweets_by_ids, get_tweet_replies, get_tweet_quotes, get_tweet_retweeters, and get_trends.
How is authentication handled?
Authentication uses the TWITTERAPI_IO_API_KEY environment variable. The server never stores or logs the key; each tool call sends it in the X-API-Key header to https://api.twitterapi.io.
Does Twitterapi Io Mcp Server support pagination?
Yes. Tools that return lists include a next_cursor field. Pass it as the cursor argument on the next call to page through results (typically ~20 items per page).
What transport does Twitterapi Io Mcp Server use?
Currently uses stdio transport. Streamable HTTP is planned for v0.2+ for remote/hosted use.
Does Twitterapi Io Mcp Server allow writing (posting tweets, etc.)?
No. The server is intentionally read-only to keep it safe for autonomous agent use. Write endpoints (posting tweets, likes, follows, DMs, etc.) are excluded.
Frequently asked questions
What tools does Twitterapi Io Mcp Server provide?
Twelve tools: `search_tweets`, `get_user_info`, `get_user_about`, `get_user_followers`, `get_user_followings`, `get_user_last_tweets`, `get_user_mentions`, `get_tweets_by_ids`, `get_tweet_replies`, `get_tweet_quotes`, `get_tweet_retweeters`, and `get_trends`.
How is authentication handled?
Authentication uses the `TWITTERAPI_IO_API_KEY` environment variable. The server never stores or logs the key; each tool call sends it in the `X-API-Key` header to `https://api.twitterapi.io`.
Does Twitterapi Io Mcp Server support pagination?
Yes. Tools that return lists include a `next_cursor` field. Pass it as the `cursor` argument on the next call to page through results (typically ~20 items per page).
What transport does Twitterapi Io Mcp Server use?
Currently uses **stdio** transport. Streamable HTTP is planned for v0.2+ for remote/hosted use.
Does Twitterapi Io Mcp Server allow writing (posting tweets, etc.)?
No. The server is intentionally read-only to keep it safe for autonomous agent use. Write endpoints (posting tweets, likes, follows, DMs, etc.) are excluded.
Basic information
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments