LogoLogo
X/TwitterMediumGitHubDePHY Website
  • Introduction
    • What is DePHY
    • Key features
    • Architecture
  • Components
    • Messaging layer 🔥
      • Data Pub-Sub
      • Solana Integration
      • RPC Call
      • RPC Endpoints
      • Best Practices
      • Verifiable logs
    • DePHY ID [Coming Soon]
      • Register products
      • Mint DID
      • Use DID as token gate (access control)
      • Extentions
      • Build with DePHY ID
      • Hardware integration and attestation
    • Liquidity layer
      • Stake Pool
      • Yield Pool
      • PayFi Pool
    • Verification layer
      • Proof of real device
        • Integration
      • Proof of location
        • Integration
      • DePHY NCN (on Jito Restaking)
        • Integration
      • Trusted DePIN network map
        • Integration
  • Tutorials 🔥
    • Build a Hello World (Rust)
    • Build a Hello World (TypeScript)
    • Build a DeCharge Machine
    • Build a Gacha Machine
    • Build a LLM Proxy
  • Service Mesh
    • AI MCP Services
      • About MCP
      • How to Enable DePHY MCP Server
      • How to use DePHY MCP
  • DePHY Node 🕹️
    • Get a DePHY Node
    • Set Up a DePHY Node
    • Migration From Testnet1 to Testnet2
    • Node Setup FAQ
  • Resources
    • Blog
    • GitHub
    • X
    • Telegram
    • Discord
Powered by GitBook
On this page
  • 2. Get an API Key
  • 3. Copy the MCP Endpoint URL(s)
  • 4. Paste MCP Endpoint URL to Your AI Clients
  • Check if MCP is Enabled
  1. Service Mesh
  2. AI MCP Services

How to Enable DePHY MCP Server

PreviousAbout MCPNextHow to use DePHY MCP

Last updated 14 days ago

1. Register an Account

Visit and register an account

2. Get an API Key

Visit 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)

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.

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:

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.

Visit to get the endpoint URL(s).

(macOS, Windows)

(macOS, iOS, iPadOS)

(macOS, Windows, Linux)

Service page
ChatWise
OpenCat
CherryStudio
https://mesh.dephy.io/
API Keys page
Screenshot of ChatWise MCP setting
Screenshot of OpenCat MCP setting
Screenshot of CherryStudio MCP setting
ChatWise MCP Toggle Button
OpenCat MCP Toggle Button
CherryStudio MCP Toggle Button
Claude MCP Toggle Button