twitterapi.mcp
Rank #32,487io.github.pedrot95dev/twitterapi
Read/write X (Twitter) via twitterapi.io: mentions, thread context, create and delete tweets.
twitterapi.mcp is a Model Context Protocol (MCP) server published by pedrot95dev. It ranks #32,487 of 115,591 servers tracked on MCP Toplist. twitterapi.mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 3, 2026 and most recently updated on Jul 3, 2026.
Ranks ahead of 83,104 of 115,591 servers on MCP Toplist.
Use twitterapi.mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add twitterapi -e "TWITTERAPI_IO_KEY=<your TWITTERAPI_IO_KEY>" -e "TWITTERAPI_IO_AUTH_TOKEN=<your TWITTERAPI_IO_AUTH_TOKEN>" -e "TWITTERAPI_IO_CT0=<your TWITTERAPI_IO_CT0>" -e "TWITTERAPI_IO_PROXY=<your TWITTERAPI_IO_PROXY>" -- npx -y @pedrot95dev/twitterapi.mcpReplace each placeholder with your own value before saving.
[mcp_servers.twitterapi]
command = "npx"
args = ["-y", "@pedrot95dev/twitterapi.mcp"]
[mcp_servers.twitterapi.env]
TWITTERAPI_IO_KEY = "<your TWITTERAPI_IO_KEY>"
TWITTERAPI_IO_AUTH_TOKEN = "<your TWITTERAPI_IO_AUTH_TOKEN>"
TWITTERAPI_IO_CT0 = "<your TWITTERAPI_IO_CT0>"
TWITTERAPI_IO_PROXY = "<your TWITTERAPI_IO_PROXY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"twitterapi": {
"command": "npx",
"args": [
"-y",
"@pedrot95dev/twitterapi.mcp"
],
"env": {
"TWITTERAPI_IO_KEY": "<your TWITTERAPI_IO_KEY>",
"TWITTERAPI_IO_AUTH_TOKEN": "<your TWITTERAPI_IO_AUTH_TOKEN>",
"TWITTERAPI_IO_CT0": "<your TWITTERAPI_IO_CT0>",
"TWITTERAPI_IO_PROXY": "<your TWITTERAPI_IO_PROXY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"twitterapi": {
"command": "npx",
"args": [
"-y",
"@pedrot95dev/twitterapi.mcp"
],
"env": {
"TWITTERAPI_IO_KEY": "<your TWITTERAPI_IO_KEY>",
"TWITTERAPI_IO_AUTH_TOKEN": "<your TWITTERAPI_IO_AUTH_TOKEN>",
"TWITTERAPI_IO_CT0": "<your TWITTERAPI_IO_CT0>",
"TWITTERAPI_IO_PROXY": "<your TWITTERAPI_IO_PROXY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"twitterapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pedrot95dev/twitterapi.mcp"
],
"env": {
"TWITTERAPI_IO_KEY": "<your TWITTERAPI_IO_KEY>",
"TWITTERAPI_IO_AUTH_TOKEN": "<your TWITTERAPI_IO_AUTH_TOKEN>",
"TWITTERAPI_IO_CT0": "<your TWITTERAPI_IO_CT0>",
"TWITTERAPI_IO_PROXY": "<your TWITTERAPI_IO_PROXY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"twitterapi": {
"command": "npx",
"args": [
"-y",
"@pedrot95dev/twitterapi.mcp"
],
"env": {
"TWITTERAPI_IO_KEY": "<your TWITTERAPI_IO_KEY>",
"TWITTERAPI_IO_AUTH_TOKEN": "<your TWITTERAPI_IO_AUTH_TOKEN>",
"TWITTERAPI_IO_CT0": "<your TWITTERAPI_IO_CT0>",
"TWITTERAPI_IO_PROXY": "<your TWITTERAPI_IO_PROXY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"twitterapi": {
"command": "npx",
"args": [
"-y",
"@pedrot95dev/twitterapi.mcp"
],
"env": {
"TWITTERAPI_IO_KEY": "<your TWITTERAPI_IO_KEY>",
"TWITTERAPI_IO_AUTH_TOKEN": "<your TWITTERAPI_IO_AUTH_TOKEN>",
"TWITTERAPI_IO_CT0": "<your TWITTERAPI_IO_CT0>",
"TWITTERAPI_IO_PROXY": "<your TWITTERAPI_IO_PROXY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.pedrot95dev%2Ftwitterapi)<a href="https://mcptoplist.com/server/io.github.pedrot95dev%2Ftwitterapi"><img src="https://mcptoplist.com/badge/io.github.pedrot95dev%2Ftwitterapi.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
pedrot95dev
Other servers by pedrot95dev
View all pedrot95dev servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Jul 3, 2026 |
Frequently asked questions
- Who maintains twitterapi.mcp?
- twitterapi.mcp is maintained by pedrot95dev, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is twitterapi.mcp listed on the Official MCP Registry?
- Yes — twitterapi.mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does twitterapi.mcp have?
- MCP Toplist tracks 1 version of twitterapi.mcp, most recently published on Jul 3, 2026.
- Where can I find the source code for twitterapi.mcp?
- The source code for twitterapi.mcp is hosted at github.com/pedrot95dev/twitterapi.mcp.