io.opentweet/mcp✓
io.opentweet/mcp · v1.1.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.opentweet/mcp",
"description": "Manage your Twitter/X presence from any AI assistant — schedule, threads, and more",
"repository": {
"url": "https://github.com/opentweetio/mcp-server",
"source": "github"
},
"version": "1.1.3",
"packages": [
{
"registryType": "npm",
"identifier": "@opentweet/mcp-server",
"version": "1.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your OpenTweet API key from opentweet.io/dashboard",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OPENTWEET_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}