Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions pages/docs/ai-tools/ethid-mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ The ETHID MCP is a comprehensive Model Context Protocol server that provides sea

## Quick Setup

### 1. Use the online server
Choose one of the following options to set up ETHID MCP:

### Option 1: Claude Code Setup

For Claude Code users, simply run this command:

```bash
claude mcp add --transport sse ethid https://ethid-mcp.efp.workers.dev/sse
```

### Option 2: Use the online server

Use one of the following endpoints to connect the MCP server to your AI assistant (Claude, Wireshark, ChatGPT, etc.).

Expand All @@ -16,7 +26,7 @@ https://ethid-mcp.efp.workers.dev/sse
https://ethid-mcp.efp.workers.dev
```

### 2. Run it locally
### Option 3: Run it locally

```bash
npm install
Expand Down