by FelixFoster
Provides AI‑powered quick prompt generation and an interactive guided Q&A to craft detailed prompts for generative models.
PromptPilot offers two core capabilities: instant creation of basic prompts from a keyword or short phrase, and a conversational "Masterful Prompt Creator" that asks guided questions to build comprehensive, high‑quality prompts for various generative AI models.
git clone https://github.com/FelixFoster/mcp-enhance-prompt
cd mcp-enhance-prompt
npm install
npx -y enhance-prompt-server
http://localhost:9593/rest
.Alternative run methods include executing the built artifact with node build/index.js
or using Docker.
Q: Do I need an API key? A: The underlying AI service (e.g., OpenAI, Anthropic) requires an API key, which should be provided via environment variables when running the server.
Q: Can I customize the prompt generation logic? A: Yes, the source code is open and modular; you can replace the AI provider or adjust the prompt templates.
Q: Is Docker required? A: No, Docker is optional. You can run the server directly with Node.js or the convenient npx command.
Q: Which ports does the server use? A: By default the server listens on port 9593, but this can be changed in the configuration files.
Q: How do I contribute? A: Fork the repository, create a feature branch, commit changes, and open a pull request following the contribution guide in the README.
PromptPilot is an AI - powered web application designed to assist users in generating and enhancing prompts for various generative AI models. It offers a quick generation feature for simple needs and a unique conversational guide (Masterful Prompt Creator) for crafting high - quality, detailed prompts. This repository contains the codebase for PromptPilot.
This application focuses on two core functionalities:
🚀 Quick Prompt Generation:
🧠 Guided Q&A Prompt Enhancement :
git clone https://github.com/FelixFoster/mcp-enhance-prompt # Replace with your actual repo URL
cd mcp-enhance-prompt
Navigate into the relevant directories and install the dependencies.
npm install
npm run build
You have several options to run the application:
node build/index.js
docker build -t enhance-prompt-server .
docker run -i --rm enhance-prompt-server
npx -y enhance-prompt-server
Open your web browser and navigate to the address where your frontend application is served (e.g., http://localhost:9593/rest
).
Contributions are welcome! If you'd like to contribute to PromptPilot, please follow these steps:
git checkout -b feature/your - feature
).git commit -am 'feat: Add new feature X'
).git push origin feature/your - feature
).Please ensure your code follows the project's coding standards and include tests where appropriate.
This project is licensed under the MIT License - see the LICENSE file for details.
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "promptpilot": { "command": "npx", "args": [ "-y", "enhance-prompt-server" ], "env": { "API_KEY": "<YOUR_API_KEY>" } } } }
Explore related MCPs that share similar capabilities and solve comparable challenges
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
by danny-avila
Provides a self‑hosted ChatGPT‑style interface supporting numerous AI models, agents, code interpreter, image generation, multimodal interactions, and secure multi‑user authentication.
by block
Automates engineering tasks on local machines, executing code, building projects, debugging, orchestrating workflows, and interacting with external APIs using any LLM.
by RooCodeInc
Provides an autonomous AI coding partner inside the editor that can understand natural language, manipulate files, run commands, browse the web, and be customized via modes and instructions.
by pydantic
A Python framework that enables seamless integration of Pydantic validation with large language models, providing type‑safe agent construction, dependency injection, and structured output handling.
by lastmile-ai
Build effective agents using Model Context Protocol and simple, composable workflow patterns.
by mcp-use
A Python SDK that simplifies interaction with MCP servers and enables developers to create custom agents with tool‑calling capabilities.
by nanbingxyz
A cross‑platform desktop AI assistant that connects to major LLM providers, supports a local knowledge base, and enables tool integration via MCP servers.
by gptme
Provides a personal AI assistant that runs directly in the terminal, capable of executing code, manipulating files, browsing the web, using vision, and interfacing with various LLM providers.