Manage your Bunnyshell environments from Claude Desktop, Claude Code, Cursor, and other AI tools via the Model Context Protocol.
Add to your ~/.claude/mcp.json:
{
"mcpServers": {
"bunnyshell": {
"type": "streamable-http",
"url": "https://mcp.environments.bunnyshell.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BUNNYSHELL_API_TOKEN"
}
}
}
}
Or run:
claude mcp add --transport http \
bunnyshell https://mcp.environments.bunnyshell.com/mcp \
--header "Authorization: Bearer YOUR_BUNNYSHELL_API_TOKEN"
Add a custom connector:
https://mcp.environments.bunnyshell.com/mcpAdd to your MCP configuration:
{
"mcpServers": {
"bunnyshell": {
"url": "https://mcp.environments.bunnyshell.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BUNNYSHELL_API_TOKEN"
}
}
}
}
"Show me all my Bunnyshell environments and their status"
"Deploy environment zZkORvO6Qp and show me the logs when it's done"
"The last deployment for my staging environment failed. Show me what went wrong."
Go to Bunnyshell → Organization Settings → API Tokens to create or view your token.