Bitburner MCP Server

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.

Category
Visit Server

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)

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_HOST default: 0.0.0.0
  • BB_WS_PORT default: 12525
  • BB_API_PORT default: 3001
  • BB_API_BASE_URL default: http://localhost:3001
  • BB_DASHBOARD_HOST default: 127.0.0.1
  • BB_DASHBOARD_PORT default: 3002
  • BB_MCP_HTTP_HOST default: 127.0.0.1
  • BB_MCP_HTTP_PORT default: 3003
  • BB_MCP_HTTP_PATH default: /mcp
  • BB_API_TOKEN optional bearer token for API and MCP endpoints

API Overview

Health and dashboard:

  • GET /health
  • GET /dashboard
  • GET /api/dashboard/events
  • GET /api/dashboard/status
  • GET /api/docs/remote-api
  • GET /api/docs/globals

Remote API proxy endpoints:

  • POST /api/remote/pushFile
  • POST /api/remote/getFile
  • POST /api/remote/deleteFile
  • POST /api/remote/getFileNames
  • POST /api/remote/getAllFiles
  • POST /api/remote/calculateRam
  • POST /api/remote/getDefinitionFile
  • POST /api/remote/getSaveFile
  • POST /api/remote/getAllServers

Convenience file endpoints:

  • GET /api/file/:filename?server=home
  • POST /api/file/write
  • POST /api/file/append
  • POST /api/file/upload
  • DELETE /api/file/:filename?server=home
  • GET /api/files?server=home&path=.

Docs

  • docs/ARCHITECTURE.md
  • docs/MCP_AI_GUIDE.md
  • docs/REMOTE_API_TOOLS.md

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

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.

Official
Featured
Python
graphlit-mcp-server

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.

Official
Featured
TypeScript
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured