Back to Browse

Shiped MCP Server

Developer ToolsModerate7.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Deploy AI-generated HTML/CSS/JS to instant public HTTPS URLs from any MCP-compatible agent.

About

Deploy AI-generated HTML/CSS/JS to instant public HTTPS URLs from any MCP-compatible agent.

Remote endpoints: streamable-http: https://shiped.app/mcp

Security Report

7.2
Moderate7.2Low Risk

Well-structured MCP server with solid authentication design and appropriate security practices. The device-flow OAuth implementation is secure, credentials are stored with proper file permissions, and input validation is handled via Zod schemas. Minor code quality observations noted but do not materially impact security. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity).

4 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

Shiped MCP

The stdio MCP server for Shiped. It lets MCP-compatible agents deploy and manage projects on https://shiped.app.

Usage

Add Shiped to an MCP-compatible client:

{
  "mcpServers": {
    "shiped": { "command": "npx", "args": ["-y", "@shiped/mcp"] }
  }
}

The first tool call opens a device-flow login. For explicit login, run:

npx @shiped/mcp login
npx @shiped/mcp logout

login connects the current agent to Shiped. logout clears the cached local token.

Development

npm ci
npm run build

The Docker image runs the server over stdio and can be used for MCP introspection or local container-based clients.

Publish

npm login
npm publish

Reviews

No reviews yet

Be the first to review this server!