twitter-mcp

MCP.Pizza Chef: EnesCinr

Two things are on offer here: posting a tweet, and searching for tweets, both driven by whatever you type into Claude Desktop. Setup means creating a developer account on X and pasting four keys into a config file. It is a deliberately narrow project, with no threads, replies, direct messages, or follower statistics. The code has had no updates since July 2025 and names no successor, so confirm your developer access still works before relying on it.

Unmaintained · no commits since July 2025; no successor named
Communication
Web/Research
Writing

Use This MCP server To

Post a tweet without leaving my chat window Search X for what people say about a topic Draft and publish a short announcement in one step Look up recent posts that mention my product Check reaction to a launch before I reply

README

MseeP.ai Security Assessment Badge

Twitter MCP Server

smithery badge

This MCP server allows Clients to interact with Twitter, enabling posting tweets and searching Twitter.

Twitter Server MCP server

Quick Start

  1. Create a Twitter Developer account and get your API keys from Twitter Developer Portal

  2. Add this configuration to your Claude Desktop config file:

Windows: %APPDATA%\Claude\claude_desktop_config.json
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "twitter-mcp": {
      "command": "npx",
      "args": ["-y", "@enescinar/twitter-mcp"],
      "env": {
        "API_KEY": "your_api_key_here",
        "API_SECRET_KEY": "your_api_secret_key_here",
        "ACCESS_TOKEN": "your_access_token_here",
        "ACCESS_TOKEN_SECRET": "your_access_token_secret_here"
      }
    }
  }
}
  1. Restart Claude Desktop

That's it! Claude can now interact with Twitter through two tools:

  • post_tweet: Post a new tweet
  • search_tweets: Search for tweets

Example Usage

Try asking Claude:

  • "Can you post a tweet saying 'Hello from Claude!'"
  • "Can you search for tweets about Claude AI?"

Troubleshooting

Logs can be found at:

twitter-mcp FAQ

Is this project still maintained?
No recent activity — the code has not changed since July 2025 and the author names no replacement, so test it before depending on it.
Do I need special keys from X?
Yes, four keys from an X developer account, pasted into your config file. Approval is handled by X, not by this project.
Which apps does it work in?
Claude Desktop is the documented setup, and other apps that support MCP servers use the same snippet.
Can I use this to post a tweet straight from a chat?
Yes — that is one of its two features. The other is searching tweets.
Can it read my timeline or send direct messages?
No. It only posts a tweet and searches tweets, nothing else.
How hard is setup?
Easy once you hold the keys: paste a short config block and restart the app. Getting developer access from X is the slow part.