Nts Add MCP

Add an MCP (Model Context Protocol) entry point to an existing project scaffolded with nextjs-trpc-prisma-starter. Use this when the user wants AI clients (Claude Desktop, Cursor) to query the project's data over OAuth, mentions MCP, wants to expose tools to AI, or invokes /nts-add-mcp. Wires up /api/mcp/route.ts, the MCP plugin in Better Auth (the project's OAuth provider), the .well-known OAuth discovery endpoints, a tool registry at src/server/mcp/registry.ts, one example tool, and the migration for the three OAuth tables. Requires Better Auth to be wired — if not, prompts to run /nts-add-auth first.

juncoding 272ff15 4.8 KB Updated

File contents

juncoding/nextjs-trpc-prisma-starter/tree/main/skills/nts-add-mcp commit 272ff15145

Frequently asked questions

npx skillmds@latest add juncoding/nts-add-mcp