X MCP Server
by DataWhisker
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TWITTER_API_KEY | Yes | Your Twitter API Key (also called Consumer Key) | |
TWITTER_API_SECRET | Yes | Your Twitter API Key Secret (also called Consumer Secret) | |
TWITTER_ACCESS_TOKEN | Yes | Your Twitter Access Token with Read and Write permissions | |
TWITTER_ACCESS_SECRET | Yes | Your Twitter Access Token Secret with Read and Write permissions |
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 |
---|---|
get_home_timeline | Get the most recent tweets from your home timeline |
create_tweet | Create a new tweet |
reply_to_tweet | Reply to a tweet |