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