DocsDocs
Open app

Claude Desktop

Add Doow to the Claude desktop app.

Claude Desktop is Anthropic's desktop app for Claude. Adding Doow requires editing a configuration file.

Add the server

  1. Open Claude Desktop settings
  2. Navigate to DeveloperEdit Config
  3. Add the Doow server to your claude_desktop_config.json:
json
{  "mcpServers": {    "doow": {      "url": "https://mcp.doow.co"    }  }}
  1. Save the file and restart Claude Desktop

First use

When you first use a Doow tool, Claude Desktop opens your browser to authenticate:

  1. Sign in with your Doow account
  2. Grant access to your workspace
  3. Return to Claude Desktop

After authentication, Claude can access your Doow workspace.

Example conversation

Example conversation
You
What apps does my organization use?
Claude
I'll check your Doow workspace.
Your organization uses 47 apps:
- Slack (active, $12,400/year)
- Notion (active, $8,200/year)
- GitHub (active, $15,600/year)
...
You
Show me contracts renewing this quarter
Claude
You have 8 contracts renewing in Q4:
1. Slack - renews Oct 15 - $12,400
2. Zoom - renews Nov 1 - $6,800
...

Protected operations

Sensitive operations that may touch card funds, grant or revoke workspace access, or delete data show a confirmation dialog for your approval before they run. You must approve it in Claude Desktop.

Config file location

PlatformPath
macOS~/Library/Application Support/Claude/claude_desktop_config.json
Windows%APPDATA%\Claude\claude_desktop_config.json
Linux~/.config/Claude/claude_desktop_config.json

Remove the server

Edit your config file and remove the doow entry from mcpServers, then restart Claude Desktop.

Troubleshooting

  1. Server not appearing

    • Check your JSON syntax is valid
    • Restart Claude Desktop after saving
    • Check the Developer console for connection errors
  2. "Authentication required" on every request

    • Clear Claude Desktop's MCP cache in settings
    • Remove and re-add the server configuration
    • Complete the OAuth flow again

Next steps

Was this page helpful?