ProductivityJavaScript

mcp-prompt-server

这是一个基于Model Context Protocol (MCP)的服务器,用于根据用户任务需求提供预设的prompt模板。

Free
N/A rating (0 reviews)0 installs242 GitHub stars
MCPprompttemplateautomation

MCP Prompt Server 提供了多种预设的prompt模板,帮助用户在代码审查、API文档生成、代码重构等任务中更高效地工作。服务器将这些模板作为工具返回,优化了与Cursor和Windsurf等编辑器的集成体验。此外,用户可以动态替换参数,自由添加和修改模板,提升了使用的灵活性和便捷性。

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-prompt-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-prompt-server"
      ]
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.

Permissions

ok0
ok1