foundry zksync for Claude Desktop
io.github.jrigada/foundry-zksync
Expose foundry-zksync (forge, cast, anvil-zksync) tools for zkSync Era development
client:Claude Desktop
transport:stdio
runtime:npm
Install foundry zksync in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"foundry-zksync": {
"command": "npx",
"args": [
"-y",
"foundry-zksync-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs