Install via NPM
The Deepcon MCP server is available as an npm package and can be installed globally:Package Information
- Current Version: 1.0.8
- View on NPM Registry →
Prerequisites
Before installing, make sure you have:Node.js
Node.js
Deepcon requires Node.js version 19 or higher to run properly.Check your Node.js version:
API Key
API Key
You’ll need an API key from the Deepcon dashboard.
- Sign up at deepcon.ai
- Navigate to your dashboard
- Copy your API key for configuration
MCP-Compatible IDE
MCP-Compatible IDE
Deepcon works with any IDE that supports the Model Context Protocol (MCP):
- Claude Desktop
- Claude Code
- Cursor
- Windsurf
Verify Installation
After installation, verify that the MCP server is available:Next Steps
Once installed, you need to configure your IDE to use the Deepcon MCP server:Claude Desktop
Configure for Claude Desktop app
Claude Code
Set up for Claude Code CLI
Cursor
Integrate with Cursor editor
Windsurf
Configure for Windsurf IDE
Troubleshooting
Command not found
Command not found
If you get a “command not found” error after installation:
- Make sure npm global bin directory is in your PATH
- Run
npm config get prefixto find the npm global directory - Add
{prefix}/binto your PATH environment variable
Permission errors
Permission errors
If you encounter permission errors during installation:macOS/Linux:Or configure npm to use a different directory:
Update to latest version
Update to latest version
To update to the latest version: