twitterapi
About
Read/write X (Twitter) via twitterapi.io: mentions, thread context, create and delete tweets.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
TWITTERAPI_IO_KEY TWITTERAPI_IO_AUTH_TOKEN TWITTERAPI_IO_CT0 TWITTERAPI_IO_PROXYClaude Code
claude mcp add --env TWITTERAPI_IO_KEY= --env TWITTERAPI_IO_AUTH_TOKEN= --env TWITTERAPI_IO_CT0= --env TWITTERAPI_IO_PROXY= twitterapi -- npx @pedrot95dev/twitterapi.mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"twitterapi","command":"npx","args":["@pedrot95dev/twitterapi.mcp"],"env":{"TWITTERAPI_IO_KEY":"","TWITTERAPI_IO_AUTH_TOKEN":"","TWITTERAPI_IO_CT0":"","TWITTERAPI_IO_PROXY":""}}'
JSON
{
"mcpServers": {
"twitterapi": {
"command": "npx",
"args": [
"@pedrot95dev/twitterapi.mcp"
],
"env": {
"TWITTERAPI_IO_KEY": "",
"TWITTERAPI_IO_AUTH_TOKEN": "",
"TWITTERAPI_IO_CT0": "",
"TWITTERAPI_IO_PROXY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.