Best for
- Developers maintaining a personal or team library of prompts and agent templates
- Users of Claude Desktop/Cursor who want prompt management exposed as an MCP tool
- Projects using claude CLI orchestration with specialized subagents
README-only review: a straightforward, self-hosted MCP server for prompt CRUD and template expansion, plus a separate shell-script orchestration layer; no license, authentication, or hosted-service details are given beyond what's stated.
MCP Prompts is a Model Context Protocol server for managing, storing, and providing prompts and prompt templates for LLM interactions. It stores prompts as JSON files under data/prompts/ and exposes MCP tools for querying, creating, updating, and deleting them. The project also ships agent templates for project orchestration and an accompanying shell script that drives the local claude CLI to analyze entire projects. It is designed to work with Claude Desktop, Cursor, and other MCP clients.
{"mcpServers":{"prompts":{"command":"node","args":["/absolute/path/to/mcp-prompts/dist/mcp-server-standalone.js"],"env":{"PROMPTS_DIR":"/absolute/path/to/mcp-prompts/data/prompts"}}}}