This MCP server provides AI assistants with fast, offline access to a comprehensive snapshot of TwitterAPI.io documentation, enabling instant lookup without internet connectivity or tab-switching.
Key Capabilities:
Search documentation - Full-text fuzzy search across 54+ API endpoints, guides, and blog posts with camelCase support and typo-tolerance
Get endpoint details - Retrieve complete documentation for specific endpoints including parameters, cURL examples, and code snippets in multiple languages
Browse endpoints by category - List all endpoints organized into 9 categories (User, Tweet, Community, Webhook, Stream, Action, DM, List, Trend)
Access guides - Get conceptual documentation for pricing, rate limits (QPS), authentication, filter rules, changelog, and introduction
Quick pricing lookup - View pricing tiers, credit costs per endpoint, QPS limits by balance level, and cost comparisons
Quick authentication guide - Get API key setup instructions with working code examples in cURL, Python, and JavaScript
Resource URIs - Direct access to specific documentation sections (e.g.,
twitterapi://guides/pricing)
Benefits:
Offline-first operation - Works without network access using bundled documentation
Fast performance - Hybrid caching with memory and disk storage for optimal response times
Integrated workflow - Access documentation directly within AI assistant interfaces
Developer-friendly - Returns markdown-formatted results with code examples ready to use
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@twitterapi-docs-mcpshow me the Twitter API rate limits"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
twitterapi-docs-mcp
This package has been renamed to
twitterapi-docs-mcpis a compatibility wrapper that delegates totwitterapi-io-mcp. It still works, but future updates and support will only be available on the new package.
Migration guide
Switching takes less than a minute. Update the package name in your MCP client config:
Claude Code
Claude Desktop
Edit claude_desktop_config.json:
Config file location:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
Cursor
Edit .cursor/mcp.json in your project root (or global config):
VS Code (Copilot)
Edit .vscode/mcp.json in your project root:
Windsurf
Edit ~/.codeium/windsurf/mcp_config.json:
Why migrate?
Future updates will only be published to
twitterapi-io-mcpDirect support via GitHub Issues
No wrapper overhead - runs the server directly instead of delegating
Legacy usage (still works)
This wrapper prints a deprecation notice to stderr and delegates to twitterapi-io-mcp.