mcp-twitter-server
15
The Twitter MCP Server is a protocol server designed to facilitate integration with the Twitter API. It offers various tools for tweet operations, user management, and analytics, streamlining interactions with Twitter for developers.
Twitter MCP Server
A Model Context Protocol server implementation for integrating with the Twitter API.
Setup
- Clone the repository
- Install dependencies
- Configure Twitter API credentials
- Build and start the server
Available Tools
- Tweet Operations: post, delete, reply, etc.
- Search & Analytics: search for tweets, hashtag analytics
- User Operations: get user info, timeline, followers
- Engagement: like, unlike, retweet, etc.
- List Management: create, manage lists
Error Handling
- Standardized error responses for missing parameters and API errors
Development
- Build Commands:
build
,start
,dev