Odel
claude prompts mcp

claude prompts mcp

Local
@minipuft185TypeScriptMITUpdated 1w ago

Reusable prompt templates, multi-step workflow chains, and quality gates for any MCP client.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmclaude-promptsv4.0.1

Run

npx -y claude-prompts

MCP client config

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