- Home
- MCP servers
- MCP Analysis Templates
MCP Analysis Templates
- python
18
GitHub Stars
python
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"mikeskarl-mcp-prompt-templates": {
"command": "python",
"args": [
"server.py"
],
"env": {
"ENV": "UNKNOWN"
}
}
}
}You can run a Python-based MCP server that serves standardized analysis templates for meetings and webinars. It centralizes templates and enables consistent prompt chains, making it easy to produce structured meeting minutes, executive summaries, and webinar-to-blog conversions for your team.
How to use
Connect to the MCP server with your MCP client to access the available templates. You can browse templates for Meeting Analysis, Meeting Summary, and Webinar Blog conversion, then request outputs that follow predefined formats and prompts. Use the server to generate detailed meeting minutes and action items, concise executive summaries, or blog-worthy write-ups from webinars.
How to install
Prerequisites: you need Python and access to install Python packages.
pip install -r requirements.txt
python server.py
Additional sections
Configuration and runtime details are included in the supported files and folders. The server uses a config.yaml to customize behavior and a templates/ directory that houses template.md and config.yaml for each template type. You can start with the provided dependencies and server script, then adjust configuration as needed to fit your workflows.