Previewship Mcp
@blockdancez
About 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
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"previewship": {
"command": "npx",
"args": [
"-y",
"previewship-mcp"
],
"env": {
"PREVIEWSHIP_API_KEY": "ps_live_your_key_here"
}
}
}
}Tools
3Deploy a directory and get a preview URL
Check deployment status by ID
Show remaining deployment quota
Overview
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.
More Developer Tools MCP servers
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Comments