Skip to main content
The Inspector exports chat UI components from @mcp-use/inspector/client for applications that want to embed the Inspector chat experience in their own React UI. Use ChatTab when you want the full chat surface. Use lower-level components such as MessageList only when you need to own the surrounding layout.

ChatTab

ChatTab renders the Inspector chat UI for one connected MCP server.

Props

Lower-level components

Use lower-level exports when ChatTab owns too much UI for your application.
When rendering widgets inside messages, pass serverBaseUrl from the MCP connection URL so widget resources resolve against the correct server origin.