Deploy and manage web apps on InstaPods: create pods, push files, run commands, read logs.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Tools and integrations for deploying and managing apps on InstaPods with AI assistants.
InstaPods is container hosting for developers β deploy Node.js, Python, PHP, and static apps with a single command. This SDK provides two ways to integrate InstaPods with Claude:
A skill that teaches Claude Code how to deploy and debug apps using the instapods CLI.
Setup:
Install the CLI:
Copy the skill to your project:
Ask Claude Code to deploy:
Two options β use the MCP skill for guided workflows, or connect directly via MCP.
Option A: MCP Skill (recommended)
Copy the skill to your project:
Option B: Direct MCP connection
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
On first use, Claude will walk you through OAuth authentication. See mcp/README.md for the full setup guide.
The MCP server includes built-in prompts:
InstaPods is listed in the official MCP Registry as
com.instapods/instapods. server.json in this repo is the source of truth for that listing:
To publish an update, bump version in server.json, then push a matching tag:
That runs .github/workflows/publish-mcp-registry.yml,
which publishes via mcp-publisher. The registry rejects a version that already exists, so every
publish needs a new version.
Authentication is domain-based: the registry namespace com.instapods/* is proved by the Ed25519
public key served at https://instapods.com/.well-known/mcp-registry-auth. The workflow signs with
the matching private key from the MCP_REGISTRY_PRIVATE_KEY repo secret. GitHub OIDC is not an
option here β it only grants the io.github.* namespace.
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/instapods-2)<a href="https://allmcps.com/mcp/instapods-2"><img src="https://allmcps.com/api/badge/instapods-2?style=directory" alt="InstaPods on AllMCPs" /></a>