twitterapi io mcp server for Grok
io.github.kaitoinfra/twitterapi-io-mcp-server
Official MCP server for twitterapi.io — Twitter/X data (tweets, users, followers, trends).
client:Grok
transport:stdio
runtime:npm
Install twitterapi io mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"twitterapi-io-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kaitoinfra/twitterapi-io-mcp-server"
],
"env": {
"TWITTERAPI_IO_API_KEY": "<TWITTERAPI_IO_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs