Shiped MCP
Officialby shiped-app
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 logoutlogin connects the current agent to Shiped. logout clears the cached local token.
Development
npm ci
npm run buildThe Docker image runs the server over stdio and can be used for MCP introspection or local container-based clients.
Publish
npm login
npm publish