Test Your LLM App as a Claude Connector test-in-claude
After deployment, your LLM App exposes an MCP server URL. Add this URL to Claude as a custom connector, then test the generated actions and widgets.
This is the final verification step after building, customizing, or extending an app.
Plan requirements
Custom connectors using remote MCP are available on Claude, Claude Desktop, and Cowork for Free, Pro, Max, Team, and Enterprise plans. Free plan accounts are limited to one custom connector. For Team and Enterprise organizations, an Owner or Primary Owner must enable connectors before other members can use them.
Copy the MCP server URL
In LLM Apps:
- Open the App Detail page.
- Find Test the app.
- Under Staging environment, select Copy URL.
Add the custom connector
-
Open claude.ai/new?modal=add-custom-connector. This opens the Add custom connector dialog directly.
-
Enter:
- Name — the connector name.
- Remote MCP server URL — the MCP server URL you copied.
-
Select Add.
Allow the generated tools
Each generated action is listed under Tool permissions on the connector page. By default, new tools are set to Needs approval, which prompts you to approve every call during testing.
Set each tool — or the whole Interactive tools group — to Always allow so testing is not interrupted by approval prompts.
Test the connector
-
Start a new chat.
-
Select + in the message box (or type
/), hover Connectors, and turn on the connector you added for this conversation.
-
Ask a question that matches one of the generated actions. For example: Show me some coffee.
Verify that:
- Claude invokes the expected action.
- The widget displays the expected sample data.
- The text response matches the widget.
- Widget controls work as expected.