react-mcp
Installation
SKILL.md
assistant-ui React MCP
Always consult assistant-ui.com/llms.txt for the latest API.
Let end users add, authenticate, and manage MCP servers from the browser with @assistant-ui/react-mcp. The connected servers' tools are merged into the chat runtime automatically.
Contents
- References | Routes vs tools | Mount the manager | Drop-in dialog | Compose from primitives | OAuth connect flow | Custom storage | Imperative API | Common Gotchas | Related Skills
References
- ./references/setup.md -- McpManagerResource, defineConnector, storage, useAui({ mcp })
- ./references/ui.md -- McpManagerPrimitive / McpServerPrimitive / McpConfigDialog
- ./references/oauth.md -- OAuth connect flow and auth modes
Routes vs tools
This skill is for user-managed MCP servers: the end user picks and authenticates servers at runtime in the browser. Each server's tools are namespaced as serverId__toolName and exposed to the chat runtime with no extra wiring.