devdoq-install-mcp
v1.0.4
Published
Auto-configure MCP server connections for Claude Desktop, Cline, and others.
Readme
devdoq-install-mcp
A CLI utility designed to seamlessly auto-configure the DevDoq MCP server connections for various AI development clients, including Claude Desktop, Antigravity, and Cline environments.
Prerequisites
Before using this tool, you must generate your unique DevDoq Access Token:
- Log in to app.devdoq.com.
- Visit https://app.devdoq.com/mcp to easily generate or grab your Auth Token.
Usage
You can run this utility instantly using npx without needing to install it globally.
npx devdoq-install-mcp <url> <authToken> --client <name>Example
npx devdoq-install-mcp https://mcp.devdoq.com/mcp mcp_dq_abc123 --client claudeSupported Clients (--client options)
You must specify one of the following exact client names using the --client flag:
claude- Claude Desktopantigravity- Google Antigravitydevdoq-vscode- DevDoq Extension in VS Codedevdoq-cursor- DevDoq Extension in Cursordevdoq-windsurf- DevDoq Extension in Windsurfdevdoq-antigravity- DevDoq Extension in Antigravitycline-vscode- Cline Extension in VS Codecline-cursor- Cline Extension in Cursorcline-windsurf- Cline Extension in Windsurfcline-antigravity- Cline Extension in Antigravityroo-vscode- Roo Extension in VS Code
Notes
- The tool will automatically update the configuration file at the native path expected by your chosen AI client based on your operating system (macOS or Windows supported).
- Once the script finishes, you will need to restart your MCP client for the newly configured tools to become available.
- If the script cannot locate your configuration file natively, it will elegantly fall back and emit the clean JSON block to the terminal for manual copying into your client's settings.
