# xmcp Templates

> Production-ready MCP server templates built with xmcp — authentication, transports, monetization, and integrations you can fork and deploy.

- [Auth0 Authentication](https://xmcp.dev/templates/auth0.md) (authentication) — An MCP server with Auth0 authentication and tools to interact with Auth0 client. — [source](https://github.com/xmcp-dev/templates/tree/main/auth0)
- [Clerk Authentication](https://xmcp.dev/templates/clerk.md) (authentication) — An MCP server with Clerk authentication, session data and organization management — [source](https://github.com/xmcp-dev/templates/tree/main/clerk)
- [Express Starter](https://xmcp.dev/templates/express.md) (framework) — An Express MCP server using xmcp's adapter — [source](https://github.com/xmcp-dev/templates/tree/main/express)
- [Fastify Starter](https://xmcp.dev/templates/fastify.md) (framework) — A Fastify MCP server using xmcp's adapter — [source](https://github.com/xmcp-dev/templates/tree/main/fastify)
- [GPT Monetization with Stripe](https://xmcp.dev/templates/gpt-monetization.md) (monetization) — A Next.js + MCP application for monetizing ChatGPT apps using Stripe — [source](https://github.com/xmcp-dev/templates/tree/main/gpt-monetization)
- [MCP App with React Widgets](https://xmcp.dev/templates/mcp-app.md) (ui) — An MCP server with React widgets and Tailwind CSS styling using MCP Apps — [source](https://github.com/xmcp-dev/templates/tree/main/mcp-app)
- [NestJS Starter](https://xmcp.dev/templates/nestjs.md) (framework) — A NestJS MCP server using xmcp's adapter — [source](https://github.com/xmcp-dev/templates/tree/main/nestjs)
- [Next.js Starter](https://xmcp.dev/templates/nextjs.md) (framework) — A full-stack MCP server built with Next.js and xmcp — [source](https://github.com/xmcp-dev/templates/tree/main/nextjs)
- [React Widgets](https://xmcp.dev/templates/react.md) (chatgpt) — An MCP server with interactive React component widgets — [source](https://github.com/xmcp-dev/templates/tree/main/react)
- [Scalekit Authentication](https://xmcp.dev/templates/scalekit.md) (authentication) — An MCP server with Scalekit authentication for B2B organizations. Per-user and per-org data isolation with optional RBAC. — [source](https://github.com/xmcp-dev/templates/tree/main/scalekit)
- [xmcp TypeScript Starter](https://xmcp.dev/templates/typescript.md) (http) — Baseline xmcp template with typed tools, prompts, and resources using HTTP transport. — [source](https://github.com/xmcp-dev/templates/tree/main/typescript)
- [WorkOS AuthKit](https://xmcp.dev/templates/workos.md) (authentication) — An MCP server with WorkOS AuthKit authentication — [source](https://github.com/xmcp-dev/templates/tree/main/workos)
- [x402 Monetization](https://xmcp.dev/templates/x402.md) (monetization) — An MCP server with x402 payment middleware for USDC micropayments — [source](https://github.com/xmcp-dev/templates/tree/main/x402)