MCP Prompt Server
About
MCP Prompt Server is an MCP-based server that provides preset prompt templates as tools (not MCP prompts) for tasks such as code review, API documentation generation, and code refactoring. It is designed for use with editors like Cline, Cursor, and Windsurf to help them execute…
Details
- Author
- MCP-Mirror
- Downloads
- 267
- Categories
- Other
Jump to
- Provides preset prompt templates as MCP tools.
- Supports dynamic parameter substitution in templates.
- Allows developers to freely add and modify prompt templates.
- Includes management tools: reload_prompts and get_prompt_names.
- Optimized for integration with Cursor and Windsurf.
- All prompt templates defined in src/prompts/ are exposed as tools.
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 dependencies with npm install in the prompt-server directory and start the server with npm start. The server runs on standard input/output and can be connected by Cursor, Windsurf, or other MCP clients. Configuration involves editing the editor’s MCP configuration file to point to the server’s entry script (src/index.js).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp prompt server": {
"prompt-server": {
"command": "node",
"args": [
"/path/to/prompt-server/src/index.js"
]
}
}
}
}
McpServers
{
"prompt-server": {
"command": "node",
"args": [
"/path/to/prompt-server/src/index.js"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




