Back to MCP Servers

Twitter

All-in-one Twitter management solution providing timeline access, user tweet retrieval, hashtag monitoring, conversation analysis, direct messaging, sentiment analysis of a post, and complete post lifecycle control - all through a streamlined API.

social-mediamonitoringapi

Installation

npx -y mcp-twitter

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub