About Twitter Rapidapi MCP X
Twitter Rapidapi MCP X is an MCP server published by vaibhavgeek in the Developer Tools category: twitter-RapidAPI-MCP-X is a lightweight API available on RapidAPI that provides streamlined access to Twitter data, including tweets, user info, and trending topics. It's perfect for building social media analytics and monitoring tools. It has been installed 0 times through Conduid.
The repository has 23 stars and 2 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
npx twitter-rapidapi-mcp-xThis 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 Twitter Rapidapi MCP X
Powered by Claude · Grounded in docs
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.
README
Twitter MCP Client
- Go to RapidAPI.com, get your api key and enable the api https://rapidapi.com/alexanderxbx/api/twitter-api45
- Update the claude_desktop_config.json with the following details ,
"mcp-x": {
"command": "uv",
"args": [
"--directory",
"PATH TO REPOSITORY",
"run",
"main.py"
],
"env":{
"RAPID_API_KEY": "XXXXXXXXXXXXXXXX"
}
}
README mirrored from the source repository 4 months ago. The original is authoritative.