Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"etherscan-mcp-server": {
"command": "etherscan-mcp-server",
"env": {
"ETHERSCAN_API_KEY": "$your_etherscan_api_key"
}
}
}
}