MCP server for managing and providing prompts
Prompts MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. MCP server for managing and providing prompts.
A Model Context Protocol (MCP) server for managing and providing prompts. This server allows users and LLMs to easily add, retrieve, and manage prompt templates stored as markdown files with YAML frontmatter support.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Once Prompts is connected, these are the calls the assistant has available:
Verification — The Verification tool exposed by this serveradd_prompt — Add a new prompt to the collection. If no YAML frontmatter is provided, default metadata will be automatically added. - name (string): Name ofcreate_structured_prompt — Create a new prompt with guided metadata structure and validation. - name (string): Name of the prompt - title (string): Human-readable titleget_prompt — Retrieve a prompt by name. - name (string): Name of the prompt to retrievelist_prompts — List all available prompts with metadata preview. No parameters requireddelete_prompt — Delete a prompt by name. - name (string): Name of the prompt to deleteYou will need 2 environment variables: PROMPTS_FOLDER_PATH, PROMPTS_DIR. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the file and storage access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Prompts's toolset — Verification, add_prompt, create_structured_prompt and 3 more — is a fair guide to whether it matches your workflow. It is maintained by tanker327; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Prompts's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Verification | The Verification tool exposed by this server. |
| add_prompt | Add a new prompt to the collection. If no YAML frontmatter is provided, default metadata will be automatically added. - **name** (string): Name of the prompt - **content** (string): Content of the prompt in markdown form |
| create_structured_prompt | Create a new prompt with guided metadata structure and validation. - **name** (string): Name of the prompt - **title** (string): Human-readable title for the prompt - **description** (string): Brief description of what t |
| get_prompt | Retrieve a prompt by name. - **name** (string): Name of the prompt to retrieve |
| list_prompts | List all available prompts with metadata preview. No parameters required. |
| delete_prompt | Delete a prompt by name. - **name** (string): Name of the prompt to delete |
{
"mcpServers": {
"prompts": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/inspector"],
"env": {
"PROMPTS_FOLDER_PATH": "your-value",
"PROMPTS_DIR": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| PROMPTS_FOLDER_PATH | Filesystem location the server is allowed to use. | Optional |
| PROMPTS_DIR | Filesystem location the server is allowed to use. | Optional |
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.