MCP-Twikit
@adhikasp
About MCP-Twikit
A Model Context Protocol (MCP) server for interacting with Twitter.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-twikit": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"mcp-twikit",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP-Twikit?
MCP-Twikit is a Model Context Protocol (MCP) server that enables AI assistants to interact with Twitter. It allows searching tweets, retrieving timelines, and performing sentiment analysis via an MCP client. Intended for developers and power users who want to integrate Twitter data into LLM workflows.
How to use MCP-Twikit?
Install automatically via Smithery using npx -y @smithery/cli install mcp-twikit --client claude or manually by configuring an MCP client with the command uvx --from git+https://github.com/adhikasp/mcp-twikit mcp-twikit and environment variables TWITTER_USERNAME, TWITTER_EMAIL, and TWITTER_PASSWORD. Once configured, use tools like search_twitter and get_timeline through your MCP client.
Key features of MCP-Twikit
- Search tweets by query and sort by latest.
- Retrieve tweets from your own home timeline.
- Compare sentiments across multiple Twitter accounts.
- Example usage with mcp-client-cli.
Use cases of MCP-Twikit
- Analyze public sentiment about products or brands by searching recent mentions.
- Get a summary of your Twitter timeline through natural language requests.
- Compare customer feedback across competing service providers.
- Automate Twitter data collection for research or monitoring.
FAQ from MCP-Twikit
What MCP client can I use with MCP-Twikit?
The README shows an example using mcp-client-cli, and Smithery offers installation for Claude Desktop.
What environment variables are required?
You must set TWITTER_USERNAME, TWITTER_EMAIL, and TWITTER_PASSWORD in the server configuration.
Can I search tweets from specific accounts?
Yes, the example demonstrates using to:accountname syntax in the query to find tweets directed at a given account.
Does MCP-Twikit require authentication?
Yes, it requires your Twitter credentials (username, email, password) to access the Twitter API.
Are there any rate limits or usage restrictions?
The README does not mention any specific limits.
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments