- 𝕏 (twitter) Mcp Server
𝕏 (twitter) Mcp Server
What is 𝕏 (Twitter) MCP Server?
The 𝕏 (Twitter) MCP Server is a Model Context Protocol server that provides comprehensive access to Twitter data, enabling users to perform advanced searches, retrieve user profiles, tweets, followers, followings, mentions, and more.
How to use 𝕏 (Twitter) MCP Server?
To use the server, you need to set up an Apify API token and configure the server with the required command and environment variables. You can then access various tools to interact with Twitter data.
Key features of 𝕏 (Twitter) MCP Server?
- Advanced Search: Perform powerful searches with filters like
from:NASAandmin_faves:100. - User Intelligence: Access detailed profiles, followers, and latest tweets of users.
- Engagement Insights: Get insights on mentions, retweeters, quotes, and replies.
- List Support: Fetch tweets from specific Twitter lists.
- Pagination Support: Efficiently retrieve large datasets using cursors.
- Cleaned Data: Data is optimized for LLM consumption with noise removal.
Use cases of 𝕏 (Twitter) MCP Server?
- Conducting research on user engagement and trends on Twitter.
- Analyzing follower dynamics and user interactions.
- Fetching tweets for sentiment analysis or data mining.
FAQ from 𝕏 (Twitter) MCP Server?
- What is required to use the server?
An Apify API token is required to authenticate and access the server's features.
- Is there a cost associated with using the server?
The underlying actor is cost-effective, approximately $0.10 per 1,000 results.
- Can I contribute to the project?
Yes! Contributions are welcome, and you can refer to the Contributing Guide for more details.
Server Config
{
"mcpServers": {
"twitter": {
"command": "npx",
"args": [
"-y",
"@practicaltools/twitter-mcp-server"
],
"env": {
"APIFY_API_TOKEN": "YOUR_APIFY_TOKEN"
}
}
}
}