Tweetsave

Fetch tweets and convert them into blog posts with full content, media, and engagement data in Markdown or JSON.
  • javascript

1

GitHub Stars

javascript

Language

4 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs

You can use this MCP server to fetch tweets from Twitter/X, including their full content, media, and engagement data, and convert them into blog posts. It supports batch fetching, quotes, polls, and outputs in Markdown or JSON for easy integration into your workflows or publishing pipeline.

How to use

You connect a client to the hosted or local MCP server to fetch tweets and transform them into blog posts. Use the remote MCP endpoint for quick setup without installation, or run a local instance if you prefer offline usage or development. Typical usage involves selecting a tool to fetch a single tweet, a thread, or to convert tweets into blog posts, and then optionally extracting media URLs for embedding in your posts.

How to install

Prerequisites: you need Node.js and npm installed on your machine to run MCP commands. If you plan to run a local server, you will also need a working network connection for initial dependency fetches.

# Quick start with the remote MCP (no local install required)
npx -y mcp-remote https://mcp.tweetsave.org/sse

# Local installation (offline usage or development)
npx -y tweetsave-mcp

Additional setup options

You can configure your MCP client to connect to the remote server or add a local server to your MCP configuration so your tools automatically discover and use TweetSave.

{
  "mcpServers": {
    "tweetsave": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.tweetsave.org/sse"]
    }
  }
}

Available tools

tweetsave_get_tweet

Fetch a single tweet with all content, including media and engagement metrics.

tweetsave_get_thread

Fetch a tweet thread by following connected tweets.

tweetsave_to_blog

Convert a tweet into a formatted blog post, with optional engagement data.

tweetsave_batch

Fetch multiple tweets at once (up to 10) for batch processing.

tweetsave_extract_media

Extract direct media URLs from a tweet, filtering by media type if needed.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational