Quickstart guides and examples to get you started with xmcp with real-world implementations and best practices.
A Next.js application with xmcp and authentication handler
HTTP-based xmcp server with better-auth integration
Next.js app with xmcp and better-auth integration
Configure custom file paths for xmcp tools and prompts directories
Customize webpack configuration for xmcp builds
Access and utilize HTTP request headers in xmcp tool calls
Learn how to set up an xmcp server using HTTP transport
Learn how to set up an xmcp server that serves UI resources with MCP-UI
Secure your xmcp server with API key authentication middleware
Chain multiple middlewares together in xmcp servers
Create custom middleware functions for xmcp servers
Implement JWT token validation middleware for xmcp servers
Complete OAuth provider implementation with xmcp [experimental]
Learn how to set up an xmcp server using ChatGPT widgets using a single tool
Learn how to set up an xmcp server using ChatGPT widgets
An xmcp server with tool paywalled by Polar
Build a command-line xmcp server using STDIO transport
Modify the template config in the xmcp.config.ts file.
Build a Node.js Express server with xmcp's adapter
Integrate xmcp into a Next.js application using the adapter and inject the tool registry into the AI SDK
Integrate xmcp into a Next.js application using the adapter