@@ -15,13 +15,13 @@ An MCP (Model Context Protocol) server that provides local access to Aztec docum
1515### With npx (recommended)
1616
1717``` bash
18- npx aztec- mcp-server
18+ npx @ aztec/ mcp-server
1919```
2020
2121### Global install
2222
2323``` bash
24- npm install -g aztec- mcp-server
24+ npm install -g @ aztec/ mcp-server
2525aztec-mcp
2626```
2727
@@ -36,7 +36,7 @@ Add to your `.mcp.json`:
3636 "mcpServers" : {
3737 "aztec-local" : {
3838 "command" : " npx" ,
39- "args" : [" -y" , " aztec- mcp-server@latest" ]
39+ "args" : [" -y" , " @ aztec/ mcp-server@latest" ]
4040 }
4141 }
4242}
@@ -135,7 +135,7 @@ Override with the `AZTEC_MCP_REPOS_DIR` environment variable:
135135 "mcpServers" : {
136136 "aztec-local" : {
137137 "command" : " npx" ,
138- "args" : [" -y" , " aztec- mcp-server" ],
138+ "args" : [" -y" , " @ aztec/ mcp-server" ],
139139 "env" : {
140140 "AZTEC_MCP_REPOS_DIR" : " /custom/path"
141141 }
@@ -153,7 +153,7 @@ Set the default Aztec version with the `AZTEC_DEFAULT_VERSION` environment varia
153153 "mcpServers" : {
154154 "aztec-local" : {
155155 "command" : " npx" ,
156- "args" : [" -y" , " aztec- mcp-server" ],
156+ "args" : [" -y" , " @ aztec/ mcp-server" ],
157157 "env" : {
158158 "AZTEC_DEFAULT_VERSION" : " v3.0.0-devnet.6-plugin.1"
159159 }
@@ -166,8 +166,8 @@ Set the default Aztec version with the `AZTEC_DEFAULT_VERSION` environment varia
166166
167167``` bash
168168# Clone the repo
169- git clone https://github.com/critesjosh/aztec- mcp-server
170- cd aztec- mcp-server
169+ git clone https://github.com/aztecprotocol/ mcp-server
170+ cd mcp-server
171171
172172# Install dependencies
173173npm install
0 commit comments