claude-prompts-mcp
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.
What is the purpose of the Claude Custom Prompts Server?
The Claude Custom Prompts Server allows developers to define and use custom prompt templates for Claude AI models, facilitating modular and organized prompt management.
How can I integrate the server with Claude Desktop?
You can integrate the server with Claude Desktop by configuring the Claude Desktop configuration file to include the MCP server details, specifying the command, arguments, and working directory.
What transport options does the server support?
The server supports multiple transport options, including SSE (Server-Sent Events) and STDIO (Standard Input/Output).
How do I create a new prompt?
You can create a new prompt by sending a POST request to the server's API endpoint with the prompt details, including ID, name, category, description, and user message template.
What should I do if the server cannot find configuration files?
Ensure that the working directory is set correctly, as the server relies on it to locate and load files. Verify the paths in your configuration and check the server logs for the working directory at startup.