Multi-chain EVM RPC for Ethereum, Arbitrum, Base, BSC via QuickNode API. Provides fast blockchain node access and data queries across multiple networks.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add jiayaoqijia/cryptoskill --skill quicknode-mcp --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quicknode Mcp?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jiayaoqijia-quicknode-mcp)More formats (shields.io, HTML) on the badges page.
---
name: quicknode-mcp
description: "Multi-chain EVM RPC for Ethereum, Arbitrum, Base, BSC via QuickNode API. Provides fast blockchain node access and data queries across multiple networks."
version: 1.0.0
metadata:
openclaw:
tags: [mcp, quicknode, rpc, ethereum, arbitrum, base, bsc, evm, multi-chain]
official: true
source: "https://www.quicknode.com"
---
# QuickNode MCP
MCP server for QuickNode multi-chain RPC access.
Provides multi-chain EVM RPC access for Ethereum, Arbitrum, Base, BSC, and other networks through the QuickNode API. Enables AI agents to query blockchain data, send transactions, and interact with smart contracts across supported chains.
## Installation
```json
{
"mcpServers": {
"quicknode": {
"command": "npx",
"args": ["-y", "@quicknode/mcp-server"],
"env": {
"QUICKNODE_API_KEY": "YOUR_API_KEY"
}
}
}
}
```
## Links
- **Website**: https://www.quicknode.com
- **Documentation**: https://www.quicknode.com/docs
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.