Back to MCP Servers
Twikit
Interact with Twitter search and timeline
communication
By adhikasp
Installation
npx -y mcp-twikitConfiguration
{
"mcpServers": {
"mcp-twikit": {
"command": "npx",
"args": ["-y", "mcp-twikit"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes