Skip to content

Commit 5541d42

Browse files
committed
Add Claude Code note
1 parent 48df08a commit 5541d42

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/routes/docs/tooling/mcp/claude/+page.markdoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ After opening the file, add the following info:
4141
}
4242
```
4343

44+
If you are using the **Claude Code** CLI, you can use the following command in your terminal to configure the MCP server in the exact same manner:
45+
46+
```bash
47+
claude mcp add-json appwrite '{"command":"uvx","args":["mcp-server-appwrite","--users"],"env":{"APPWRITE_PROJECT_ID": "your-project-id", "APPWRITE_API_KEY": "your-api-key", "APPWRITE_ENDPOINT": "https://<REGION>.cloud.appwrite.io/v1"}}'
48+
```
49+
4450
{% info title="Enable other MCP tools" %}
4551

4652
To enable additional tools, learn more about [command-line arguments](/docs/tooling/mcp#command-line-arguments).

src/routes/integrations/mcp-claude/+page.markdoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ Once you have updated and saved the `claude_desktop_config.json` file, restart C
8181

8282
![Claude MCP Tools](/images/docs/mcp/claude/claude-mcp-tools.png)
8383

84+
{% info title="Claude Code" %}
85+
If you are using the Claude Code CLI, you can use the following command in your terminal to configure the MCP server in the exact same manner:
86+
87+
```bash
88+
claude mcp add-json appwrite '{"command":"uvx","args":["mcp-server-appwrite","--users"],"env":{"APPWRITE_PROJECT_ID": "your-project-id", "APPWRITE_API_KEY": "your-api-key", "APPWRITE_ENDPOINT": "https://<REGION>.cloud.appwrite.io/v1"}}'
89+
```
90+
{% /info %}
91+
8492
## Step 3: Test the integration
8593

8694
Finally, you can test the integration by asking Claude Desktop to list all the users in your Appwrite project.

0 commit comments

Comments
 (0)