🟢Getting Started with the Edge MCP

Installation

Option 1: npm (easiest)

npx @edgedottrade/mcp --help

No installation required! The npm wrapper automatically downloads the correct binary for your platform.

Option 2: Claude Desktop Plugin

/plugin marketplace add edgedottrade/mcp
/plugin install edge@edgedottrade/mcp

Configure your API key when prompted, and the plugin will be ready to use.

Option 3: OpenClaw Skill

claw skill install edge

Or add to your clawhub.yaml:

skills:
  - edge

Option 4: cargo

cargo install edge-trade

Option 5: From source

Get API Key

Visit https://app.trade.edge/settings/api-keysarrow-up-right to create an API key.

Configuration

Claude Desktop

If you installed via npm or cargo (not using the plugin):

Or with cargo:

Cursor

Add to your MCP settings:

Continue

Add to your config.json:

First Tool Call

Test the installation:

Or if installed via cargo:

With the plugin installed, just ask your agent to:

Last updated