From 55d087957697acd93a5f379e28740d7b7675f27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aldo=20Rom=C3=A1n?= Date: Mon, 4 Aug 2025 08:57:53 +0200 Subject: [PATCH] feat: Add MCP instructions for Claude Code (#13134) Fixes #13135 Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com> --- .../app/learn/introduction/build-with-llms-ai/page.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) 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 +``` + +