Quick Start
Welcome to the MCP Studio documentation! This page will give you an introduction to the core concepts you'll use every day.
- 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.
You paste a URL → We crawl and index the content → AI agents can search and use that knowledge instantly.
Create your first MCP server
Go to MCP Studio and click through the wizard.
Paste the URLs of documentation, repos, or websites you want your MCP to know about. For example: https://docs.docker.com
Choose from 10 built-in tools — search docs, extract code, find API references, and more.
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:
- Create an account — sign up and save your servers
- Adding sources — website URLs, GitHub repos, and private repos
- How it works — crawling, indexing, and hybrid search under the hood
- Use cases — real-world examples and workflows