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
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Servers
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments