@muhammadsiddiq/twitter-mcp

data-ai MCP Server

MCP server for X (Twitter) that enables AI assistants to post tweets, upload images, and search Twitter using natural language via the Twitter API.

VerifiedInstall Ready
data-aidata-ai
2 views20 stars6 forksv0.3.3MIT

Why This Matters

Discovered via github-topic:mcp and last synced 3mo ago.

VerifiedInstall Ready
Source
github-topic:mcp
Stars
20
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx -y @muhammadsiddiq/twitter-mcp

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "-muhammadsiddiq-twitter-mcp": {
      "command": "npx",
      "args": [
        "@muhammadsiddiq/twitter-mcp"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

10
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (10)

API_KEY

Twitter API Key

Variable

Description

GETXAPI_BASE_URL

Optional GetXAPI base URL, defaults to `https://api.getxapi.com`

API_SECRET_KEY

Twitter API Secret Key

ACCESS_TOKEN

Twitter Access Token

ACCESS_TOKEN_SECRET

Twitter Access Token Secret

XQUIK_API_KEY

Optional Hermes Tweet/Xquik key for `search_tweets`

HERMES_TWEET_API_KEY

Optional alias for `XQUIK_API_KEY`

XQUIK_BASE_URL

Optional Xquik base URL, defaults to `https://xquik.com`

GETXAPI_API_KEY

Optional GetXAPI key for `search_tweets`