Skip to main content
Glama

MCP PDF Forms

by Wildebeest
pyproject.toml815 B
[project] name = "mcp_pdf_forms" version = "0.2.0" description = "PDF form manipulation toolkit built with MCP and PyMuPDF" readme = "README.md" requires-python = ">=3.11" license = {text = "MIT"} authors = [ {name = "Wilde", email = "wilde@example.com"} ] dependencies = [ "mcp[cli]>=1.3.0", "pymupdf>=1.25.3", "pillow>=11.1.0", ] [project.scripts] mcp-pdf-forms = "mcp_pdf_forms.server:start_server" [project.urls] Repository = "https://github.com/Wildebeest/mcp_pdf_forms" Documentation = "https://github.com/Wildebeest/mcp_pdf_forms#readme" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [dependency-groups] dev = [ "mcp[cli]>=1.3.0", "pytest>=7.0.0", ] [project.optional-dependencies] test = [ "pytest>=7.0.0", ] [tool.pytest] testpaths = ["tests"]

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/Wildebeest/mcp_pdf_forms'

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