Bunnyshell MCP Server
Overview
Bunnyshell MCP Server is a Model Context Protocol (MCP) server implementation that allows AI assistants to interact with the Bunnyshell platform through its CLI.
To use the Bunnyshell MCP Server, set up the server by cloning the repository and running the setup script. Then, connect your AI assistant (like Claude) to the MCP server using your Bunnyshell API token.
- Organization Management: List and navigate organizations - Project Management: Create, list, and delete projects - Environment Management: Manage environments (create, start, stop, delete) - Component Operations: Deploy, debug, and SSH into components - Variable & Secret Management: Manage environment variables and secrets - Remote Development: Start remote development sessions and set up port forwarding
- Managing Bunnyshell resources through natural language commands
- Automating project and environment management tasks
- Facilitating remote development workflows
Add to your AI client
Use these steps to connect Bunnyshell MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"bns-mcp-server-aminalali8": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bns-mcp-server-aminalali8"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"bns-mcp-server-aminalali8": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bns-mcp-server-aminalali8"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"bns-mcp-server-aminalali8": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bns-mcp-server-aminalali8"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"bns-mcp-server-aminalali8": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bns-mcp-server-aminalali8"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bns-mcp-server-aminalali8": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bns-mcp-server-aminalali8"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"bns-mcp-server-aminalali8": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bns-mcp-server-aminalali8"
]
}
}
}FAQ
What are the prerequisites for using Bunnyshell MCP Server?
You need Node.js 18+, npm, Bunnyshell CLI, Claude Desktop, and Docker for setup.
How do I connect my AI assistant to the MCP server?
Start a conversation with Claude, add an attachment, and select 'Connect to MCP server'.
Is my API token secure?
Yes, API tokens are not stored in code or configuration files and can be provided via environment variables.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3163,"uuid":"83a53b7c-1d52-498f-b9f2-9cbd817ea9f0","name":"bns-mcp-server","title":"Bunnyshell MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/17765698?v=4","created_at":"2025-03-18T03:08:21.985Z","updated_at":"2025-03-20T17:29:37.144Z","status":"created","author_name":"aminalali8","author_avatar_url":"https://avatars.githubusercontent.com/u/17765698?v=4","tags":"bunnyshell,mcp-server,ai-assistant","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/aminalali8/bns-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-20 16:25:50\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]