drio
Open app

Twitter MCP Server

Source

Mirror of

Catalog onlyCatalog onlySTDIO

Overview

Twitter MCP Server is a Model Context Protocol server implementation designed for seamless integration with the Twitter API, allowing developers to interact with Twitter's functionalities programmatically.

To use the Twitter MCP Server, clone the repository, install the necessary dependencies, configure your Twitter API credentials in the .env file, build the project, and start the server.

  • Post, delete, and manage tweets programmatically. - Search for tweets and retrieve analytics for hashtags. - Access user information and manage user timelines. - Engage with tweets through liking, retweeting, and managing lists.
  1. Automating tweet posting for marketing campaigns.
  2. Analyzing tweet engagement and hashtag performance.
  3. Building applications that require real-time Twitter data.

Add to your AI client

Use these steps to connect Twitter MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "crazyrabbitltc-mcp-twitter-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-crazyrabbitltc-mcp-twitter-server-mcp-mirror"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "crazyrabbitltc-mcp-twitter-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-crazyrabbitltc-mcp-twitter-server-mcp-mirror"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "crazyrabbitltc-mcp-twitter-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-crazyrabbitltc-mcp-twitter-server-mcp-mirror"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "crazyrabbitltc-mcp-twitter-server-mcp-mirror": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-crazyrabbitltc-mcp-twitter-server-mcp-mirror"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "crazyrabbitltc-mcp-twitter-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-crazyrabbitltc-mcp-twitter-server-mcp-mirror"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "crazyrabbitltc-mcp-twitter-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-crazyrabbitltc-mcp-twitter-server-mcp-mirror"
      ]
    }
  }
}

FAQ

What are the prerequisites for using the server?

You need to have a Twitter developer account and API credentials to use the server.

Is there a limit on the number of tweets I can post?

Yes, Twitter API has rate limits that you need to adhere to.

Can I use this server for personal projects?

Absolutely! It can be used for both personal and commercial projects.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1026,"uuid":"c579c6c6-6574-46be-8cd4-8bbcf6c8dc50","name":"crazyrabbitLTC_mcp-twitter-server","title":"Twitter MCP Server","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2025-01-28T02:26:55.957Z","updated_at":"2025-02-23T07:13:17.453Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"twitter,api,server,mcp","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/crazyrabbitLTC_mcp-twitter-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

Twitter MCP Server — MCP Registry