
The stdio MCP server for Shiped. It lets MCP-compatible agents deploy and manage projects on
The stdio MCP server for Shiped. It lets MCP-compatible agents deploy and manage projects on https://shiped.app.
The stdio MCP server for Shiped. It lets MCP-compatible agents deploy and manage projects on https://shiped.app.
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.
npm ci
npm run buildThe Docker image runs the server over stdio and can be used for MCP introspection or local container-based clients.
npm login
npm publishPick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add shiped -- npx -y @shiped/mcp{
"mcpServers": {
"shiped": {
"args": [
"-y",
"@shiped/mcp"
],
"command": "npx"
}
}
}code --add-mcp '{"name":"shiped","args":["-y","@shiped/mcp"],"command":"npx"}'[mcp_servers.shiped]
command = "npx"
args = ["-y", "@shiped/mcp"]Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/shiped-mcp to learn what the "Shiped MCP" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
npx @shiped/mcp login
npx @shiped/mcp logoutThis server runs locally, so we can't read its tool list over the web yet.
Paste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/shiped-mcp)Nothing comparable is listed yet.
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "shiped-mcp" with a rating from 1 to 5 and a short note on what worked and what did not.One email a week. New agents, MCP servers and skills, and what is actually getting traction.