1---2name: ethpandaops-panda-install-mcp3description: Install panda MCP Server4---56# Install panda MCP Server78Register panda as an MCP server in the user's AI coding assistants. Panda9exposes an SSE transport at `http://localhost:2480/sse` by default.1011## Steps12131. Detect which clients are installed by checking for their config directories.142. For each detected client, read the existing config file (or start with `{}`).153. Merge the `mcpServers.panda` entry — preserve all existing keys.164. Write the updated config back.175. Report what was configured.1819## Client Configurations2021### Claude Code2223- **Detection:** `~/.claude/` directory exists24- **Config file:** `~/.claude.json`25- **Entry to merge into `mcpServers`:**2627```json28{29 "panda": {30 "type": "sse",31 "url": "http://localhost:2480/sse"32 }33}34```3536### Claude Desktop (macOS)3738- **Detection:** `~/Library/Application Support/Claude/` directory exists39- **Config file:** `~/Library/Application Support/Claude/claude_desktop_config.json`40- **Entry to merge into `mcpServers`:**4142```json43{44 "panda": {45 "url": "http://localhost:2480/sse"46 }47}48```4950### Cursor5152- **Detection:** `~/.cursor/` directory exists53- **Config file:** `~/.cursor/mcp.json`54- **Entry to merge into `mcpServers`:**5556```json57{58 "panda": {59 "url": "http://localhost:2480/sse"60 }61}62```6364## Rules6566- Read the full config file before writing. Never overwrite — always merge.67- If `mcpServers` does not exist in the config, create it.68- If `panda` is already registered, tell the user and skip unless they ask to overwrite.69- Use 2-space JSON indentation with a trailing newline.70- If no supported clients are detected, tell the user and list the supported clients.7172---73> Source: [ethpandaops/panda](https://github.com/ethpandaops/panda) — distributed by [TomeVault](https://tomevault.io).74<!-- tomevault:4.0:skill_md:2026-06-16 -->
Run npx skillmds@latest add tomevault-io/ethpandaops-panda-install-mcp in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Install panda MCP Server It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.