General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
MCP (Model Context Protocol) server for Taiko based rollup integration with Claude and other AI agents.
Sign in to like and favorite skills
MCP (Model Context Protocol) server for Taiko based rollup integration with Claude and other AI agents.
npm install @purplesquirrel/taiko-mcp-server
Set environment variables:
# Required for read-only operations export TAIKO_RPC_URL="https://rpc.mainnet.taiko.xyz" export ETHEREUM_RPC_URL="https://eth.llamarpc.com" # Optional: Use testnet export TAIKO_USE_TESTNET="true" export TAIKO_TESTNET_RPC_URL="https://rpc.hekla.taiko.xyz" # Required for write operations export TAIKO_PRIVATE_KEY="your-private-key"
Add to your
~/.mcp.json:
{ "mcpServers": { "taiko": { "command": "npx", "args": ["@purplesquirrel/taiko-mcp-server"], "env": { "TAIKO_RPC_URL": "https://rpc.mainnet.taiko.xyz", "ETHEREUM_RPC_URL": "https://eth.llamarpc.com" } } } }
| Tool | Description |
|---|---|
| Get network status and gas prices |
| Get Taiko protocol state from L1 |
| Get Taiko protocol configuration |
| Get block data from Taiko L2 |
| Get proposed block from TaikoL1 |
| Get transaction details |
| Get ETH balance |
| Send transaction on Taiko |
| Check bridge message status |
| Estimate bridging costs |
| Read smart contract state |
| Deploy contract to Taiko |
| Get pending block count |
| Get prover information |
MIT
Matthew Karsten - Purple Squirrel Media