inflight-mcp
v1.1.2
Published
Inflight MCP server — share UI prototypes for review from any AI coding tool
Readme
inflight-mcp
Inflight MCP server — share UI prototypes for review from any AI coding tool.
Quick start
Claude Code
claude mcp add --global inflight -- npx inflight-mcpClaude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"inflight": {
"command": "npx",
"args": ["inflight-mcp"]
}
}
}Any MCP client
npx inflight-mcpWhat it does
Once connected, ask Claude to "share my project to Inflight" and it will:
- Read your branch changes
- Upload to a cloud sandbox
- Build a live prototype
- Open a shareable Inflight link
Requirements
- Node.js 18+
- An Inflight account
