MCP Studio SDK
Build absolutely anything...with the right context.
The MCP Studio SDK lets you embed the full MCP server creation experience directly in your application. Your users can create, deploy, connect, and measure context-backed MCP servers without leaving your product.
| Audience | Product engineers, platform teams, developer tooling teams |
|---|---|
| Prerequisites | SDK account, client credentials, a web app where you can embed JavaScript, and source content that your end users need as context |
What is it?
MCP Studio is a no-code platform for creating Model Context Protocol (MCP) servers. Users add documentation URLs, GitHub repos, websites, PDFs, or MCP endpoints. MCP Studio crawls, chunks, embeds, and serves that content through a live MCP endpoint that AI agents can query.
The SDK gives developers a way to offer this same capability inside their own applications, with control over branding, available tools, source types, analytics settings, layout, and rollout experience.
Quick start
- Sign in with GitHub or Google to create your developer account.
- Get your credentials. The portal generates a Client ID and Client Secret automatically.
- Configure the tools, source types, analytics, colors, layout, and font.
- Copy the embed snippet and add it to your application's HTML.
See SDK plan details at appatools.com/mcp-studio-sdk/pricing.
Learn by example
- Sample apps landing page: appatools.com/mcp-studio-sdk/sample-apps
- Public repo: github.com/zthewriter/mcp-studio-sdk-sample-apps
- Interactive playground: appatools.com/mcp-studio-sdk/playground
For details on what each demo represents and how to run them, see Sample Apps and Playground.
Minimal embed example
<!-- MCP Studio SDK -->
<div id="mcp-studio-widget"></div>
<script src="https://appatools.com/mcp-studio-sdk/embed.js"></script>
<script>
MCPStudio.init({
clientId: "YOUR_CLIENT_ID",
container: "#mcp-studio-widget",
});
</script>
Your users see the full MCP Studio wizard and can create MCP servers from within your application.
The MCP Studio SDK now offers a Free plan and an SDK Pro plan. Free supports testing with 1 MCP server and no dashboard. SDK Pro supports up to 10 MCP servers and 5,000 MCP requests/month, with optional analytics dashboard subscriptions.
Support
For questions, feedback, or integration help, contact zair@appatools.com.