Claude Code
Use Docsumo MCP in Claude Code.
Prerequisites
- Claude Code installed
- Your Docsumo API key from Settings → API & Webhooks
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 /mcp — docsumo should be listed as connected. Then try:
"Use Docsumo to show my account info and document types."
Remove
claude mcp remove docsumoHaving trouble? See FAQ & troubleshooting.
