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.
Quick Start
Clone the repository:
git clone https://github.com/JamesANZ/system-prompts-mcp-serverClaude 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.