Skip to content
Cursor

getprompts for Cursor

io.github.sidsaladi9/getprompts

Search 1,000+ battle-tested AI prompts from getprompts.org into Claude Code, Cursor, ChatGPT.

client:Cursor transport:stdio runtime:npm

Install getprompts in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

getprompts in other clients