Catalog
io.opentweet/mcp
Officialby opentweetio · TypeScript
Manage your Twitter/X presence from any AI assistant — schedule, threads, and more
Manages Twitter/X presence including scheduling posts and creating threads.
README not available yet.
Install
Configuration
Environment variables
OPENTWEET_API_KEYrequiredsecretYour OpenTweet API key from opentweet.io/dashboard
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@opentweet/mcp-server@1.1.3"
],
"env": {
"OPENTWEET_API_KEY": "<YOUR_OPENTWEET_API_KEY>"
}
}
}
}