HomeProductivity › JustFill PDF Form Automation

JustFill PDF Form Automation

Detect, review and fill existing PDF forms from JSON or Excel; reuse saved templates

Python CloudLocal macOSWindowsLinux Remote
★ 0 stars Last pushed 2026-09-07 License: MIT

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.justfill.app/api/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http justfill-mcp https://api.justfill.app/api/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "justfill-mcp": {
      "url": "https://api.justfill.app/api/mcp"
    }
  }
}

Package (pypi 0.4.10)

uvx justfill-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "justfill-mcp": {
      "command": "uvx",
      "args": [
        "justfill-mcp"
      ],
      "env": {
        "JUSTFILL_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • JUSTFILL_API_KEY secret — API key from justfill.app -> Account -> API Keys. Optional: `justfill-mcp login` stores one via the browser instead.

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.mrmaciej1/justfill

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry