mcp-prompt-templates
MCP server for managing and serving analysis prompt templates
Documentation
MCP Analysis Templates
An MCP server for managing and serving analysis templates and prompt chains.
Overview
This repository contains a Model Context Protocol (MCP) server implementation that provides standardized templates for various types of content analysis:
- Meeting Analysis (detailed meeting minutes and action items)
- Meeting Summary (executive-style brief summary)
- Webinar to Blog Post conversion
Structure
mcp-analysis-templates/
├── README.md
├── requirements.txt
├── server.py
├── config.yaml
├── templates/
│ ├── meeting_analysis/
│ │ ├── template.md
│ │ └── config.yaml
│ ├── meeting_summary/
│ │ ├── template.md
│ │ └── config.yaml
│ └── webinar_blog/
├── template.md
└── config.yaml
└── docs/
├── setup.md
└── usage.mdSetup
1. Install dependencies:
pip install -r requirements.txt2. Run the server:
python server.pyUsage
The server provides templates through the MCP protocol. Connect to it using any MCP client to access the templates.
See the docs directory for detailed setup and usage instructions.
Frequently asked questions
What is mcp-prompt-templates?
mcp-prompt-templates is MCP server for managing and serving analysis prompt templates
How do I install mcp-prompt-templates?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-prompt-templates open source?
Yes — it is hosted on GitHub at https://github.com/mikeskarl/mcp-prompt-templates and has 17 stars.
Related MCP tools
AWS MCP Servers — helping you get the most out of AWS, wherever you use MCP. Python-based implementation. Trusted by 6900+ developers.
A simple, secure MCP-to-OpenAPI proxy server Python-based implementation. Trusted by 3500+ developers. Trusted by 3500+ developers.
MCP server that interacts with Obsidian via the Obsidian rest API community plugin Python-based implementation. Trusted by 2300+ developers.
Default Configuration: MCP CLI defaults to using Ollama with the gpt-oss reasoning model for local, privacy-focused operation without requiring API keys.
Official MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
MCP server for long term agent memory with Mem0. Also useful as a template to get you started building your own MCP server with Python!
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP