MCP Prompt Server
@MCP-Mirror
About MCP Prompt Server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"prompt-server": {
"command": "node",
"args": [
"/path/to/prompt-server/src/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Prompt Server?
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 tasks more efficiently.
How to use MCP Prompt Server?
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).
Key features of MCP Prompt Server
- 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_promptsandget_prompt_names. - Optimized for integration with Cursor and Windsurf.
- All prompt templates defined in
src/prompts/are exposed as tools.
Use cases of MCP Prompt Server
- Code review with language and code snippet arguments.
- API documentation generation for various programming languages.
- Code refactoring with targeted transformation guidance.
- Test case generation based on code input.
- Project architecture design and documentation.
FAQ from MCP Prompt Server
How do I add a new prompt template?
Create a new YAML or JSON file in the src/prompts directory following the required schema (name, description, optional arguments, and messages with role, content type, and text). The server loads new templates automatically on restart or when the reload_prompts tool is called.
How do I integrate MCP Prompt Server with Cursor?
Edit Cursor’s MCP configuration file (typically at ~/.cursor/) to add a server entry with the command ["node", "/path/to/prompt-server/src/index.js"], using "transport": "stdio". Restart the editor to see the prompt tools.
How do I integrate MCP Prompt Server with Windsurf?
In Windsurf, navigate to Settings > Advanced Settings (or edit ~/.codeium/windsurf/mcp_config.json) and add a server with "command": "node", "args": ["/path/to/prompt-server/src/index.js"], and "transport": "stdio". Refresh the server list to make the tools available.
What transport does MCP Prompt Server use?
The server uses stdio transport, as shown in the configuration examples for both Cursor and Windsurf.
What runtime dependencies are required?
Node.js and npm are required to install and run the server. No external databases or services are mentioned.
Frequently asked questions
How do I add a new prompt template?
Create a new YAML or JSON file in the `src/prompts` directory following the required schema (name, description, optional arguments, and messages with role, content type, and text). The server loads new templates automatically on restart or when the `reload_prompts` tool is called.
How do I integrate MCP Prompt Server with Cursor?
Edit Cursor’s MCP configuration file (typically at `~/.cursor/`) to add a server entry with the command `["node", "/path/to/prompt-server/src/index.js"]`, using `"transport": "stdio"`. Restart the editor to see the prompt tools.
How do I integrate MCP Prompt Server with Windsurf?
In Windsurf, navigate to Settings > Advanced Settings (or edit `~/.codeium/windsurf/mcp_config.json`) and add a server with `"command": "node"`, `"args": ["/path/to/prompt-server/src/index.js"]`, and `"transport": "stdio"`. Refresh the server list to make the tools available.
What transport does MCP Prompt Server use?
The server uses `stdio` transport, as shown in the configuration examples for both Cursor and Windsurf.
What runtime dependencies are required?
Node.js and npm are required to install and run the server. No external databases or services are mentioned.
Basic information
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mlops
visengerA curated list of references for MLOps

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments