diff --git a/www/apps/book/app/learn/introduction/build-with-llms-ai/page.mdx b/www/apps/book/app/learn/introduction/build-with-llms-ai/page.mdx
index d0fd2f0b2c..ac4cc296be 100644
--- a/www/apps/book/app/learn/introduction/build-with-llms-ai/page.mdx
+++ b/www/apps/book/app/learn/introduction/build-with-llms-ai/page.mdx
@@ -72,6 +72,7 @@ Medusa hosts a Streamable HTTP MCP server available at `https://docs.medusajs.co
Cursor
VSCode
+ Claude Code
@@ -112,6 +113,14 @@ Medusa hosts a Streamable HTTP MCP server available at `https://docs.medusajs.co
Learn more in the [VSCode documentation](https://code.visualstudio.com/docs/copilot/chat/mcp-servers).
+
+ To manually connect to the Medusa MCP server in Claude Code, run the following command in your terminal:
+
+```sh
+claude mcp add --transport http medusa https://docs.medusajs.com/mcp
+```
+
+