src-sesiones-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@src-sesiones-mcpGenera el documento Word de la quincena con los detalles de las sesiones."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SRC Quincenal Sessions — MCP Plugin v0.1
First prototype of the add-on that turns the institutional quincenal sessions template into a tool callable from an MCP host (for example, ChatGPT when the account/workspace allows custom MCP apps).
What this version does
Keeps
MASTER_SRC_TEMPLATE.docxas the master template.Exposes MCP tools to query fields and generate the DOCX.
Maintains selective bold: only labels/subheadings.
Converts the Inicio, Desarrollo, and Cierre subsections into real Word paragraphs, with visual separation.
Serves the generated Word file via
/download/{file_id}.Includes base configuration for Render.
Related MCP server: docx-forge-mcp
MCP tools
get_template_info: returns the fields and rules of the format.generate_quincena_docx: receives the drafted fields and produces the Word file.get_generated_document: checks whether a generated file is still available.
Run locally
Requires Python 3.10+.
python -m venv .venv
# Windows
.venv\\Scripts\\activate
# macOS/Linux
source .venv/bin/activate
pip install -r requirements.txt
uvicorn server:app --host 127.0.0.1 --port 8000Health: http://127.0.0.1:8000/health
MCP: http://127.0.0.1:8000/mcp
To test with MCP Inspector:
npx @modelcontextprotocol/inspector@latestDeploy on Render
The repository already includes render.yaml. After deploying, set PUBLIC_BASE_URL to the public URL, for example https://src-sesiones-mcp.onrender.com.
The endpoint that will connect to the MCP host will be:
https://TU-SERVICIO.onrender.com/mcpStatus / next step
v0.1 uses the six session blocks prepared in the prototype template. The next version should clone or remove session blocks dynamically based on the actual number of classes in the quincena, and then add the optional web interface.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
Use your own Word templates to convert Markdown → DOCX/PDF/HTML from any MCP-compatible AI.
MCP server for VC pitch-deck scoring, thesis-fit matching, and deal-flow management.
Related MCP Servers
- FlicenseBqualityDmaintenanceMCP server for Office document automation, enabling AI assistants to create, read, and clone Word/Excel/PPT templates while preserving formatting.41-
- AlicenseAqualityDmaintenanceMCP server for Word document (.docx) creation and manipulation — the production-grade document automation tool for AI agents.921 npmMIT
- FlicenseAqualityDmaintenanceMCP server for generating professionally formatted Word documents (.docx). Supports corporate templates (colors, fonts, logo), headers/footers, and Markdown conversion.4-
- AlicenseNot gradedqualityBmaintenanceAn MCP server that enables LLM agents to read, understand, and fill DOCX templates while preserving formatting like bold labels and fonts. It exposes tools for document upload, AST inspection, editing, and validation.MIT