Bitburner MCP Server
A bridge for the Bitburner Remote API that enables AI models to interact with the game through file management and remote method tools. It supports stdio and HTTP transports, featuring a local dashboard for monitoring connection status and events.
README
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
Requirements
- Node.js 20+
- Bitburner Remote API configured to connect to this server:
- Host:
localhost - Port:
12525 - TLS/WSS: disabled (
ws)
- Host:
Install
npm install
npm run build
Run
# REST API + dashboard
npm run start:api
# MCP stdio transport
npm run start:mcp
# MCP Streamable HTTP transport
npm run start:mcp:http
MCP Client Setup
For stdio clients, point your MCP config to:
dist/mcp-server.js
For Streamable HTTP clients, use:
http://localhost:3003/mcp
Environment 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.