Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From aztec
Runs locally via npx the Aztec MCP server for tools, resources, and prompts related to Aztec Network development. Configurable with AZTEC_DEFAULT_VERSION env var.
npx claudepluginhub critesjosh/aztec-claude-plugin --plugin aztecCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"aztec": {
"command": "npx",
"args": [
"-y",
"@aztec/mcp-server@latest"
],
"env": {
"AZTEC_DEFAULT_VERSION": "v4.2.0-aztecnr-rc.2"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
AZTEC_DEFAULT_VERSION=v4.2.0-aztecnr-rc.2Share bugs, ideas, or general feedback.