X(Twitter) MCP Server
by vidhupv
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TWITTER_API_KEY | Yes | Your X/Twitter API key (from X API Developer Portal) | |
TWITTER_API_SECRET | Yes | Your X/Twitter API secret (from X API Developer Portal) | |
TWITTER_ACCESS_TOKEN | Yes | Your X/Twitter access token (from X API Developer Portal) | |
TWITTER_ACCESS_TOKEN_SECRET | Yes | Your X/Twitter access token secret (from X API Developer Portal) |
Schema
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 |
---|---|
create_draft_tweet | Create a draft tweet |
create_draft_thread | Create a draft tweet thread |
list_drafts | List all draft tweets and threads |
publish_draft | Publish a draft tweet or thread |
delete_draft | Delete a draft tweet or thread |