Skip to content

Commit db90d81

Browse files
authored
add mcp docs (#1800)
1 parent 3b19ff7 commit db90d81

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/ai_builder/integrations/mcp_installation.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ The Reflex MCP server uses OAuth 2.1 protocol for secure authentication. You'll
2222

2323
## IDE and Coding Assistant Integration
2424

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+
2535
### Claude Desktop
2636

2737
Add the Reflex MCP server to your Claude Desktop configuration by editing your configuration file:

0 commit comments

Comments
 (0)