SupraPrompt Server
FreeNot checkedConnects SupraPrompt.ai to Claude, enabling users to turn marketing briefs into structured AI briefings such as battle cards, positioning, and buyer personas.
About
Connects SupraPrompt.ai to Claude, enabling users to turn marketing briefs into structured AI briefings such as battle cards, positioning, and buyer personas.
README
Connect SupraPrompt.ai to Claude (Cowork & Desktop) and turn rough product-marketing briefs into precision AI Briefings — battle cards, positioning, launch messaging, buyer personas, competitive intel and more — without leaving Claude.
Requires a paid SupraPrompt.ai plan. The free tier is web-app only.
Install (Cowork / Claude Desktop)
- Create an API key at supraprompt.ai/mcp (starts with
sp_live_). - Download
SupraPrompt.mcpb(this repo / the latest release). - Open Claude Settings → Extensions and drag the
.mcpbin (or double-click it). - When prompted, paste your API key. It's stored in your OS keychain — never in plain config.
- Ask: "Use SupraPrompt to list available content types."
No JSON editing, no environment variables, no OAuth.
How it works
.mcpb bundles only run local stdio servers, but the SupraPrompt MCP server is remote
HTTPS (https://supraprompt.ai/api/mcp). So this extension ships a tiny zero-dependency
stdio→HTTPS bridge (server/index.mjs): Claude launches it locally, it reads the
SUPRAPROMPT_API_KEY injected from the prompted user_config, and forwards every MCP message
to the server with an Authorization: Bearer header.
Claude (Cowork/Desktop) ──stdio──▶ server/index.mjs ──HTTPS Bearer──▶ supraprompt.ai/api/mcp
Tools exposed: supraprompt_elevate, supraprompt_list_content_types.
Tools
| Tool | What it does |
|---|---|
supraprompt_elevate |
Turns a brief into a structured AI Briefing for the requested content type. |
supraprompt_list_content_types |
Lists all available SupraPrompt content types. |
Build
npm install # dev-only: @anthropic-ai/mcpb
npm run validate # schema-check manifest.json
npm run pack # produces SupraPrompt.mcpb
Distribution tracks
| Client | Use |
|---|---|
| Claude Cowork / Desktop | this .mcpb (prompts for the key) |
| Claude Code (CLI) | the supraprompt-plugins marketplace plugin (SUPRAPROMPT_API_KEY env var) |
Both authenticate to the same endpoint with the same sp_live_… key.
Notes
- The published
supraprompt-mcpnpm package is deprecated (it targets a stale endpoint and returns HTML). Use this.mcpbinstead. - Node ≥ 18 (Claude bundles a runtime; no local Node install required).
Support
- Web app: https://supraprompt.ai
- Email: [email protected]
MIT © SupraPrompt.ai
Installing SupraPrompt Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/jon933/supraprompt-mcpFAQ
Is SupraPrompt Server MCP free?
Yes, SupraPrompt Server MCP is free — one-click install via Unyly at no cost.
Does SupraPrompt Server need an API key?
No, SupraPrompt Server runs without API keys or environment variables.
Is SupraPrompt Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install SupraPrompt Server in Claude Desktop, Claude Code or Cursor?
Open SupraPrompt Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare SupraPrompt Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
