Previewship Mcp
@blockdancez
Previewship Mcp について
PreviewShip MCP lets Claude Code, Cursor, Windsurf, Codex-compatible workflows, and other MCP clients publish browser-ready frontend artifacts without opening a hosting dashboard. It can deploy a built dist/build/out/public folder, a single HTML file, Markdown, or an AI-generated
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"previewship": {
"command": "npx",
"args": [
"-y",
"previewship-mcp"
],
"env": {
"PREVIEWSHIP_API_KEY": "ps_live_your_key_here"
}
}
}
}ツール
3Deploy a directory and get a preview URL
Check deployment status by ID
Show remaining deployment quota
概要
What is Previewship Mcp?
Previewship Mcp is a Model Context Protocol server that lets AI coding agents deploy static frontend previews as a native tool call. It works with Claude Code, Cursor, Windsurf, and any MCP-compatible client, providing instant shareable preview URLs without Git or CI/CD.
How to use Previewship Mcp?
Configure Previewship Mcp by adding a JSON entry to your MCP client settings (e.g., ~/.claude/settings.json for Claude Code, .cursor/mcp.json for Cursor, or ~/.codeium/windsurf/mcp_config.json for Windsurf) with the command npx -y previewship-mcp and the environment variable PREVIEWSHIP_API_KEY. Then simply ask your AI agent to deploy a project, check deployment status, or show usage quota.
Key features of Previewship Mcp
- Deploy a directory and get a preview URL via the
deploy_previewtool - Check deployment status by ID with
check_deployment - Display remaining deployment quota using
show_usage - Works with any static frontend output containing an
index.html - No Git, CI/CD, or complex configuration required
Use cases of Previewship Mcp
- Deploy a static site instantly from an AI coding agent's chat
- Verify deployment status without leaving the editor
- Monitor remaining daily deployment quota
FAQ from Previewship Mcp
What runtime is required?
Node.js 20.0.0 or later.
How do I get an API Key?
Register a free account at previewship.com, then create an API Key from the console → API Keys page.
What types of projects can I deploy?
Any static frontend output works — React, Vue, Svelte, Angular, Next.js (export), Nuxt (generate), Astro, or vanilla HTML/CSS/JS, as long as the build output contains an index.html.
Is there a free plan?
Yes, the Free plan costs $0, includes 1 project, 5 daily deploys, 15 MB max zip size, and 7-day preview expiry. No credit card is required.
What are the deployment limits?
Free plan: 5 deploys/day, 15 MB zip, 7-day expiry. Pro Monthly ($9/mo): 20 deploys/day, 50 MB zip, 30-day expiry. Pro Yearly ($84/yr): 35 deploys/day, 80 MB zip, 365-day expiry.
「開発者ツール」の他のコンテンツ
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
コメント