Free credits on sign-up · No credit card · Terms
Or browse agent templates · hosted MCPs — no sign-in needed.
Discover the best, most cost-effective model for your AI agent use case
MistralWhat you can do
Ask in plain English. The agent picks tools, calls them, and shows live JSON.
See itRun your server across 30+ models — Claude, GPT, Gemini, Grok — side by side.
See compare modePin a model + servers + system prompt as a reusable agent. Reopen in one click.
See agent setupCall your saved agent from your own code — POST to /api/v1/agents/<id>/chat.
See the APIConnect any MCP server — remote HTTP, SSE, or Streamable HTTP — pick a model, and start asking questions. The agent discovers your tools, decides which to call, and streams every invocation live with full JSON input and output. No glue code, no SDK install.


Send the same prompt to up to 4 models in parallel: Claude, GPT-5, Gemini, DeepSeek, Grok and more. See every tool call live, compare outputs side-by-side, and let automatic winner ribbons surface the fastest, cheapest, and most accurate model for your tools.
Pin a model, MCP servers, and a system prompt as a named agent — “GitHub Code Reviewer”, “Stripe Refund Assistant”, “Linear Standup”. Reopen any saved agent in one click from your sidebar, or start from one of dozens of pre-built templates and customize from there.
My agents
POST endpoint
https://mcpplaygroundonline.com/api/v1/agents/<AGENT_ID>/chat$ curl https://mcpplaygroundonline.com/api/v1/agents/agt_8f3d/chat \ -H "Authorization: Bearer mcpp_••••••••••" \ -H "Content-Type: application/json" \ -d '{ "message": "Top 5 open PRs?" }' # → streamed response with tool calls + final answer { "role": "assistant", "text": "Found 5 open PRs. Top: #312 Auth timeout (P0)…", "tool_calls": [{ "name": "list_pull_requests" }] }
Every saved agent gets a stable endpoint. Generate an API key in settings, then call /api/v1/agents/<id>/chat from your backend, scripts, or worker. Same model, same MCP servers, same system prompt — now driven by your code.
Who is this for?
Add one or more MCP servers, pick any AI model, and ask in plain English. Inspect every live tool call, compare models side-by-side, and find the best quality-to-cost fit for your workflow.
For MCP developers
Connect your server and run it against Claude, GPT, Gemini & 30+ models side-by-side. See every tool call live before you ship.
For teams & power users
Start from a Stripe, GitHub, or Linear template. Pick your model, save the config, and use it every day — no re-setup.
Free credits on sign-up · No credit card · Terms
Or browse agent templates — no sign-in needed.
Templates
Ready-to-run templates for the tools you already use — click one, add your access token, and start chatting in under a minute. No sign-in needed to browse.
Notion Knowledge Agent
Chat with your Notion workspace — search pages, summarise docs, create new entries and keep your knowledge base tidy.
GitHub Code Review
Review PRs, inspect diffs, summarise commits and suggest improvements across any repository.
Sentry Error Triage
Triage Sentry errors in natural language — inspect stack traces, group issues and spot the commits that caused them.
Linear Project Manager
Create issues, triage backlogs, track progress and summarise sprint status directly from chat.
HubSpot CRM Assistant
Query contacts, deals and companies in HubSpot — update records, spot pipeline risks and draft personalised outreach.
Shopify Store Ops
Query orders, products and customers on your Shopify store — track inventory, surface top SKUs and draft replies to buyers.
Amazon Ads Operator
Query Sponsored Products, Brands and Display campaigns in plain English — bid adjustments, keyword analysis and performance reports without Seller Central tab-switching.
Paid Media ROAS · Meta, Amazon & Stripe
Meta Ads, Amazon Ads and Stripe in one chat — see true blended ROAS across Facebook, Instagram and Amazon with live revenue attribution.
Zapier Automator
Trigger automations, list Zaps and manage workflows across 6,000+ connected apps.
Full-Stack Shipper · GitHub, Vercel & Sentry
GitHub PRs, Vercel deploys and Sentry errors in one chat — the complete Next.js ship-and-debug loop.
Hosted MCPs
Isolated, secure sandboxes for Postgres, MongoDB, GitHub, Slack, Playwright and 20+ more — live URL + bearer token in under a minute. No Docker, no infra, no sign-in needed to browse.
MongoDB
Full read/write access to a MongoDB cluster.
Postgres
Read-only SQL queries against any reachable database.
GitHub
Browse repos, read code, manage issues and pull requests.
Slack
Post messages, read channels, manage threads in a workspace.
Playwright
Drive a real Chrome browser — navigate, click, fill, screenshot.
Stripe
Read and manage customers, charges, subscriptions, invoices.
Notion
Read and write pages, databases, and blocks in a Notion workspace.
Wikipedia
Search and read Wikipedia articles — zero-config.
30+
AI Models
Pre-built
Agent Templates
4
MCP Servers per Chat
Free
To Get Started
FAQ
Everything you might want to know about using AI agents with MCP servers.
MCP Agent Studio is a browser-based AI agent that connects to any Model Context Protocol (MCP) server and lets you query your data in plain English using 30+ AI models including Claude, GPT-5, Gemini, DeepSeek, Mistral, Grok, Qwen, NVIDIA Nemotron, and more. Sign up for free — no credit card required.
No. MCP Agent Studio is a no-code interface. You paste your MCP server URL, pick an AI model, and start chatting. The agent discovers the available tools automatically and calls them for you as needed.
You can use 30+ models from every major provider, including Claude Opus 4.6, Claude Sonnet 4.6, GPT-5.4, GPT-4o, Gemini 3.1 Pro, DeepSeek V4, Mistral Small 2603, Grok 4, Qwen 3, NVIDIA Nemotron Super 120B, Google Gemma 4, Z.AI GLM 4.5 Air, and more. You can switch models mid-conversation to compare responses on the same task.
An MCP server is a lightweight service that exposes tools (functions, database queries, API calls) over the Model Context Protocol so any AI agent can use them. Popular public MCP servers include GitHub, Supabase, Notion, Slack, Stripe, Postgres, Linear, and Playwright. You can also connect your own custom MCP server over HTTP, SSE, or Streamable HTTP.
MCP Agent Studio is free to sign up — no credit card required. Running AI models costs credits, which you can purchase in packs from your Settings page. New accounts may receive a small starter credit to try the product. Credit costs vary by model; check the Settings › Credits page for current pricing.
Yes. Connect the official Postgres or Supabase MCP server (or any MCP server that wraps your database) and ask questions in plain English: "Show me my top 10 customers by revenue this month." The AI generates the SQL, runs it through the MCP server, and returns the results with a natural-language summary.
Claude Desktop only works with Claude. ChatGPT only works with OpenAI models. MCP Agent Studio works with any model from any provider — swap between Claude, GPT, Gemini, DeepSeek, and Grok on the same MCP server without re-configuring anything. It also runs entirely in your browser with no local installation.
Your MCP server credentials stay in your browser session and are never stored on our servers. Conversations are scoped to your Supabase-authenticated organization. We never train on your data, and you can delete your history at any time from Settings.
Yes — this is one of the core reasons people use MCP Agent Studio. Run the same prompt against Claude, GPT-5, and Gemini side by side, inspect every tool call in the live trace panel, and find the cheapest model that still gives great results. Teams routinely cut inference costs 5–10× this way.
Any MCP server that speaks HTTP, SSE, or Streamable HTTP. That includes official servers for GitHub, Supabase, Postgres, Notion, Slack, Stripe, Linear, Playwright, Filesystem, Memory, Sequential Thinking, and hundreds of community servers. You can also point it at your own custom server deployed on Cloudflare Workers, Vercel, Fly, or anywhere else.
Yes. MCP Agent Studio ships with ready-to-run templates covering Notion, GitHub, Amazon Ads, Jira, Confluence, Sentry, HubSpot, Stripe, Linear, Slack, Supabase, Vercel, Shopify, Cloudflare, Zapier, and more — including multi-server combos like GitHub + Vercel + Sentry and Amazon Ads + Stripe for blended ROAS. Pick a template, add your access token, and start chatting in seconds. Browse all templates at /templates.
Yes. Once you set up a model, one or more MCP servers, and a system prompt, you can save the whole configuration as a named agent with one click. Open it again any time from "My Agents" — your servers, tools and model selection are all restored. Agents can be private or shared with your team.
Yes. Compare Models runs the same prompt across 2–4 models in parallel and shows you a side-by-side grid: tool-call accuracy, latency, token usage and final output. This is the fastest way to find the cheapest model that still gives great results on your specific MCP server — teams regularly cut inference costs 5–10× this way.
Export is coming soon. Save your agent and open Export in the studio toolbar to preview a Next.js App Router layout or a Python starter (MCP wiring, prompts, .env.example, deploy targets). Downloadable ZIP packs and one-click deploy will ship in a follow-up release; until then you can explore the preview and recreate wiring manually if you self-host.
No credit card required. Connect any MCP server and start querying it with Claude, GPT-5, or Gemini in under a minute.
Free credits on sign-up · No credit card · Terms