Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"multichain": {
"command": "npx",
"args": [
"-y",
"@wkalidev/multichain-mcp"
],
"env": {
"MULTICHAIN_LICENSE_KEY": "your-license-key"
}
}
}
}