Skip to content
Claude Desktop

EasyDocForms for Claude Desktop

com.easydocforms/easydocforms-mcp

Healthcare intake for agents: import blank PDFs, create patient fill links, fetch completed PDFs.

client:Claude Desktop transport:stdio runtime:oci

Install EasyDocForms in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "easydocforms-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/easydocforms/easydocforms-mcp:0.1.2"
      ],
      "env": {
        "EASYDOCFORMS_API_KEY": "<EASYDOCFORMS_API_KEY>",
        "EASYDOCFORMS_BASE_URL": "<EASYDOCFORMS_BASE_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

EasyDocForms in other clients