mcp_prompt_server

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 and npm run build
  • Usage:

    1. Launch Claude Desktop
    2. Start a new conversation
    3. Click the paperclip icon
    4. Choose "Choose an integration" > "prompt-server"
    5. 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 in src/prompts/index.ts
    • Add new tools: Define in src/tools/index.ts
  • License:

    • MIT License.