Model Context Protocol server for Twitter integration. can be used to perform CRUD like operations using the twitter API in the background
{
"mcpServers": {
"twitter": {
"command": "npx",
"args": [
"-y",
"twitter-mcp"
]
}
}
}