Skip to main content
Glama

docxtpl MCP Server

by z1w2r3
pyproject.toml531 B
[project] name = "docxtpl-mcp" version = "0.1.0" description = "A Model Context Protocol server for generating Word documents using docxtpl" requires-python = ">=3.10" dependencies = [ "mcp", "docxtpl", "python-docx", "pydantic", "python-dateutil", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.mcp] name = "docxtpl-mcp" description = "Generate Word documents from templates using docxtpl" version = "0.1.0" [tool.mcp.server] command = "python" args = ["-m", "src.server"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/z1w2r3/doc-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server