🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

getprompts-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getprompts-mcp

MCP server for GetPrompts — search 1,000+ battle-tested AI prompts from inside Claude Code, Cursor, or any MCP-compatible client.

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
37
32.14%
Maintainers
1
Weekly downloads
 
Created
Source

getprompts-mcp

MCP server for GetPrompts — search 1,000+ battle-tested AI prompts from inside Claude Code, Cursor, Claude Desktop, or any MCP-compatible client.

What it does

Four tools:

ToolWhat it does
search_promptsFree-text search across title + description, optional category filter, sorted by copy count
get_promptFetch the full content body for a specific prompt id, ready to paste
top_promptsBrowse the most-copied prompts, optionally filtered by category
list_categoriesAll categories with counts

Install

Claude Code (CLI)

claude mcp add getprompts -- npx -y getprompts-mcp

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "getprompts": {
      "command": "npx",
      "args": ["-y", "getprompts-mcp"]
    }
  }
}

Cursor

One-click install:

https://cursor.com/install-mcp?name=getprompts&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImdldHByb21wdHMtbWNwIl19

Example usage

In Claude Code:

> find me a prompt for writing a PRD and use it for my checkout flow feature

Claude calls search_prompts({ query: "PRD" })get_prompt({ id: "..." }) → drops the content into the chat → adapts it to your checkout flow. Done.

> what are the top prompts in Product Frameworks?

Claude calls list_categories()top_prompts({ category: "Product Frameworks" }) → returns the most-copied 10.

Environment variables (optional)

VariablePurposeDefault
GETPROMPTS_API_URLOverride the Supabase REST endpointhttps://ffubonzxmesemzxlrwbp.supabase.co
GETPROMPTS_ANON_KEYOverride the public anon keythe embedded read-only key
GETPROMPTS_SESSION_IDPersist a session id across runs (otherwise random per process)random

Keywords

mcp

FAQs

Package last updated on 26 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts