Skip to main content
Glama
dorukardahan

twitterapi-docs-mcp

by dorukardahan

twitterapi-docs-mcp

This package has been renamed to twitterapi-io-mcp. twitterapi-docs-mcp is a compatibility wrapper that delegates to twitterapi-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

# Remove old server and add new one
claude mcp remove twitterapi-docs-mcp
claude mcp add twitterapi-io-mcp -- npx -y twitterapi-io-mcp

Claude Desktop

Edit claude_desktop_config.json:

{
  "mcpServers": {
    // Replace this:
    // "twitterapi-docs-mcp": { "command": "npx", "args": ["-y", "twitterapi-docs-mcp"] }

    // With this:
    "twitterapi-io-mcp": {
      "command": "npx",
      "args": ["-y", "twitterapi-io-mcp"]
    }
  }
}

Config file location:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

  • Linux: ~/.config/Claude/claude_desktop_config.json

Cursor

Edit .cursor/mcp.json in your project root (or global config):

{
  "mcpServers": {
    "twitterapi-io-mcp": {
      "command": "npx",
      "args": ["-y", "twitterapi-io-mcp"]
    }
  }
}

VS Code (Copilot)

Edit .vscode/mcp.json in your project root:

{
  "servers": {
    "twitterapi-io-mcp": {
      "command": "npx",
      "args": ["-y", "twitterapi-io-mcp"]
    }
  }
}

Windsurf

Edit ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "twitterapi-io-mcp": {
      "command": "npx",
      "args": ["-y", "twitterapi-io-mcp"]
    }
  }
}

Related MCP server: TwitterAPI MCP Server

Why migrate?

  • Future updates will only be published to twitterapi-io-mcp

  • Direct support via GitHub Issues

  • No wrapper overhead - runs the server directly instead of delegating

Legacy usage (still works)

npx -y twitterapi-docs-mcp

This wrapper prints a deprecation notice to stderr and delegates to twitterapi-io-mcp.

A
license - permissive license
A
quality
A
maintenance

Maintenance

5dRelease cycle
45Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • Twitter/X read-only MCP server — 12 tools: search, users, tweets, followers, timelines, trends.

  • Twitter: Access real-time Twitter/X data as soon as it's posted! With the Twitter/X AIO API, you.

  • X/Twitter reads, search, monitors and posting. Pay-per-call in USDC — no signup, no API keys.

  • FastMCP server for posting formatted content to X (Twitter) — Tollbooth-monetized, DPYC-native

View all MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    An MCP server that provides access to Twitter data and write actions through TwitterAPI.io, bypassing the need for a standard Twitter developer account. It enables users to search tweets, retrieve profiles, and post content with support for pagination and enterprise proxy configurations.
    11
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Official MCP server for twitterapi.io — Twitter/X data access (search tweets, users, followers, replies, trends) via Claude Desktop, Cursor, VS Code Copilot, or any MCP-compatible client. 12 read-only tools, stdio transport.
    12
    87
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Read-only MCP server for public X/Twitter search and retrieval via twitter.2-38.com

View all related MCP servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dorukardahan/twitterapi-docs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server