MCP-Twikit
@adhikasp
关于 MCP-Twikit
A Model Context Protocol (MCP) server for interacting with Twitter.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-twikit": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"mcp-twikit",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
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.
评论