I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

crazyrabbitLTC_mcp-twitter-server
Mirror ofhttps://github.com/crazyrabbitLTC/mcp-twitter-server
0
Github Watches
1
Github Forks
0
Github Stars
Twitter MCP Server
A Model Context Protocol server implementation for Twitter API integration.
Setup
- Clone the repository
- Install dependencies:
npm install
- Copy
.env.example
to.env
and fill in your Twitter API credentials - Build the project:
npm run build
- Start the server:
npm start
Environment Variables
Required Twitter API credentials in .env
:
X_API_KEY=your_api_key
X_API_SECRET=your_api_secret
X_ACCESS_TOKEN=your_access_token
X_ACCESS_TOKEN_SECRET=your_access_token_secret
Available Tools
Tweet Operations
-
postTweet
: Post a new tweet{ "text": "Your tweet text here" }
-
postTweetWithMedia
: Post a tweet with media attachment{ "text": "Your tweet text", "mediaPath": "path/to/media/file", "mediaType": "image/jpeg|image/png|image/gif|video/mp4", "altText": "Optional alt text for accessibility" }
-
getTweetById
: Get a specific tweet by ID{ "tweetId": "tweet_id", "tweetFields": ["created_at", "public_metrics"] }
-
replyToTweet
: Reply to an existing tweet{ "tweetId": "tweet_id", "text": "Your reply text" }
-
deleteTweet
: Delete a tweet{ "tweetId": "tweet_id" }
Search & Analytics
-
searchTweets
: Search for tweets{ "query": "search query", "maxResults": 10, "tweetFields": ["created_at", "public_metrics"] }
-
getHashtagAnalytics
: Get analytics for a hashtag{ "hashtag": "hashtag", "startTime": "ISO-8601 date", "endTime": "ISO-8601 date" }
User Operations
-
getUserInfo
: Get user information{ "username": "twitter_username", "fields": ["description", "public_metrics"] }
-
getUserTimeline
: Get user's tweets{ "username": "twitter_username", "maxResults": 10, "tweetFields": ["created_at", "public_metrics"] }
-
getFollowers
: Get user's followers{ "username": "twitter_username", "maxResults": 100, "userFields": ["description", "public_metrics"] }
-
getFollowing
: Get accounts a user follows{ "username": "twitter_username", "maxResults": 100, "userFields": ["description", "public_metrics"] }
Engagement
-
likeTweet
: Like a tweet{ "tweetId": "tweet_id" }
-
unlikeTweet
: Unlike a tweet{ "tweetId": "tweet_id" }
-
retweet
: Retweet a tweet{ "tweetId": "tweet_id" }
-
undoRetweet
: Undo a retweet{ "tweetId": "tweet_id" }
-
getRetweets
: Get users who retweeted a tweet{ "tweetId": "tweet_id", "maxResults": 100, "userFields": ["description", "public_metrics"] }
-
getLikedTweets
: Get tweets liked by a user{ "userId": "user_id", "maxResults": 100, "tweetFields": ["created_at", "public_metrics"] }
List Management
-
createList
: Create a new list{ "name": "List name", "description": "List description", "isPrivate": false }
-
addUserToList
: Add a user to a list{ "listId": "list_id", "username": "twitter_username" }
-
removeUserFromList
: Remove a user from a list{ "listId": "list_id", "username": "twitter_username" }
-
getListMembers
: Get members of a list{ "listId": "list_id", "maxResults": 100, "userFields": ["description", "public_metrics"] }
Error Handling
All tools return standardized error responses:
- Missing parameters:
Missing required parameter: parameter_name
- API errors: Error message from Twitter API
- Not found errors: Appropriate "not found" message for the resource
Response Format
All successful responses follow this format:
{
"content": [
{
"type": "text",
"text": "Operation result message"
}
]
}
Development
- Build:
npm run build
- Start:
npm start
- Watch mode:
npm run dev
相关推荐
I find academic articles and books for research and literature reviews.
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
This GPT assists in finding a top-rated business CPA - local or virtual. We account for their qualifications, experience, testimonials and reviews. Business operators provide a short description of your business, services wanted, and city or state.
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Advanced software engineer GPT that excels through nailing the basics.
Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
Mirror ofhttps://github.com/agentience/practices_mcp_server
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
A unified API gateway for integrating multiple etherscan-like blockchain explorer APIs with Model Context Protocol (MCP) support for AI assistants.
Reviews

user_C1mYLeiZ
I recently tried the MCP Server Example by t-nakatani and am thoroughly impressed! The usability and seamless integration it offers are unmatched. The product does exactly what it promises and is easy to set up, thanks to the comprehensive start URL provided. The welcoming information is clear and helpful, ensuring a smooth experience. Highly recommend for anyone needing a robust server solution. Check it out at https://mcp.so/server/mcp_server-exmaple/t-nakatani!