Bitburner MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bitburner MCP Serverupload hack.js to the home server"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bitburner MCP Server
MCP server and local HTTP API bridge for the Bitburner Remote API.
Features
WebSocket listener for Bitburner Remote API
REST API for remote method calls and file helpers
MCP stdio server with one tool per remote API method
MCP Streamable HTTP server
Local dashboard for connection status and events
Related MCP server: Codex MCP Server
Requirements
Node.js 20+
Bitburner Remote API configured to connect to this server:
Host:
localhostPort:
12525TLS/WSS: disabled (
ws)
Install
npm install
npm run buildRun
# REST API + dashboard
npm run start:api
# MCP stdio transport
npm run start:mcp
# MCP Streamable HTTP transport
npm run start:mcp:httpMCP Client Setup
For stdio clients, point your MCP config to:
dist/mcp-server.jsFor Streamable HTTP clients, use:
http://localhost:3003/mcpEnvironment Variables
BB_WS_HOSTdefault:0.0.0.0BB_WS_PORTdefault:12525BB_API_PORTdefault:3001BB_API_BASE_URLdefault:http://localhost:3001BB_DASHBOARD_HOSTdefault:127.0.0.1BB_DASHBOARD_PORTdefault:3002BB_MCP_HTTP_HOSTdefault:127.0.0.1BB_MCP_HTTP_PORTdefault:3003BB_MCP_HTTP_PATHdefault:/mcpBB_API_TOKENoptional bearer token for API and MCP endpoints
API Overview
Health and dashboard:
GET /healthGET /dashboardGET /api/dashboard/eventsGET /api/dashboard/statusGET /api/docs/remote-apiGET /api/docs/globals
Remote API proxy endpoints:
POST /api/remote/pushFilePOST /api/remote/getFilePOST /api/remote/deleteFilePOST /api/remote/getFileNamesPOST /api/remote/getAllFilesPOST /api/remote/calculateRamPOST /api/remote/getDefinitionFilePOST /api/remote/getSaveFilePOST /api/remote/getAllServers
Convenience file endpoints:
GET /api/file/:filename?server=homePOST /api/file/writePOST /api/file/appendPOST /api/file/uploadDELETE /api/file/:filename?server=homeGET /api/files?server=home&path=.
Docs
docs/ARCHITECTURE.mddocs/MCP_AI_GUIDE.mddocs/REMOTE_API_TOOLS.md
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA bridge that enables AI assistants to connect to VS Code's debugger, allowing them to interact with and control debugging sessions through websocket connections.Last updated8MIT
- FlicenseBqualityDmaintenanceConnects AI assistants to a local Codex engine for performing deep, project-level code reviews and automated refactoring. It enables context-aware bug fixes and multi-file analysis through a standardized bridge between modern AI clients and local development environments.Last updated42
- AlicenseBqualityBmaintenanceA local browser automation bridge that connects AI agents like Claude to Chromium-based browsers, enabling web navigation, clicking, input, screenshots, and tab management.Last updated22GPL 3.0
- Alicense-qualityDmaintenanceBridges AI assistants to running game instances for testing, debugging, and verification. Works with any game engine via a simple TCP protocol.Last updated14MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server exposing the Backtest360 engine API as tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JoshuaGreeff/bitburner-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server