convex-js icon indicating copy to clipboard operation
convex-js copied to clipboard

Convex MCP errors for local projects

Open fubz opened this issue 3 months ago • 3 comments

I have a local convex deployment that I am unable to connect to the mcp server.

I started the dev server with: npx convex dev --local

I added the mcp to claude code with: claude mcp add-json convex '{"type":"stdio","command":"npx","args":["convex","mcp","start"]}'

● convex - status (MCP)(projectDir: "/home/user/my-cool-project") ⎿ Error: {"error":"Not Authorized: Run npx convex dev to login to your Convex project."}

fubz avatar Aug 24 '25 18:08 fubz