claude-prompts-mcp

claude-prompts-mcp

14

The Claude Custom Prompts Server is a Node.js implementation of the Model Context Protocol (MCP), designed to manage and utilize custom prompts for Claude AI models. It offers modular prompt templates and supports organized prompt categories, chains, and multi-transport options.

Claude Custom Prompts Server

A Node.js server implementing the Model Context Protocol (MCP) for Claude AI models.

Features

  • Easy integration with Claude using MCP
  • Define custom prompt templates using Markdown files
  • Organized prompt categories for better management
  • Support for prompt chains

Quick Start

  • Prerequisites: Node.js v16 or higher, npm or yarn
  • Installation: Clone repository, install dependencies, build and start the server.

Documentation

Find detailed guides in the docs folder, including installation, prompt format, and architecture.

License

MIT

Available Tools

  • listprompts: Displays all available prompts.
  • update_prompt: Creates or updates a prompt.
  • reload_prompts: Refreshes all prompts.