Server Directory
Social MediaIntermediate

X (Twitter)

by CoderSoumya007

Twitter/X API integration for posting tweets, searching tweets by query, managing posts and engagement through natural language. OAuth 2.0 authentication included.

CAPABILITIES

  • Tweet posting and scheduling
  • Search tweets by query
  • Engagement analytics
  • Thread management
  • Media uploads
  • OAuth 2.0 authentication

INSTALLATION

Terminal
npx -y @twitter/mcp-server

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "twitter": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@twitter/mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Social Media
Difficulty
Intermediate
Maintained By
CoderSoumya007
NPM Package
@twitter/mcp-server

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →