Skip to content
Cursor

highstory mcp for Cursor

io.github.7figures007/highstory-mcp

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

client:Cursor transport:stdio runtime:npm

Install highstory mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "highstory-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "highstory-mcp"
      ],
      "env": {
        "HIGHSTORY_SSE_URL": "<HIGHSTORY_SSE_URL>",
        "HIGHSTORY_TOKEN": "<HIGHSTORY_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

highstory mcp in other clients