How to Enable DePHY MCP Server

1. Register an Account

Visit https://mesh.dephy.io/ and register an account

2. Get an API Key

Visit API Keys page to check if you have at least one API key.

If there's no API keys available, click Generate New API Key to generate a new one.

3. Copy the MCP Endpoint URL(s)

Visit Service page to get the endpoint URL(s).

Currently(20250509) we have 5 different MCP servers with 16 tools together. We highly recommend you copy the Unified Service Endpoint URL to use. It's an aggregator of all MCPs. If you have special needs you can still copy the separating service URLs.

4. Paste MCP Endpoint URL to Your AI Clients

For now our endpoint is SSE type MCP endpoint, please choose a SSE-MCP-supported clients to enable it.

We recommend serveral AI clients:

Paste the MCP endpoint to your AI client MCP setting page:

  • Choose a name(or id) for this MCP

  • Paste the link

  • Choose the type SSE

  • We highly recommend you check "without confirmation" or "no confirmation" checkbox to make it run smoothly.

Screenshot of ChatWise MCP setting
Screenshot of OpenCat MCP setting
Screenshot of CherryStudio MCP setting

For clients don't support SSE type(for example Claude), you can still use it by using a bridge tool. In this example we use mcp-remote in claude_desktop_config.json :

{
    "mcpServers": {
      "DePHY": {
        "command": "npx",
        "args" : [
          "mcp-remote",
          "https://mcp-demo.dephy.dev/mcp/{replace-your-api-key-here}/sse",
          "--transport",
          "sse-only"
        ]
      }
    }
}

Check if MCP is Enabled

Once MCP server is enabled, you can see a tool toggle button in most AI chat apps:

ChatWise MCP Toggle Button
OpenCat MCP Toggle Button
CherryStudio MCP Toggle Button
Claude MCP Toggle Button

If DePHY MCP doesn't appear in your chat app, please recheck your settings.

For some apps(like Claude), you need to quit and restart the app to enable the new-added MCP server.

Last updated