Adding the Ezurio MCP Server to Claude Desktop
Prerequisites:
- Claude Desktop installed (macOS or Windows).
- A Claude Pro, Max, Team, or Enterprise subscription.
- Access to enable a custom Connector or organizational privileges.
- An account at www.ezurio.com.
Overview
Claude Desktop supports remote MCP servers via Custom Connectors (Settings → Connectors). This is the recommended method for connecting to a hosted, remote MCP server such as the Ezurio MCP server. Custom Connectors use the Streamable HTTP transport with OAuth authentication and are available on Pro, Max, Team, and Enterprise plans.
If you do not have permissions to add a Custom Connector, you’ll need to connect a local stdio-based MCP server approach instead. See the alternate JSON configuration method near the end of this document.
Method 1: Custom Connector (Recommended for Remote MCP)
Step 1 – Open Claude Desktop Settings
- Open the Claude Desktop application.
- On macOS: click Claude in the menu bar and select Settings…
- On Windows: click your profile icon or use the application menu, then select Settings.
Step 2 – Navigate to Connectors
- In the Settings panel, click Connectors in the left-hand sidebar.
- Click Add custom connector (this button appears at the top-right of the Connectors section).
Step 3 – Enter the MCP Server Details
In the New Connector dialog, fill in the following fields:
- Name:
Ezurio MCP(or any descriptive label you prefer) - Description:
Ezurio MCP Server - MCP Server URL: Enter MCP Server URL:
https://mcp.ezurio.com/ez/mcp
- Name:
- Set the Authentication mode to OAuth if prompted.
- If prompted, check the acknowledgement that you trust this connector.
- Click Add or Save.
Step 4 – Authenticate
- After saving, Claude Desktop will initiate the authentication flow for the connector.
- Follow any prompts to complete authentication (OAuth login) as directed by your administrator.
Step 5 – Verify the Connection
- Open a new chat in Claude Desktop.
- Look for the hammer (🔨) icon at the bottom of the chat window — a number next to it indicates how many MCP tools are available.
- Click the hammer icon to confirm that Ezurio MCP tools appear in the list.
The Ezurio MCP server is now active. Claude will automatically use its tools when relevant to your requests.
Method 2: JSON Configuration File (Local/stdio Servers Only)
This method is for advanced users running a local MCP proxy or bridge. It does not apply to the hosted Ezurio MCP server unless specifically instructed by your administrator.
- Open Claude Desktop Settings → Developer → Edit Config. This opens the file
claude_desktop_config.jsonat:- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
- Add an entry to the
mcpServersobject. For a remote server bridged viamcp-remote:{ "mcpServers": { "ezurio-mcp": { "command": "npx", "args": [ "mcp-remote", "https://mcp.ezurio.com/ez/mcp" ] } } } - Save the file.
- Fully quit Claude Desktop (do not just close the window) and reopen it.
- Verify using the hammer icon in a new chat as described in Method 1, Step 5.
Troubleshooting
| Symptom | Resolution |
|---|---|
| Connectors option not visible | Confirm your Claude plan supports Custom Connectors (Pro, Max, Team, or Enterprise required) and your organizational policy permits this feature. |
| Authentication fails | Confirm the MCP Server URL is correct and that your credentials are valid. |
| Hammer icon shows 0 tools | Fully quit and restart Claude Desktop; check the URL for typos |
| JSON config syntax errors | Validate your JSON using a linter; a single misplaced comma will prevent the config from loading |
| Log Output (JSON method) | macOS: ~/Library/Logs/ClaudeWindows: %APPDATA%\Claude\logs |