Skip to main content
Developer ToolsTypeScript

JamesANZ/system-prompts-mcp-server

Exposes a large catalog of coding assistant prompts as MCP tools with model-aware suggestions and persona activation to emulate agents like Cursor or Devin.

developer-toolslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/JamesANZ/system-prompts-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "system-prompts-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "JamesANZ/system-prompts-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
JamesANZ