Skip to main content
The remote MCP server is hosted by Eka.care at https://mcp.eka.care/mcp. You don’t install anything — just point your AI client at this URL and sign in with your Eka.care account. Server URL: https://mcp.eka.care/mcp
Prerequisite: An active Eka.care account. On first connect, your AI client will open a browser window for OAuth login.

Setup by Client

Pick your AI client below and follow the steps.

Claude Desktop (Paid / Pro)

The easiest path — add the server directly from the Connectors UI.
1

Open Settings

In Claude Desktop, click SettingsConnectorsAdd custom connector
2

Enter server details

  • Name: Eka Care
  • URL: https://mcp.eka.care/mcp
3

Add and authenticate

Click Add, then sign in with your Eka.care account when prompted.
Config file location (if you prefer to edit manually):
~/Library/Application Support/Claude/claude_desktop_config.json

Claude Desktop (Free)

Free tier doesn’t have the Connectors UI. Use mcp-remote as a bridge instead.
1

Open config

Go to SettingsDeveloperEdit Config
2

Add this configuration

claude_desktop_config.json
{
  "mcpServers": {
    "eka-care": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.eka.care/mcp"]
    }
  }
}
Config location: ~/Library/Application Support/Claude/claude_desktop_config.json
3

Save and restart

Save the file, restart Claude Desktop, then authenticate when the browser window opens.

Verify the Connection

Once connected, test it with a simple prompt in your AI client:
Search for patient [name] in my clinic
You should see the AI call the search_patients tool and return results from your Eka.care account.
Need an Eka.care account? Contact ekaconnect@eka.care to get started. For enterprise or custom OAuth setups, reach out to the same address.