
Implementing OAuth for MCP Clients: A Next.js + LangGraph.js Guide
Learn how to implement OAuth authentication in your MCP client. A practical guide for connecting AI agents to secured MCP servers using Next.js and the MCP SDK.
Deep dives on MCP, AI agents, and production patterns.

Learn how to implement OAuth authentication in your MCP client. A practical guide for connecting AI agents to secured MCP servers using Next.js and the MCP SDK.

Build your first production-ready MCP server in under 5 minutes. A complete beginner guide to scaffolding a Fetch MCP server with TypeScript using create-mcp-server.

Learn how to secure your MCP servers with OAuth authentication using Keycloak. A hands-on guide using create-mcp-server to scaffold production-ready, authenticated MCP servers.

Anthropic's Applied AI team reveals how to design tools that agents can actually use effectively. Learn the five production-tested principles for building agent tools, with a complete implementation of Cameron AI's expense tracking system.

Learn how to build a production-ready fullstack AI agent with Next.js and LangGraph.js. This guide covers Model Context Protocol integration for dynamic tool loading, human-in-the-loop approval workflows, and real-time streaming with React Query.