Claude Code
Add Doow to Claude Code in one command.
Claude Code is Anthropic's CLI for Claude. Adding Doow takes one command.
Add the server
claude mcp add --transport http doow https://mcp.doow.coClaude Code registers the server and stores the configuration.
First use
When you first use a Doow tool, Claude Code opens your browser to authenticate:
- Sign in with your Doow account
- Grant access to your workspace
- Return to Claude Code
After authentication, Claude can access your Doow workspace in this session and future sessions.
Example session
Scopes
Claude Code's --scope option controls where the server configuration is stored (local, user, or project); it does not request an OAuth scope. OAuth scopes are granted by the Doow authorization flow. Use an MCP API key with mcp:read when a headless read-only credential is required.
Protected operations
Sensitive operations that may touch card funds, grant or revoke workspace access, or delete data show a confirmation prompt for your approval before they run. You must approve it in Claude Code's terminal UI.
The current protected-tool list is maintained in the scopes reference and checked against the server manifest.
Remove the server
claude mcp remove doowThis removes the server configuration. Your Doow account and data are unaffected.
Troubleshooting
-
"Server not responding"
Check your network connection. The MCP server requires HTTPS access to
mcp.doow.co. -
"Authentication failed"
- Confirm you can sign in at app.doow.co
- Check that your organization is active
- Try removing and re-adding the server
-
"Permission denied" on a tool
Your Doow role may not have access to that resource. Admins have full access; scoped roles see only assigned resources.
-
Confirmation prompt does not appear
Ensure you are running Claude Code interactively (not in a script or pipeline). Non-interactive sessions cannot handle confirmations.