You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ai_builder/integrations/mcp_installation.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,16 @@ The Reflex MCP server uses OAuth 2.1 protocol for secure authentication. You'll
22
22
23
23
## IDE and Coding Assistant Integration
24
24
25
+
### Claude Code
26
+
27
+
Add the Reflex MCP server to Claude Code by running:
28
+
29
+
```bash
30
+
claude mcp add --transport http reflex https://mcp.reflex.dev/mcp
31
+
```
32
+
33
+
Then authenticate by running the `/mcp` command inside Claude Code and following the login steps in your browser. Authentication tokens are stored securely and refreshed automatically. See the [Claude Code MCP documentation](https://code.claude.com/docs/en/mcp) for more details.
34
+
25
35
### Claude Desktop
26
36
27
37
Add the Reflex MCP server to your Claude Desktop configuration by editing your configuration file:
0 commit comments