Overview
Studio is MCPBundles' in-browser environment for using your MCP servers the way an agent will: execute tools with real credentials, inspect schemas and responses, and debug failures -- before you wire the Hub or a per-bundle URL into an external host.
What Is Studio?
Studio is an interactive testing surface for bundles you've enabled in a workspace. It is the fastest way to learn what each tool accepts and returns, validate credentials, and confirm providers are wired correctly. Full guide: Studio.
How Do You Use MCP Servers With MCPBundles?
- Get started -- enable the bundles you need and connect accounts.
- Open Studio from a bundle (see Studio guide) and run tools with live data.
- When you are satisfied, connect your AI by adding your MCP URL in the host you use every day.
- Optional: use execution modes (Hub vs bundle) to match how much surface area you expose to the model.
- Optional: mcpbundles CLI on PyPI for terminal discovery and scripting.
Where Do You Connect MCPBundles In Your IDE Or Chat App?
Add your streamable HTTP MCP URL in the host's MCP settings. Step-by-step guides:
MCP Apps: Charts And Interactive UI In The Host
When the host supports it, tools can return MCP Apps -- dashboards, charts, and workflows inside the conversation. Read the launch post and the explainer MCP Apps -- interactive UI inside AI.
More On The Product
- Browse skills / bundles -- discovery paths into the catalog.
- Use cases -- how teams deploy MCP with MCPBundles.
- What is MCP? -- protocol primer, including MCP Apps.
- FAQ / Troubleshooting connectivity
FAQ
-
Is MCPBundles only a dashboard? No -- the differentiator for using servers day-to-day is Studio for tool execution and debugging before agents rely on them.
-
Is MCPBundles the same app as Cursor or Claude? No. You configure access and test tools in MCPBundles; you still paste your Hub or bundle URL into each host (see integration links above).
-
How do I validate credentials? See credential validation and run tools in Studio.
Server Config
{
"mcpServers": {
"mcpbundles": {
"url": "https://mcp.mcpbundles.com/hub/"
}
}
}