# Wormhole MCP

> Cross-chain token transfers via Wormhole SDK. Enables bridging assets between blockchains using the Wormhole interoperability protocol.

- Skill: `yejiming/wormhole-mcp` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add yejiming/wormhole-mcp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yejiming/wormhole-mcp/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: yejiming (https://skillmd.com/u/yejiming)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yejiming/wormhole-mcp

---


# Wormhole MCP

MCP server for cross-chain token transfers via Wormhole.

Enables AI agents to perform cross-chain token transfers using the Wormhole SDK. Supports bridging assets between multiple blockchain networks including Ethereum, Solana, BSC, Polygon, Avalanche, and more through the Wormhole interoperability protocol.

## Installation

```json
{
  "mcpServers": {
    "wormhole": {
      "command": "npx",
      "args": ["-y", "@wormhole-foundation/mcp-server"]
    }
  }
}
```

## Links

- **Website**: https://wormhole.com
- **Documentation**: https://docs.wormhole.com
- **GitHub**: https://github.com/wormhole-foundation

