Prompt MCP App
Prompts as MCP tools
Install / Use
/learn @zlatanpham/Prompt MCP AppQuality Score
Category
Development & EngineeringSupported Platforms
README
Prompt MCP
An open-source application for managing AI prompts as MCP tools.
About
This application helps to generate one-shot prompts and convert them to tools that can be used by an MCP client like Claude desktop, Cursor or Cline.
Features
- Prompt to Tool Conversion: Create (or generate) one-shot prompts and convert them into reusable tools.
- Testing Tools: Test tools with a clean Chat interface.
- MCP Export & Integration: Export tools grouped under projects for integration with MCP clients (e.g., Claude desktop, Cursor, Cline).




Built with T3 Stack
This project is built using the T3 stack, which includes:
Further details about the T3 stack can be found in the T3 Stack documentation.
Getting Started for Developers
To get started with development, follow these steps:
Requirements
- Node.js >= 18.0.0
- pnpm >= 8.6.12
- Docker Desktop (for local Postgres)
Setup
- Environment Variables: Create a
.envfile from.env.exampleand configure necessary environment variables. - Database:
./start-database - Install Dependencies:
Database migrations will run automatically during the installation process.pnpm install
Running the app
To run the app locally for development:
pnpm run dev
Open http://localhost:3000 to view the app in your browser.
Contributing
Contributions, suggestions, bug reports and fixes are welcome!
For new features or components, please open an issue and discuss before sending a PR.
License
This project is licensed under the MIT License. See the LICENSE file for details
