MCP Prompt Server
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Prompt ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



