PluginBench
MCP Server

io.github.Sidsaladi9/getprompts MCP Server

io.github.Sidsaladi9/getprompts

What is the io.github.Sidsaladi9/getprompts MCP server?

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

How to install io.github.Sidsaladi9/getprompts

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "getprompts": {
      "command": "npx",
      "args": [
        "-y",
        "getprompts-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "getprompts": {
      "command": "npx",
      "args": [
        "-y",
        "getprompts-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "getprompts": {
      "command": "npx",
      "args": [
        "-y",
        "getprompts-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "getprompts": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "getprompts-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add getprompts -- npx -y getprompts-mcp

Related MCP servers

Search and install 3,000+ AI skills from getskillsai.org into Claude Code, Cursor, ChatGPT.

View repository →