Skip to main content
Have a question about mcp-ts? Check out these common questions below.
The Model Context Protocol (MCP) is an open standard that allows developers to build secure, two-way connections between updated data sources and AI models.
mcp-ts supports multiple authentication patterns, including OAuth 2.0. You can use the finishAuth method on the client side to complete OAuth flows initiated by MCP servers.
  • Redis: Best for production and distributed environments (serverless).
  • File System: Great for local development with persistence.
  • In-Memory: Ideal for testing and ephemeral sessions.
  • Supabase: Perfect for cloud-native applications already using Supabase.
Yes! We provide a first-class AIAdapter that transforms MCP tools into a format compatible with the Vercel AI SDK’s tools property.
mcp-ts requires a server-side handler to bridge the SSE connection and manage persistent session data securely. However, the useMcp hook makes it feel like a client-only experience.
If you have a question not answered here, feel free to open a discussion on our GitHub repository.