1. Conduid
  2. Developer Tools
  3. X (Twitter)
MCP server · Developer Tools

X (Twitter)

Model Context Protocol server for Twitter integration. can be used to perform CRUD like operations using the twitter API in the background

67Good

Scored 18 days ago · breakdown

About X (Twitter)

X (Twitter) is an MCP server published by EnesCinr in the Developer Tools category: model Context Protocol server for Twitter integration. can be used to perform CRUD like operations using the twitter API in the background. It has been installed 0 times through Conduid.

The repository has 367 stars and 52 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx twitter-mcp
Claude Code
claude mcp add twitter-mcp -- npx -y @enescinar/twitter-mcp
npx
npx -y @enescinar/twitter-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about X (Twitter)

Powered by Claude · Grounded in docs

I know everything about X (Twitter). Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.2.0v0.2.0 · 26 Jun 2025What's Changed feat - tests + evals by @mclenhard in https://github.com/EnesCinr/twitter-mcp/pull/9 Add Twitter reply functionality by @sg3t41 in https://github.com/EnesCinr/twitter-mcp/pull/12 New Contributors @mclenhard made their first…
v0.1.0v0.1.0 · 11 Dec 2024Initial release Features:** Posts tweets. Search tweets by query.

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.

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:

  • Windows: %APPDATA%\Claude\logs\mcp-server-twitter.log
  • macOS: ~/Library/Logs/Claude/mcp-server-twitter.log

Development

If you want to contribute or run from source:

  1. Clone the repository:
git clone https://github.com/EnesCinr/twitter-mcp.git
cd twitter-mcp
  1. Install dependencies:
npm install
  1. Build:
npm run build
  1. Run:
npm start

Running evals

The evals package loads an mcp client that then runs the index.ts file, so there is no need to rebuild between tests. You can load environment variables by prefixing the npx command. Full documentation can be found here.

OPENAI_API_KEY=your-key  npx mcp-eval src/evals/evals.ts src/index.ts

License

MIT

README mirrored from the source repository 18 days ago. The original is authoritative.

Questions

About X (Twitter)

How do I install X (Twitter)?

Run npx twitter-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is X (Twitter) safe to use with an AI agent?

Its trust score is 67 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is X (Twitter) still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.