mcp-twikit
A Model Context Protocol (MCP) server for interacting with Twitter.
MCP-Twikit allows users to perform various operations on Twitter data, including sentiment analysis of tweets directed at specific accounts. By leveraging the Model Context Protocol, it facilitates seamless integration with Twitter's API to fetch and analyze tweets based on user-defined queries. This server is particularly useful for businesses and individuals looking to gauge public sentiment towards products or services based on real-time Twitter interactions.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-twikit": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-twikit"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions