TwitterAPIs for Cursor
io.github.twitterapis/twitterapis-mcp
Official MCP server for twitterapis.com. Read and write Twitter/X: search, users, tweets, DMs.
client:Cursor
transport:stdio
runtime:npm
Install TwitterAPIs in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"twitterapis-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@twitterapis/mcp"
],
"env": {
"TWITTERAPIS_KEY": "<TWITTERAPIS_KEY>",
"TWITTERAPIS_BASE_URL": "<TWITTERAPIS_BASE_URL>",
"TWITTERAPIS_TIMEOUT_MS": "<TWITTERAPIS_TIMEOUT_MS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs