Skip to main content
Glama

DOCX-MCP

by Rookie0x80
pyproject.toml1.35 kB
[build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "docx-mcp" version = "2.0.0" description = "MCP Server for Word document operations using python-docx" authors = [{name = "Your Name", email = "your.email@example.com"}] license = {text = "MIT"} readme = "README.md" requires-python = ">=3.8" classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] dependencies = [ "python-docx>=1.1.0", "fastmcp>=0.4.0", "typing-extensions>=4.0.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "pytest-cov>=4.0.0", "pytest-asyncio>=0.21.0", "pytest-mock>=3.10.0", "black>=23.0.0", "flake8>=6.0.0", "mypy>=1.0.0", ] [project.scripts] docx-mcp = "docx_mcp.server:main" [tool.setuptools.packages.find] where = ["src"] [tool.black] line-length = 88 target-version = ['py38'] [tool.mypy] python_version = "3.8" warn_return_any = true warn_unused_configs = true disallow_untyped_defs = true

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/Rookie0x80/docx-mcp'

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