← Back to Plugins
MCP Server MCP

JustFill PDF Form Automation

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx justfill-mcp

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.justfill.app/api/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "justfill-mcp",
      "version": "0.4.10",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from justfill.app -> Account -> API Keys. Optional: `justfill-mcp login` stores one via the browser instead.",
          "isSecret": true,
          "name": "JUSTFILL_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http pypi

Comments

Sign in to leave a comment

Loading comments...