Skip to content
Grok

EasyDocForms for Grok

com.easydocforms/easydocforms-mcp

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

client:Grok transport:stdio runtime:oci

Install EasyDocForms in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "easydocforms-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

EasyDocForms in other clients