Skip to content

Claude Code

Add DocuBench as an HTTP MCP server in Claude Code.

Add the Server

Use this command to add an MCP server named docubench-demo:

sh
claude mcp add --scope local --transport http \
  docubench-demo "<URL>" \
  --header "Authorization: Bearer <token>"

Replace URL and token with the values shown in DocuBench.

Verify

Run:

sh
claude mcp list

Then start a new Claude Code session and confirm the DocuBench MCP server is connected.

Claude Desktop

Claude desktop application does not support integrating MCP server directly. Advanced user may use mcp-remote as a stdio bridge. Check official document for references.