Claude
Custom Connectors require a Claude Pro, Max, Team or Enterprise plan.
The Intelligems MCP can be integrated with both Claude Desktop and Claude Code. Please see the applicable instructions below:
Claude Desktop
Due to a Claude Desktop bug, MCP setup via the Connectors page is not currently supported. Please follow steps below.
Quick Install
macOS / Linux
Open Terminal and run:
curl -fsSL https://static.intelligems.io/mcp/claude-desktop/install.sh | bashWindows
Open PowerShell and run:
irm https://static.intelligems.io/mcp/claude-desktop/install.ps1 | iexAfter installation, restart Claude Desktop to activate the Intelligems MCP server.
Getting "Server disconnected" error?
This usually means Node.js/npx is not found. See the Node.js troubleshooting guide for solutions.
Manual Install
Claude Desktop supports remote MCP servers with OAuth authentication. Add the Intelligems MCP Server via the UI:
Open Claude in the desktop app
Click your profile name in the sidebar and select Settings
Click Developer
Choose "Edit Config"

Edit your Claude Desktop configuration file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Add the following MCP server entry:
Save and restart Claude Desktop
When starting a new chat, confirm that Intelligems is toggled on in the options menu, pictured below

In order to avoid hitting "Allow" every time Claude pulls information from Intelligems, go to Settings > Connectors > Configure next to Intelligems > switch the dropdown next to "Read-only tools" to "Always allow".

Claude Code
Add the Intelligems MCP Server using the CLI:
When you first use the server, Claude Code will trigger a browser-based OAuth login. Complete the authentication flow to authorize access to your Intelligems account. Tokens are stored securely and refresh automatically.
Alternatively, you can add the server to your .mcp.json configuration file in your project root or ~/.claude.json for user-wide access:
Management commands:
Last updated
Was this helpful?