tweetsave-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tweetsave_get_tweetA | Fetch a single tweet with all its content including text, media (photos, videos, GIFs), polls, and engagement metrics. This tool retrieves tweet data from Twitter/X using the FxTwitter API. It returns the tweet content, author info, media URLs, and engagement stats. Args:
Returns: Tweet data including:
Examples:
Note: Does not fetch replies. Use tweetsave_to_blog for a complete blog post with formatting. |
| tweetsave_get_threadA | Fetch a tweet thread (multiple connected tweets by the same author). Note: Current implementation fetches the main tweet. Full thread crawling requires additional API access. Args:
Returns: Array of tweets in the thread with all content and media. Examples:
|
| tweetsave_to_blogA | Convert a tweet into a formatted blog post with title, content, media, and metadata. This tool transforms a tweet into a readable blog post format, perfect for:
Args:
Returns: BlogPost with:
Examples:
|
| tweetsave_batchA | Fetch multiple tweets at once (max 10). Useful for:
Args:
Returns: Array of tweets or a combined feed in markdown format. Examples:
|
| tweetsave_extract_mediaA | Extract direct media URLs (photos, videos, GIFs) from a tweet. Returns direct URLs that can be downloaded or embedded. Video URLs are the highest quality available. Args:
Returns: List of media items with:
Examples:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zezeron/tweetsave-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server