Back to MCP StoreGet started

Get started

Sign in once on the Recursion website, browse the catalog, install apps, and connect them to MCP clients like Claude or Cursor.

Local development

  1. Start the store API: cd store && uv run fastapi dev --port 8002
  2. Start this website: cd recursion-web && npm run dev
  3. Open localhost:3000/mcp-store
  4. Create an account and install Hello Store
  5. Connect your MCP client (see docs/CLAUDE_E2E.md in the mcp-store repo)