Skip to main content
Glama
pyproject.toml1.25 kB
[build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [project] name = "mcp-document-parse" version = "0.1.3" description = "MCP provider for document parsing and conversion to Markdown" authors = [{ name = "Niutrans", email = "tianfengning@niutrans.com" }] license = { text = "MIT" } readme = "README.md" keywords = ["mcp", "document", "parsing", "markdown", "pdf", "word", "excel", "ppt"] classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent" ] requires-python = ">=3.10" dependencies = [ "mcp[cli]>=1.21.0", "requests>=2.31.0", "tqdm>=4.60.0" ] [project.optional-dependencies] dev = ["uv"] [project.scripts] mcp-document-parse = "file_upload_handler:main" [project.urls] Homepage = "https://niutrans.com" Source = "https://github.com/niutrans/mcp-document-parse" [tool.setuptools] py-modules = ["file_upload_handler"] [tool.mcp] # MCP工具配置,帮助MCP客户端发现和加载工具 providers = ["file_upload_handler:mcp"]

Latest Blog Posts

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/tianfn/mcp-parse-document'

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