Twitter MCP Server

An MCP (Model Context Protocol) server that provides tools for interacting with Twitter using the agent-twitter-client library.

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install takiAA/twitter-scraper-mcp -c claude

This command will automatically install and configure the Twitter MCP Server MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "Twitter MCP Server": {
      "command": "npx",
      "args": [
        "-y",
        "twitter-mcp-server"
      ],
      "env": {
        "TWITTER_USER": "${input:twitter_user}",
        "TWITTER_PASS": "${input:twitter_pass}",
        "FA_SECRET": "${input:fa_secret}",
        "TWITTER_API_KEY": "${input:twitter_api_key}",
        "TWITTER_API_SECRET_KEY": "${input:twitter_api_secret_key}",
        "TWITTER_ACCESS_TOKEN": "${input:twitter_access_token}",
        "TWITTER_ACCESS_TOKEN_SECRET": "${input:twitter_access_token_secret}"
      }
    }
  }
}
Share:
Details:
  • Stars


    1
  • Forks


    2
  • Last commit


    4 months ago
  • Repository age


    4 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to Twitter MCP Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


Twitter MCP Server: MCP Server – MCP.Bar