mcp-twitter-server
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.
What are the prerequisites for using the Twitter MCP Server?
You need to have a Twitter Developer account and obtain API credentials including API Key, API Secret, Access Token, and Access Token Secret.
How do I handle errors returned by the Twitter MCP Server?
The server provides standardized error responses for missing parameters and API errors. Ensure all required parameters are provided and check the error message for details.
Can I post tweets with media using the Twitter MCP Server?
Yes, you can use the 'postTweetWithMedia' tool to post tweets with media attachments such as images and videos.
Is it possible to manage Twitter lists using this server?
Yes, the server provides tools for creating lists, adding or removing users from lists, and retrieving list members.
What should I do if I encounter a 400 error?
A 400 error usually indicates invalid request parameters. Check the parameters being sent and ensure they conform to the expected format.