mcp_prompt_server
0
The MCP Prompt Server is a customizable server built on the Model Context Protocol, aimed at providing predefined prompt templates and expandable tool functions for seamless integration with Claude Desktop. It facilitates professional guidance and content analysis while allowing the extension of features through new prompts and tools.
MCP Prompt Server
-
Description: A custom prompt server based on the Model Context Protocol, designed specifically for Claude Desktop.
-
Features:
- Provides various predefined prompt templates
- Extendable tool functionalities
- Seamless integration with Claude Desktop
-
Installation:
- Requires Node.js (>= 18) and Claude Desktop app
- Navigate to the project directory and run
npm install
andnpm run build
-
Usage:
- Launch Claude Desktop
- Start a new conversation
- Click the paperclip icon
- Choose "Choose an integration" > "prompt-server"
- Select the prompt template to use
-
Available Prompts:
- Development: Professional guidance for software development tasks
- Research: In-depth research analysis
- Analyze: Comprehensive content analysis
- Code-review: Professional code review feedback
-
Available Tools:
- Format_code: Format code with syntax highlighting
- Generate_prompt: Generate custom prompts based on topics
-
Development and Extension:
- Add new prompts: Define in
src/prompts/
and register insrc/prompts/index.ts
- Add new tools: Define in
src/tools/index.ts
- Add new prompts: Define in
-
License:
- MIT License.