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
- Open Claude Desktop settings
- Navigate to Developer → Edit Config
- Add the Doow server to your
claude_desktop_config.json:
{ "mcpServers": { "doow": { "url": "https://mcp.doow.co" } }}- Save the file and restart Claude Desktop
First use
When you first use a Doow tool, Claude Desktop opens your browser to authenticate:
- Sign in with your Doow account
- Grant access to your workspace
- Return to Claude Desktop
After authentication, Claude can access your Doow workspace.
Example conversation
Your organization uses 47 apps:
- Slack (active, $12,400/year)
- Notion (active, $8,200/year)
- GitHub (active, $15,600/year)
...
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
| Platform | Path |
|---|---|
| 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
-
Server not appearing
- Check your JSON syntax is valid
- Restart Claude Desktop after saving
- Check the Developer console for connection errors
-
"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?