Claude Code

Use Docsumo MCP in Claude Code.

Prerequisites

Setup

Run this in your terminal (replace YOUR_API_KEY):

claude mcp add --transport http docsumo https://mcp.docsumo.com/mcp \
  --header "Authorization: Bearer YOUR_API_KEY"

By default this registers the server for the current project. Add --scope user to make it available in all your projects:

claude mcp add --scope user --transport http docsumo https://mcp.docsumo.com/mcp \
  --header "Authorization: Bearer YOUR_API_KEY"

Verify

Start claude and run /mcpdocsumo should be listed as connected. Then try:

"Use Docsumo to show my account info and document types."

Remove

claude mcp remove docsumo

Having trouble? See FAQ & troubleshooting.