We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e4a68 commit 6818a99Copy full SHA for 6818a99
1 file changed
README.md
@@ -148,6 +148,23 @@ Credentials saved to file: [PATH_TO_CREDENTIALS_JSON]
148
}
149
```
150
151
+### Configure Claude Code
152
+
153
+1. Add the MCP server with the following command:
154
155
+ Replace `PATH_TO_CREDENTIALS_JSON` with the path you copied in the previous
156
+ step, and replace `YOUR_PROJECT_ID` with the
157
+ [project ID](https://support.google.com/googleapi/answer/7014113) of your
158
+ Google Cloud project.
159
160
+ ```shell
161
+ claude mcp add analytics-mcp \
162
+ --scope user \
163
+ -e "GOOGLE_APPLICATION_CREDENTIALS=PATH_TO_CREDENTIALS_JSON" \
164
+ -e "GOOGLE_PROJECT_ID=YOUR_PROJECT_ID" \
165
+ -- pipx run analytics-mcp
166
+ ```
167
168
## Try it out 🥼
169
170
Launch Gemini Code Assist or Gemini CLI and type `/mcp`. You should see
0 commit comments