MCP Server
MCP
io.github.kaitoInfra/twitterapi-io-mcp-server
Official MCP server for twitterapi.io — Twitter/X data (tweets, users, followers, trends).
Install
npx -y @kaitoinfra/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@kaitoinfra/twitterapi-io-mcp-server",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your twitterapi.io API key — get from https://twitterapi.io dashboard",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TWITTERAPI_IO_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment