mcp-twikit
- Communication
- Social Media
Interact with Twitter search and timeline
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search_twitter | Search twitter with a query. Sort by 'Top' or 'Latest' |
get_user_tweets | Get tweets from a specific user's timeline. Args: username: Twitter username (with or without @) tweet_type: Type of tweets to retrieve - 'Tweets', 'Replies', 'Media', or 'Likes' count: Number of tweets to retrieve (default 10) |
get_timeline | Get tweets from your home timeline (For You). Args: count: Number of tweets to retrieve (default 20) |
get_latest_timeline | Get tweets from your home timeline (Following). Args: count: Number of tweets to retrieve (default 20) |
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TWITTER_EMAIL | Yes | Your Twitter email address. | |
TWITTER_PASSWORD | Yes | Your Twitter password. | |
TWITTER_USERNAME | Yes | Your Twitter username. |
MCP-Twikit
A Model Context Protocol (MCP) server for interacting with Twitter.
<a href="https://glama.ai/mcp/servers/49i9dd08w8"><img width="380" height="200" src="https://glama.ai/mcp/servers/49i9dd08w8/badge" alt="mcp-twikit MCP server" /></a>
Installation
Example usage
Using mcp-client-cli
Comparing sentiments across different twitter accounts
Getting tweets from your home timeline
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues with dependencies of the server.
- Extract server characteristics such as tools, resources, prompts, and required parameters.
Our directory badge helps users to quickly asses that the MCP server is safe, server capabilities, and instructions for installing the server.
Copy the following code to your README.md file: