Back to MCP directory
verified_userVerifieddnsLocal runtime

mcp-prompt-templates

一个MCP服务器项目,提供会议分析、会议摘要和网络研讨会转博客文章等标准化内容分析模板。

article

README

🚀 MCP 分析模板服务器

MCP 分析模板服务器用于管理和提供各类分析模板及提示链,为内容分析工作提供标准化支持。

🚀 快速开始

此服务器借助 MCP 协议提供模板,你可以使用任意 MCP 客户端连接该服务器来访问模板。若需详细的设置和使用说明,请查阅 docs 目录下的文档。

✨ 主要特性

此仓库包含一个模型上下文协议(MCP)服务器实现,提供以下标准化的内容分析模板:

  • 会议分析:可生成详细的会议记录和行动项。
  • 会议摘要:能输出执行风格的简要总结。
  • 网络研讨会转博客文章转换:可将网络研讨会内容转换为博客文章。

📦 安装指南

  1. 安装依赖项:
pip install -r requirements.txt
  1. 启动服务器:
python server.py

📚 详细文档

项目结构

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.md
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client