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

Installation

npx -y system-prompts-mcp-server

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub