ship mcp for Grok
io.github.colossal1598/ship-mcp
Clean TypeScript starter for MCP servers: zod-validated tools, tests, one-command dev loop.
client:Grok
transport:stdio
runtime:npm
Install ship mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ship-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ship-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs