← Index

io.github.7figures007/highstory-mcp

io.github.7figures007/highstory-mcp·v1.1.0·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "highstory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "highstory-mcp"
      ],
      "env": {
        "HIGHSTORY_SSE_URL": "<highstory_sse_url>",
        "HIGHSTORY_TOKEN": "<your-highstory_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "highstory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "highstory-mcp"
      ],
      "env": {
        "HIGHSTORY_SSE_URL": "<highstory_sse_url>",
        "HIGHSTORY_TOKEN": "<your-highstory_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y highstory-mcp
§02  Environment variables
HIGHSTORY_SSE_URL
required

The URL of your Supabase Edge Function

HIGHSTORY_TOKEN
requiredsecret

Your Supabase JWT access token

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other