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
- Start the store API:
cd store && uv run fastapi dev --port 8002 - Start this website:
cd recursion-web && npm run dev - Open localhost:3000/mcp-store
- Create an account and install Hello Store
- Connect your MCP client (see
docs/CLAUDE_E2E.mdin the mcp-store repo)