MCP server for fetching Twitter/X content and converting to blog posts. No API key required.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server for fetching Twitter/X content and converting to blog posts.
No Twitter API key required - Uses FxTwitter API (free, open source).
Website β’ Quick Start β’ Features β’ Installation β’ Tools
No installation required - connect directly to hosted server:
Connect to hosted server - no local installation needed.
Add to your MCP configuration:
Config file locations:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.cursor/mcp.json~/.codeium/windsurf/mcp_config.jsonCreate .vscode/mcp.json in your workspace:
Settings β Tools β MCP Server β Add:
Then follow prompts:
Click ... menu β MCP β Manage MCP Server β View raw config:
For offline use or development.
tweetsave_get_tweetFetch a single tweet with all content.
| Parameter | Type | Default | Description |
|---|---|---|---|
url | string | required | Tweet URL or ID |
response_format | 'markdown' | 'json' | 'markdown' | Output format |
tweetsave_get_threadFetch a tweet thread (connected tweets).
| Parameter | Type | Default | Description |
|---|---|---|---|
url | string | required | Any tweet URL in thread |
response_format | 'markdown' | 'json' | 'markdown' | Output format |
tweetsave_to_blogConvert tweet to blog post format.
| Parameter | Type | Default | Description |
|---|---|---|---|
url | string | required | Tweet URL or ID |
include_engagement | boolean | true | Include likes/retweets |
response_format | 'markdown' | 'json' | 'markdown' | Output format |
tweetsave_batchFetch multiple tweets at once.
| Parameter | Type | Default | Description |
|---|---|---|---|
urls | string[] | required | Array of URLs (max 10) |
response_format | 'markdown' | 'json' | 'markdown' | Output format |
tweetsave_extract_mediaExtract direct media URLs from a tweet.
| Parameter | Type | Default | Description |
|---|---|---|---|
url | string | required | Tweet URL or ID |
media_type | 'all' | 'photos' | 'videos' | 'all' | Filter type |
MIT
Contributions welcome! Please open an issue or PR.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tweetsave-mcp)<a href="https://allmcps.com/mcp/tweetsave-mcp"><img src="https://allmcps.com/api/badge/tweetsave-mcp?style=directory" alt="Tweetsave MCP on AllMCPs" /></a>