PromptSharp › MCP setup

Pull PromptSharp prompts inside your AI tools — live today

Email is the daily push. MCP is the on-demand pull. Connect the PromptSharp prompt library directly inside Claude, ChatGPT, or Cursor as a remote MCP server — ask your assistant to search and pull the exact prompt you need, where you already work.

Endpoint

https://promptsharp.ai/mcp

Remote MCP over Streamable HTTP (JSON-RPC 2.0). No install, no download. Your license decides what you can pull: no token → the public teaser prompts · Vertical Pro → your vertical's full library · All-Access → the entire cross-vertical library.

Your license token

Issued in the PromptSharp preference center after you subscribe (Pro or All-Access). It looks like psm.<scope>.<timestamp>.<signature>. Keep it private — it is your key to the library. Pass it as a Bearer token (or, for clients that only support URL config, as a ?token= query parameter).

Tools available

ToolWhat it does
list_verticalsSee every vertical, its sections, prompt counts, and what your license unlocks.
search_prompts(query, vertical?, section?, limit?)Search the library. Locked results show as stubs with an upgrade link.
get_prompt(id)Get the full copy-paste prompt + its guardrails + a why-it-works note.

Setup — Claude Desktop / Claude.ai

Open Settings → Connectors → Add custom connector (Claude.ai) — name it PromptSharp, URL https://promptsharp.ai/mcp, Authorization header Bearer YOUR_TOKEN. For Claude Desktop, add the remote-server form to claude_desktop_config.json:

{
  "mcpServers": {
    "promptsharp": {
      "type": "http",
      "url": "https://promptsharp.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
  }
}

Restart Claude, then ask: “List my PromptSharp verticals” or “Search PromptSharp for an account-research prompt and pull it.”

Setup — Cursor

Add to ~/.cursor/mcp.json (or the project .cursor/mcp.json):

{
  "mcpServers": {
    "promptsharp": {
      "url": "https://promptsharp.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
  }
}

Then open Cursor Settings → MCP and confirm PromptSharp shows the three tools.

Any MCP client that only allows a URL

Append your token as a query parameter:

https://promptsharp.ai/mcp?token=YOUR_TOKEN

Privacy

The MCP token carries only your entitlement scope (which verticals you can read) — it is not tied to your email address, and no personal data is stored when you use the server. Usage is counted in aggregate only (which prompts are popular), never per-person.

Troubleshooting

Not subscribed yet?

The public tier is open right now — point your client at the endpoint and try the teaser prompts. Pro unlocks your vertical's full library.

See pricing → Browse the verticals
PromptSharp prompts are drafted with AI assistance and human-reviewed. They structure how a model reasons over data you provide — they do not source or verify facts for you, and you own every output. Nothing here is financial, legal, tax, or investment advice. Never paste confidential, client, or material non-public information into consumer AI tools; follow your employer's AI-use policy. © 2026 ECWE Ventures LLC · PromptSharp.