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 Cline
  • Quickstart
  • 🤔 What Next?

Euler MCP + Cline

PreviousEuler MCP + CursorNextEuler MCP + MCP Tester

Last updated 1 month ago

What's Cline

Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way.

Quickstart

1. 🛠️ Install the Euler MCP Server

  1. From the Cline extension, click the MCP Server tab

  2. Click the Configure MCP Servers button

  1. The MCP settings files should be display in a tab in VS Code.

  2. Replace the file's contents with this code:

```json
{
  "mcpServers": {
    "euler-mcp": {
      "autoApprove": [],
      "disabled": false,
      "timeout": 60,
      "url": "https://dev.euler.ai/mcp/sse",
      "transportType": "sse"
    }
  }
}
```

After saving the file:

  1. Cline will detect the change automatically

  2. The MCP installer will be downloaded and installed

  3. Cline will start the MCP installer

  4. You'll see the server status in Cline's MCP settings UI

🤔 What Next?

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

Things you might try asking Cline:

  • Check the current ETH balance of vitalik.eth

  • Look up the price of USDC on Ethereum

  • Show me the latest block on Optimism

https://github.com/cline/cline