What is MCP?
MCP is an open protocol that connects AI assistants to external tools and data sources. InstaPods implements an MCP server that exposes pod management as tools your AI assistant can call.Supported Clients
InstaPods MCP works with any client that supports remote MCP servers:- Claude.ai — via Custom Connectors
- Claude Desktop — via remote MCP server config
- Any MCP-compatible client — via the standard MCP protocol
How It Works
- Your AI client connects to the MCP endpoint
- OAuth authenticates you (opens browser for approval)
- The AI can now use InstaPods tools to manage your pods
Quick Setup
Claude.ai
- Go to claude.ai → Settings → Connectors
- Click Add Connector
- Enter the MCP server URL:
- Your browser opens the InstaPods login page — sign in and select a team
- Click Approve to grant access
- Start chatting with Claude about your pods
Claude Desktop
- Go to Settings → Connectors (or Integrations)
- Add a new remote MCP server with URL:
- Authenticate in the browser when prompted
- The connection appears in your Claude Desktop session
What Can the AI Do?
Once connected, your AI assistant can:- List pods — “Show me my pods”
- Create pods — “Create a Node.js pod called my-api”
- Start/stop/restart — “Restart my-api”
- Run commands — “Run
npm install expressin my-api” - Browse plans and regions — “What plans are available?”
- Delete pods — “Delete the test pod”
Authentication
MCP uses OAuth 2.0 with PKCE for secure authentication. When you first connect:- Your AI client discovers the OAuth endpoints automatically
- A browser window opens for you to log in
- You select which team to grant access to
- The AI receives a token scoped to that team