MCP Studio SDK
The MCP Studio SDK lets you embed the full MCP server creation experience directly in your application. Your users can create, deploy, and connect MCP servers without leaving your product.
What is it?
MCP Studio is a no-code platform for creating Model Context Protocol (MCP) servers. Users paste documentation URLs, GitHub repos, or websites — the content is crawled, chunked, and embedded — and a live MCP endpoint is generated that AI agents (Cursor, Claude Desktop, Windsurf) can query.
The SDK gives developers a way to offer this same capability inside their own applications, with full control over branding, available tools, source types, and layout.
Quick Start
- Sign in with GitHub or Google to create your developer account
- Get your credentials — a Client ID and Client Secret are generated automatically
- Configure which tools, sources, colors, layout, and font to use
- Copy the embed snippet and paste it into your application's HTML
Minimal Embed Example
<!-- MCP Studio SDK -->
<div id="mcp-studio-widget"></div>
<script src="https://sdk.appatools.com/embed.js"></script>
<script>
MCPStudio.init({
clientId: "YOUR_CLIENT_ID",
container: "#mcp-studio-widget",
});
</script>
That's all you need. Your users will see the full MCP Studio wizard and can create MCP servers from within your application.
The MCP Studio SDK is currently in beta. During this period, the SDK is free to use. End users get up to 2 sources per server, 50 MCP calls per month, and 10 servers per account. See Beta Limits for full details.
Support
For questions, feedback, or integration help, contact zair@appatools.com.