Skip to main content

Quick Start

Welcome to the MCP Studio documentation! This page will give you an introduction to the core concepts you'll use every day.

You will learn
  • What MCP Studio is and why it exists
  • How to create your first MCP server in under 2 minutes
  • How to connect it to your AI tools (Cursor, Claude Desktop, etc.)
  • How to monitor usage on your dashboard

What is MCP Studio?

MCP Studio by Appa is a no-code platform for creating, deploying, and monitoring Model Context Protocol (MCP) servers.

MCP is the open standard that lets AI assistants — like Cursor, Claude Desktop, and Windsurf — connect to external data sources and tools.

With MCP Studio, you turn any documentation site, GitHub repo, or website into a live MCP server that AI agents can query — without writing a single line of code.

Think of it like this

You paste a URL → We crawl and index the content → AI agents can search and use that knowledge instantly.

Create your first MCP server

1
Open the MCP Studio

Go to MCP Studio and click through the wizard.

2
Add your sources

Paste the URLs of documentation, repos, or websites you want your MCP to know about. For example: https://docs.docker.com

3
Pick your tools

Choose from 10 built-in tools — search docs, extract code, find API references, and more.

4
Deploy

Hit Deploy. Within seconds, you get an MCP server URL and a JSON config snippet ready to paste into your AI tool.

Connect to your AI tool

After deploying, you'll receive a config snippet like this:

{
"mcpServers": {
"my-docs": {
"url": "https://appatools.com/mcp-studio/api/mcp/my-docs/sse"
}
}
}

Paste it into your AI tool's MCP configuration:

  • Cursor: Settings → MCP Servers → paste the JSON
  • Claude Desktop: Settings → Developer → Edit Config → add to mcpServers
  • Windsurf: MCP configuration file → add the server entry

Then start asking questions. Your AI agent now has access to all your indexed content.

Monitor your server

Head to the Dashboard to see:

  • Total calls, success rates, and latency
  • Which tools and sources are used most
  • Recent call history with full query details
  • Which MCP clients are connecting (Cursor, Claude, etc.)

Next steps

Ready to dive deeper? Here's where to go next: