MCP Prompt Server

by jamisliao

266 downloads
Not rated
GitHub

Description

# MCP Prompt Server 基於 Model Context Protocol 的自定義提示詞服務器,專為 Claude Desktop 設計。 ## 功能 - 提供多種預定義提示詞模板 - 可擴展的工具功能 - 與 Claude Desktop 無縫整合 ## 安裝與配置 ### 前提條件 - Node.js (>= 18) - Claude Desktop 應用 ### 安裝依賴 ```bash # 進入專案目錄 cd /Users/{your name}/opensource/mcp_prompt_server # 安裝依賴 npm…

About

# MCP Prompt Server 基於 Model Context Protocol 的自定義提示詞服務器,專為 Claude Desktop 設計。 ## 功能 - 提供多種預定義提示詞模板 - 可擴展的工具功能 - 與 Claude Desktop 無縫整合 ## 安裝與配置 ### 前提條件 - Node.js (>= 18) - Claude Desktop 應用 ### 安裝依賴 ```bash # 進入專案目錄 cd /Users/{your name}/opensource/mcp_prompt_server # 安裝依賴 npm install # 構建專案 npm run build ``` ###…

Details

Author
jamisliao
Downloads
266
Categories
Other

- Provides four predefined prompt templates: development, research, analyze, code-review
- Includes two tools: format_code and generate_prompt
- Seamlessly integrates with Claude Desktop via MCP
- Easily extensible – add new prompts or tools following project structure
- Built with Node.js and TypeScript

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Prompt Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install Node.js (>=18) and Claude Desktop, then clone the repository, run npm install and npm build. Add a JSON configuration to Claude Desktop's config file (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json) pointing to the built dist/index.js. In Claude Desktop, start a new conversation, click the paperclip icon, choose "Choose an integration" > "prompt-server", and select a prompt template.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp prompt server": {
            "prompt-server": {
                "command": "node",
                "args": [
                    "/Users/{your name}/opensource/mcp_prompt_server/dist/index.js"
                ]
            }
        }
    }
}

McpServers

{
    "prompt-server": {
        "command": "node",
        "args": [
            "/Users/{your name}/opensource/mcp_prompt_server/dist/index.js"
        ]
    }
}

MCP Prompt Server

基於 Model Context Protocol 的自定義提示詞服務器,專為 Claude Desktop 設計。

功能

- 提供多種預定義提示詞模板
- 可擴展的工具功能
- 與 Claude Desktop 無縫整合

安裝與配置

前提條件

- Node.js (>= 18)
- Claude Desktop 應用

安裝依賴

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.