Twitter MCP Server
by EnesCinr
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
API_KEY | Yes | Your Twitter API key from the Twitter Developer Portal | |
ACCESS_TOKEN | Yes | Your Twitter access token from the Twitter Developer Portal | |
API_SECRET_KEY | Yes | Your Twitter API secret key from the Twitter Developer Portal | |
ACCESS_TOKEN_SECRET | Yes | Your Twitter access token secret from the Twitter 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 |
---|---|
post_tweet | Post a new tweet to Twitter |
search_tweets | Search for tweets on Twitter |