Cross-chain token transfers via Wormhole SDK. Enables bridging assets between blockchains using the Wormhole interoperability protocol.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add jiayaoqijia/cryptoskill --skill wormhole-mcp --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Wormhole Mcp?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jiayaoqijia-wormhole-mcp)More formats (shields.io, HTML) on the badges page.
---
name: wormhole-mcp
description: "Cross-chain token transfers via Wormhole SDK. Enables bridging assets between blockchains using the Wormhole interoperability protocol."
version: 1.0.0
metadata:
openclaw:
tags: [mcp, wormhole, cross-chain, bridge, token-transfers, interoperability]
official: true
source: "https://wormhole.com"
---
# 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.