mcp-prompts

sparesparrow/mcp-prompts
★ 113 stars TypeScript 🤖 AI/LLM Updated 17d ago
Model Context Protocol server for managing, storing, and providing prompts and prompt templates for LLM interactions.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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