social-media-mcp
by angheljf
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TWITTER_API_KEY | Yes | Your Twitter API Key | |
TWITTER_API_SECRET | Yes | Your Twitter API Secret | |
TWITTER_ACCESS_TOKEN | Yes | Your Twitter Access Token | |
TWITTER_ACCESS_SECRET | Yes | Your Twitter Access Secret |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Social Media: X | Information about the X platform |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
post_to_x | Post a message to X (formerly Twitter) |
list_x_posts | List X (formerly Twitter) posts |
create_x_thread | Create a thread on X (formerly Twitter) |