Tweetsave MCP

MCP server for fetching Twitter/X content and converting to blog posts. No Twitter API key required - Uses FxTwitter API (free, open source). Its README documents 5 tools, including tweetsave_get_tweet, tweetsave_get_thread, tweetsave_to_blog.

People who work with blog, downloader and social media and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-04-13 · ★ 7 · #31 OF 47 MAINTAINED SOCIAL MEDIA · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Tweetsave MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add zezeron-tweetsave-mcp --transport sse https://mcp.tweetsave.org/sse

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "zezeron-tweetsave-mcp": {
      "url": "https://mcp.tweetsave.org/sse"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.tweetsave.org/sse

transport: sse

endpoint responds (non-MCP reply - review) · probed 2026-09-18

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.tweetsave.org

license MIT - declared in the repository

npm package tweetsave-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.zezeron is GitHub-verified and matches the repo owner

03 · What Tweetsave MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can fetch a single tweet with all content, fetch a tweet thread (connected tweets), convert tweet to blog post format, and fetch multiple tweets at once.

The 5 tools it gives your agent

Extracted from the project's README - what tweetsave-mcp lets an agent do.

tweetsave_get_tweet
- Fetch a single tweet with all content.
tweetsave_get_thread
- Fetch a tweet thread (connected tweets).
tweetsave_to_blog
- Convert tweet to blog post format.
tweetsave_batch
- Fetch multiple tweets at once.
tweetsave_extract_media
- Extract direct media URLs from a tweet.

Limitations (from the README)

- No replies/comments: FxTwitter API doesn't support fetching replies - Rate limits: FxTwitter has rate limits for heavy usage - Private tweets: Cannot access protected/private accounts

04 · Who maintains Tweetsave MCP

tweetsave-mcp is maintained by zezeron. It's the only MCP server we track from this author; the repo dates to Jan 2026.

05 · Facts

category
social media - ranked #31 of 47 actively-maintained social media servers as of 2026-09-18.
registry
io.github.zezeron/tweetsave-mcp (active, first published 2026-01-21 · 2 versions)
packages
npm:tweetsave-mcp

06 · Tweetsave MCP FAQ

Is Tweetsave MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-04-13. We re-verify nightly.

What can Tweetsave MCP do?

With this server connected, an agent can fetch a single tweet with all content, fetch a tweet thread (connected tweets), convert tweet to blog post format, and fetch multiple tweets at once.

How do I install Tweetsave MCP?

Run `npx -y tweetsave-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Tweetsave MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Tweetsave MCP