SupraPrompt MCP Server

SupraPrompt MCP Server

Connects SupraPrompt.ai to Claude, enabling users to turn marketing briefs into structured AI briefings such as battle cards, positioning, and buyer personas.

Category
Visit Server

README

SupraPrompt.ai — Desktop Extension (.mcpb)

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)

  1. Create an API key at supraprompt.ai/mcp (starts with sp_live_).
  2. Download SupraPrompt.mcpb (this repo / the latest release).
  3. Open Claude Settings → Extensions and drag the .mcpb in (or double-click it).
  4. When prompted, paste your API key. It's stored in your OS keychain — never in plain config.
  5. 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-mcp npm package is deprecated (it targets a stale endpoint and returns HTML). Use this .mcpb instead.
  • Node ≥ 18 (Claude bundles a runtime; no local Node install required).

Support

  • Web app: https://supraprompt.ai
  • Email: jon@supraprompt.ai

MIT © SupraPrompt.ai

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured