Euler Developers
  • đź§  Euler - SVM AI layer
    • Preface
    • đź“– Introduction
      • What is the Euler SDK?
      • Euler's Ultimate Vision
      • Target Audience
      • Design Philosophy
    • 🏗️ Euler Stack Architecture
      • Euler AI SVM Chain
      • Euler AI Orchestrator
      • Euler AI Benchmark
      • Euler MCP Layer
      • Model Context Protocol
  • 🛠️ Tutorials
    • Euler AI Benchmark
    • Euler MCP Overview
    • Euler MCP + Claude Desktop
  • Euler MCP + Cursor
  • Euler MCP + Cline
  • Euler MCP + MCP Tester
  • Euler MCP + Code
  • đź“… Roadmap
    • Euler Growth Phases
  • 📚 References
    • Supported Networks
    • Toolings
    • Euler MCP Resources
Powered by GitBook
On this page
  • What's Claude Desktop
  • Quickstart
  • 1. Download Claude for Desktop
  • ​2. Add the Euler MCP Server
  • ​3. Restart Claude
  • ​4. Try it out!
  1. 🛠️ Tutorials

Euler MCP + Claude Desktop

PreviousEuler MCP OverviewNextEuler MCP + Cursor

Last updated 1 month ago

What's Claude Desktop

Claude Desktop is a desktop application developed by Anthropic for its AI assistant, Claude. It offers users a fast and focused AI interaction experience, aiming to enhance work efficiency.

Quickstart

1. Download Claude for Desktop

Start by downloading , choosing either macOS or Windows. (Linux is not yet supported for Claude for Desktop.)

Follow the installation instructions.

If you already have Claude for Desktop, make sure it’s on the latest version by clicking on the Claude menu on your computer and selecting “Check for Updates…”

Why Claude for Desktop and not Claude.ai?

2. Add the Euler MCP Server

Get started by opening up the Claude menu on your computer and select “Settings…” Please note that these are not the Claude Account Settings found in the app window itself.

This is what it should look like on a Mac:

Click on “Developer” in the left-hand bar of the Settings pane, and then click on “Edit Config”:

This will create a configuration file at:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

if you don’t already have one, and will display the file in your file system.

Open up the configuration file in any text editor. Replace the file contents with this:

  • MacOS/Linux

  • Windows

Copy

{
  "mcpServers": {
    "euler-mcp": {
      "url": "https://dev.euler.ai/mcp/sse",
      "env": {}
    }
  }
}

How does the configuration file work?

This configuration file tells Claude for Desktop which MCP servers to start up every time you start the application.

After updating your configuration file, you need to restart Claude for Desktop.

After clicking on the hammer icon, you should see the tools that come with the Euler MCP Server

You can now talk to Claude. It should know when to call the relevant tools.

Things you might try asking Claude:

  • Check the current ETH balance of vitalik.eth

  • Look up the price of USDC on Ethereum

  • Show me the latest block on Optimism

3. Restart Claude

Upon restarting, you should see a hammer icon in the bottom right corner of the input box:

If your server isn’t being picked up by Claude for Desktop, proceed to the section for debugging tips.

4. Try it out!

​
Troubleshooting
​
Claude for Desktop
​