Back to MCP Servers
System Prompts
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-toolsagent
By JamesANZ
Installation
npx -y system-prompts-mcp-serverConfiguration
{
"mcpServers": {
"system-prompts-mcp-server": {
"command": "npx",
"args": ["-y", "system-prompts-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes