Skip to content
Cline

EasyDocForms for Cline

com.easydocforms/easydocforms-mcp

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

client:Cline transport:stdio runtime:oci

Install EasyDocForms in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

EasyDocForms in other clients