MCP Server
Hi Folks,
Anyone aware of an MCP Server that's been created by the community for interaction with the Kinde API? Something like https://github.com/stripe/agent-toolkit
GitHub
GitHub - stripe/agent-toolkit: Python and TypeScript library for in...
Python and TypeScript library for integrating the Stripe API into agentic workflows - stripe/agent-toolkit
3 Replies
Hey, just to confirm — are you referring to a mock or middleware tool to simulate Kinde API behavior, similar to how
agent-toolkit
works for Stripe? Or were you looking for more of a starter project?Good question. I think the simulated API would probably be the most useful in terms of making something like Cursor really affective at interacting with Kinde, but honestly open to anything. My use-case is simply that I want a full-proof means of doing AI-based development with Kinde covering auth in my stack. I'm using Convex for my backend and they've really leaned into a being a platform that's well suite for AI dev. Would love to see Kinde to the same.
Hey, thanks for the thoughtful question — and great use case!
At the moment, Kinde doesn’t offer an official mock server or simulator like Stripe’s agent-toolkit. All auth flows need to go through the real Kinde-hosted login and token endpoints — so there’s no built-in way to fully simulate Kinde API behavior locally or within an AI agent like Cursor.
That said, here are a couple of things that might help:
- Non-production environments: Every Kinde account includes a non-prod tenant you can safely use for development and testing — it behaves like a sandbox.
- Machine-to-machine (M2M) tokens: You can use M2M apps to generate access tokens for backend testing or CI workflows.
- Convex + Kinde starter: There’s a great Convex + Kinde starter project that wires up auth and backend nicely — worth checking out if you’re building out your AI stack with Convex.
We totally get the need for something AI-friendly like Cursor — and I’ve shared this feedback with our team as a potential area for future tooling. If there’s a specific flow or integration you’re trying to simulate, I’d be happy to help figure out the cleanest workaround.
Let me know how you'd like to proceed!
GitHub
GitHub - umuthopeyildirim/convex-kinde-auth: Convex database adapte...
Convex database adapter for Kinde Auth. Contribute to umuthopeyildirim/convex-kinde-auth development by creating an account on GitHub.