Overview
Integrate Deepcon MCP into Claude Desktop through configuration file modification. Once configured, Claude will have access to powerful documentation search tools.Installation Methods
- UI Configuration
- Direct File Edit
Using Claude Desktop Settings
1
Open Claude Desktop
Launch the Claude Desktop application
2
Open Settings
- macOS: Click Claude in the menu bar → Settings
- Windows: Click the menu icon → Settings
3
Navigate to Developer Settings
Click Developer in the left sidebar
4
Edit Config
Click Edit Config button
5
Add MCP Server Configuration
Paste the following configuration into the editor:
6
Save Configuration
Save the file and restart Claude Desktop
If you already have other MCP servers configured, add the “deepcon” entry inside the existing
mcpServers object.Replace
your-api-key-here with your actual API key from the dashboardVerify Connection
After configuration, verify that everything is working:1
Restart Claude Desktop
- macOS: Press
Cmd + Qto quit completely, then relaunch - Windows: Close from system tray, then relaunch
2
Check Connection Indicator
Look for the 🔌 MCP connection indicator in the bottom-right corner of the window
3
View Available Tools
Click the 🔌 icon to open the MCP tools panel
4
Verify Deepcon Server
Confirm “deepcon” appears in the list with these tools:
search_documentation- Search package documentation
5
Test Integration
Start a new conversation and ask: “Use Deepcon to search the React documentation for useState”
Connection Status Indicators:
- 🟢 Green dot: Successfully connected
- 🔴 Red dot: Connection failed (check troubleshooting below)
- ⚪ Gray dot: Not configured or disabled
Troubleshooting
Server not appearing?
Server not appearing?
Solution: Ensure Node.js 16+ is installed and accessible in PATHCheck your Node.js version:If not installed, download from nodejs.org
Connection failed?
Connection failed?
Solution: Verify your API key is correct and active
- Go to Deepcon Dashboard
- Copy your API key
- Update the configuration file
- Restart Claude Desktop
Tools not showing?
Tools not showing?
Solution: Try fully quitting and restarting Claude Desktop
- On macOS:
Cmd + Qto quit completely - On Windows: Close from system tray
- Then restart the application
JSON syntax error?
JSON syntax error?
Solution: Validate your JSON configurationCommon mistakes:
- Missing commas between entries
- Trailing commas at the end
- Unescaped quotes in strings