Skip to content
Claude Desktop

Emboss for Claude Desktop

io.github.edwinorange/emboss

Turn any PDF form into a fillable one, fill it from data or documents, verify it, and fax it.

client:Claude Desktop transport:streamable-http

Install Emboss in Claude Desktop

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

{
  "mcpServers": {
    "emboss": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.getemboss.ai/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Emboss in other clients