From e4380a84a51b78e72c4d93695532d4df0b1d5730 Mon Sep 17 00:00:00 2001 From: Simon Emanuel Schmid Date: Fri, 15 Aug 2025 19:43:40 -0400 Subject: [PATCH] docs: improve ETHID MCP quick setup instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Clarify that setup methods are options to choose from - Add Claude Code setup as the first option with simple command - Rename existing options for consistency 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- pages/docs/ai-tools/ethid-mcp.mdx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/pages/docs/ai-tools/ethid-mcp.mdx b/pages/docs/ai-tools/ethid-mcp.mdx index 6bdea6e..e1f9e24 100644 --- a/pages/docs/ai-tools/ethid-mcp.mdx +++ b/pages/docs/ai-tools/ethid-mcp.mdx @@ -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.). @@ -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