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
| Tool | What it does |
|---|---|
| list_verticals | See 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
- Only seeing a few prompts? You are on the public tier — your token is missing or expired. Re-issue it in the preference center.
- A prompt says “outside your current license”? It is in a vertical your plan does not include. All-Access unlocks everything.
- Connection error? Confirm the URL is exactly
https://promptsharp.ai/mcpand the Authorization header isBearer+ your token (note the space).
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 verticalsHome · Prompt Library · Pricing · Archive · Privacy · Terms · Refunds
Finance · CPG · Marketing · Sales · Consulting & Strategy · Product Management · Dev & Engineering · C-suite · Law · Personal Finance · Career & Job Search · Focus & Productivity · Learning · Health & Fitness · Parenting