# MCP Toolkit ## Docs - [AGUI Adapter](https://docs.mcp-assistant.in/ai-adapters/agui.md): Interactive UI rendering for MCP tools. - [Vercel AI SDK](https://docs.mcp-assistant.in/ai-adapters/ai-sdk.md): Add MCP capabilities to your Vercel AI SDK projects. - [LangChain](https://docs.mcp-assistant.in/ai-adapters/langchain.md): Connect LangChain agents to any MCP server. - [Mastra](https://docs.mcp-assistant.in/ai-adapters/mastra.md): High-performance MCP integration for the Mastra framework. - [Adapters Overview](https://docs.mcp-assistant.in/ai-adapters/overview.md): Seamlessly integrate MCP into your favorite AI frameworks. - [January 22-30, 2026](https://docs.mcp-assistant.in/changelog/2026-01.md): Early SDK releases and v1.0 stabilization (v1.0.0-beta.1 -> v1.0.1). - [January 2026 (Beta Releases)](https://docs.mcp-assistant.in/changelog/2026-01-beta.md): v1.0.0-beta.* releases published in January 2026. - [January 2026 (RC Releases)](https://docs.mcp-assistant.in/changelog/2026-01-rc.md): v1.0.0-rc.* releases published in January 2026. - [February 5-13, 2026](https://docs.mcp-assistant.in/changelog/2026-02.md): SQLite backend, MCP Apps extension support, and MCP Apps architecture/docs improvements (v1.1.0 -> v1.3.2). - [February 5, 2026](https://docs.mcp-assistant.in/changelog/2026-02-05.md): v1.1.0 - SQLite storage backend; MCP Apps Extension (SEP-1865) support; docs/UI updates. - [March 5-31, 2026](https://docs.mcp-assistant.in/changelog/2026-03.md): Bridge server architecture, OAuth/config improvements, and Supabase storage backend landing (v1.3.3 -> v1.3.6). - [April 21, 2026](https://docs.mcp-assistant.in/changelog/2026-04-21.md): v1.5.0 — MCP Gateway, Tool Router, AI framework adapters, Supabase storage, and more. - [April 22, 2026](https://docs.mcp-assistant.in/changelog/2026-04-22.md): v1.5.1 — OAuth popup helpers, session rehydration, automatic reconnection, and connection state improvements. - [April 25, 2026](https://docs.mcp-assistant.in/changelog/2026-04-25.md): v1.5.2 — Tool search enhancements with direct selection, required terms, and smarter scoring. - [April 27, 2026](https://docs.mcp-assistant.in/changelog/2026-04-27.md): v1.5.3 — AG-UI adapter reliability improvements and clearer meta-tool execution guidance for LLMs. - [May 2, 2026](https://docs.mcp-assistant.in/changelog/2026-05-02.md): v1.6.0 — Server-scoped tool search, new mcp_list_servers diagnostic, and published ToolRouter benchmarks. - [Meta Tools](https://docs.mcp-assistant.in/core-concepts/meta-tools.md): Technical reference for the system tools that power on-demand tool discovery. - [Tool Router](https://docs.mcp-assistant.in/core-concepts/tool-router.md): Intelligent middleware for managing large tool catalogs and context window optimization. - [Starter Templates](https://docs.mcp-assistant.in/examples.md): Runnable example apps in this repo. - [FAQ](https://docs.mcp-assistant.in/faq.md): Frequently asked questions about mcp-ts. - [Gateway Configuration](https://docs.mcp-assistant.in/gateway/configuration.md): Configure your local MCP servers for cloud access. - [Gateway Installation](https://docs.mcp-assistant.in/gateway/installation.md): Get up and running with the MCP Gateway in seconds. - [Gateway Overview](https://docs.mcp-assistant.in/gateway/overview.md): Bridge local MCP servers to cloud clients like ChatGPT and Claude. - [Quickstart Guide](https://docs.mcp-assistant.in/get-started.md): Get up and running with mcp-ts in 5 minutes. - [Installation](https://docs.mcp-assistant.in/install.md): Get started with mcp-ts in your JavaScript or TypeScript project. - [MCP Apps](https://docs.mcp-assistant.in/mcp-apps.md): Rendering interactive tool UIs for MCP tools. - [MCP](https://docs.mcp-assistant.in/modelcontextprotocol.md): Access mcp-ts documentation directly within your LLM environment. - [Next.js](https://docs.mcp-assistant.in/nextjs.md): Complete guide for integrating mcp-ts with Next.js applications. - [Node.js / Express](https://docs.mcp-assistant.in/node-express.md): Complete guide for integrating mcp-ts with Node.js and Express applications. - [React](https://docs.mcp-assistant.in/react.md): Managing MCP connections in React applications with the useMcp hook. - [Client-Side API](https://docs.mcp-assistant.in/reference/client.md): React hooks and client utilities for mcp-ts. - [Server-Side API](https://docs.mcp-assistant.in/reference/server.md): Core server-side operations and client classes for mcp-ts. - [Storage API](https://docs.mcp-assistant.in/reference/storage.md): Global storage API methods and custom backend integration. - [Tool Router API](https://docs.mcp-assistant.in/reference/tool-router.md): Middleware layer for intelligent MCP tool selection to optimize context window usage. - [Types & Errors](https://docs.mcp-assistant.in/reference/types.md): Core TypeScript types and Error classes for mcp-ts. - [Showcase](https://docs.mcp-assistant.in/showcase.md): A featured walkthrough followed by focused examples for agent UIs, middleware, and MCP-powered app experiences. - [File System](https://docs.mcp-assistant.in/storage-backends/file-system.md): Local persistence using the standard file system. - [In-Memory](https://docs.mcp-assistant.in/storage-backends/in-memory.md): Fast, ephemeral session storage for testing and local development. - [Storage Overview](https://docs.mcp-assistant.in/storage-backends/overview.md): Configure persistence for MCP sessions across multiple backends. - [Redis](https://docs.mcp-assistant.in/storage-backends/redis.md): High-performance session storage using Redis. - [Supabase](https://docs.mcp-assistant.in/storage-backends/supabase.md): Scalable session storage using Supabase/PostgreSQL. - [Vue.js](https://docs.mcp-assistant.in/vue.md): Managing MCP connections in Vue 3 applications with the useMcp composable.