My Prompts Mcp
About
Lightweight MCP server for providing user prompts defined in Markdown with argument support.
Details
- Author
- vjik
- Downloads
- 120
- Categories
- Productivity, Knowledge Base, Automation, Other
Jump to
- Serves user prompts defined in Markdown files.
- Supports arguments in prompts.
- Prompts are versioned via Git integration.
- Shareable across machines and team members.
- Lightweight MCP server.
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
My Prompts McpCommand (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
Store your prompt Markdown files in a directory (e.g., a dedicated git repository or a folder in an existing one) and connect that directory to your AI client via this MCP server. No installation or configuration details are provided in the README beyond connecting the directory.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"my prompts mcp": {
"my-prompts-mcp": {
"command": "/path/to/my-prompts-mcp",
"args": [
"--path=/path/to/prompts"
]
}
}
}
}
McpServers
{
"my-prompts-mcp": {
"command": "/path/to/my-prompts-mcp",
"args": [
"--path=/path/to/prompts"
]
}
}
Lightweight MCP server for providing user prompts defined in Markdown with argument support.
Lightweight MCP server that serves user prompts defined in Markdown files, with support for arguments.
Keep your prompt.mdfiles in a repository — a dedicated git repo or a folder in an existing one — and connect that directory to your AI client via this MCP server. This way your prompts are versioned, shareable, and easy to update across machines and team members.
Example of My Prompts MCP usage withCherry Studio:
https://github.com/user-attachments/assets/32dfa36d-657f-4b9b-8086-c7a00ffe3185
[!IMPORTANT] This project is developed and maintained bySergei Predvoditelev. Community support helps keep the project actively developed and well maintained. You can support the project using the following services:
Download the binary for your platform fromGitHub Releases.
Create a.mdfile in your prompts directory, for examplegreet.md:
--- description: Greet a person by name arguments: - name: name description: The person's name required: true --- Please greet {{name}} in a friendly and professional way.
Add the following to your MCP client configuration (stdio transport):
{ "mcpServers": { "my-prompts-mcp": { "command": "/path/to/my-prompts-mcp", "args": ["--path=/path/to/prompts"] } } }
Edit theclaude_desktop_config.jsonfile:
- macOS:~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:%APPDATA%\Claude\claude_desktop_config.json
- Linux:~/.config/Claude/claude_desktop_config.json
Add the snippet above to the file, then restart Claude Desktop.
OpenSettings → MCP Servers, clickAdd, and fill in the server command and arguments from the snippet above.
Each.mdfile in the configured directory is exposed as a prompt. The file name without the.mdextension is used as the prompt name by default.
Optional YAML front matter at the top of the file controls how the prompt is presented to the client.
arguments: - name: arg_name description: What this argument means required: true
[!IMPORTANT] Prompts without arguments or with one argument are supported by almost all MCP clients. Prompts with two or more arguments are not universally supported. Known clients that do support multiple arguments:
Use{{arg_name}}in the prompt body. Placeholders are substituted with the argument values provided at request time.
--- name: name-generator title: Name Generator description: Generate a name for a product, project, or company arguments: - name: description description: What needs to be named (product, project, company, etc.) required: true - name: style description: Naming style (e.g. minimalist, creative, technical, playful) required: false --- Generate 10 name ideas for: {{description}}. {{style}} Requirements for the names: - Easy to remember and pronounce - Suitable for use as a domain name - Unique and distinctive For each name provide a one-line explanation of why it works.
The "My Prompts MCP" is free software. It is released under the terms of the BSD License. Please seeLICENSEfor more information.
About A repo-native task graph as plain Markdown files, served to AI agents over MCP and to humans over a clean web UI .
Decispher captures the decisions, conventions, and constraints from the conversations your team is already having in Slack, GitHub, GitLab, and Jira, then serves them back to every human and every agent that needs them. Automatically.
Connect AI clients to Cal.com scheduling through the Model Context Protocol using the hosted server at mcp.cal.com or a local instance.
Sync Calendars, Scheduling Links, AI Executive Scheduling Assistant, Unified Calendar
Automated document processing and extraction
Create notes, search, & think with your Fabric AI workspace
Perform queries and entity operations in your Fibery workspace.
Connect with 10,000+ tools across HRIS, ATS, CRM, Accounting, Calendar, Meeting, Ticketing, and more categories.
Magica is your all-in-one AI platform, offering 2500+ cutting-edge tools under a single subscription.
Turn your Make scenarios into callable tools for AI assistants.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


