general MCP Server
A Model Context Protocol server allows to interact with Twitter, enabling posting tweets and searching Twitter.
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx -y @enescinar/twitter-mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-enescinar-twitter-mcp": {
"command": "npx",
"args": [
"@enescinar/twitter-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)