mcpbeat Sign in

Highstory MCP Server

by 7figures007 Your server? Claim it
local only

Highstory MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 294 installs a week from npm. Last commit 14 Apr 2026.

High Story MCP Server - Automate AI content campaigns and social media management.

Installs per day peak 42 · avg 13 · +17% w/w
a month agotoday
294
Installs / week
npm · highstory-mcp
0
Stars
0 open issues
14 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 2 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

A line of code looks encrypted src/everything/tools/get-tiny-image.ts:6
  "iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAKsGlDQ1BJQ0MgUHJvZmlsZQAASImVlwdUU+kSgOfe9JDQEiIgJfQmSCeAlBBaAAXpYCMkAUKJMRBU7MriClZURLCs6KqIgo0idizYFsWC3QVZBNR1sWDDlXeBQ9jdd9575805c+a7c+efmf+e/z9nLgCdKZDJMlF1gCxpjjwyyI8dn5DIJvUABRiY0kBdIMyWcSMiwgCTUft3+dgGyJC9YzuU69/f/1fREImzh…
Dumps the whole environment src/everything/tools/get-env.ts:28
          text: JSON.stringify(process.env, null, 2),
Long encoded blob in source src/everything/tools/get-tiny-image.ts:6
  "iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAKsGlDQ1BJQ0MgUHJvZmlsZQAASImVlwdUU+kSgOfe9JDQEiIgJfQmSCeAlBBaAAXpYCMkAUKJMRBU7MriClZURLCs6KqIgo0idizYFsWC3QVZBNR1sWDDlXeBQ9jdd9575805c+a7c+efmf+e/z9nLgCdKZDJMlF1gCxpjjwyyI8dn5DIJvUABRiY0kBdIMyWcSMiwgCTUft3+dgGyJC9YzuU69/f/1fREImzh…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add highstory-mcp -- npx -y highstory-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "highstory-mcp": {
      "args": [
        "-y",
        "highstory-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.highstory-mcp]
command = "npx"
args = ["-y", "highstory-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "highstory-mcp": {
      "args": [
        "-y",
        "highstory-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "highstory-mcp": {
      "args": [
        "-y",
        "highstory-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HIGHSTORY_SSE_URL (The URL of your Supabase Edge Function), HIGHSTORY_TOKEN (Your Supabase JWT access token). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Highstory MCP

same job, measured the same way
Socialapi
by social-api

MCP server for SocialAPI — manage social media comments, DMs, reviews, and mentions across platforms

81 installs/wk local only
Linkedin Ads
by mharnett

MCP server for LinkedIn Campaign Manager — campaigns, creatives, and analytics

59 installs/wk local only
Social Media AI MCP
by csoai-org

Social Media Ai MCP Server by MEOK AI Labs

174 installs/wk local only
Postfast MCP
by peturgeorgievv-factory

MCP server for the PostFast API — schedule and manage social media posts via AI tools

395 installs/wk local only
Socialneuron
by socialneuron

52 MCP tools for AI social media: create, distribute, analyze, and optimize content.

1 139 installs/wk local only
Meta Ads
by mikusnuz

MCP server for Meta Marketing API — Facebook & Instagram ad campaign management

303 installs/wk local only
Blogburst MCP Server
by shensi8312

AI social media agent — generate content, auto-pilot posting, analytics for 9+ platforms.

46 installs/wk local only
Mysocial
by mysocial

Social media MCP server: your Instagram, TikTok, YouTube, LinkedIn and Threads history for your AI.

245 installs/wk answering

Highstory MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Highstory MCP?
Highstory MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package highstory-mcp was installed 294 times last week.
How do I connect Highstory MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls highstory-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Highstory MCP?
The npm package highstory-mcp was installed 294 times in the last week. Week over week that is +17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Highstory MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.