MCP.so
Sign In

MCSManager MCP Server

@metrovoc

About MCSManager MCP Server

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

metrovoc

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCSManager MCP Server?

MCSManager MCP Server is a TypeScript implementation that uses the Model Context Protocol (MCP) to provide access to the MCSManager API. It is intended for developers and system administrators who need to programmatically manage MCSManager daemons, instances, and files through MCP clients.

How to use MCSManager MCP Server?

Clone the repository, install dependencies with npm install, and build with npm run build. Configure via environment variables: set MCSMANAGER_API_KEY (required) and optionally MCSMANAGER_URL, MCP_PORT, MCP_HOST. Start the server with npm start (or npm run dev for development). The server listens on http://localhost:3000/mcp by default and accepts connections from any MCP-compatible client.

Key features of MCSManager MCP Server

  • Complete access to MCSManager API via MCP
  • StreamableHTTP transport protocol
  • Daemon and instance management
  • File operations (list, read, update)
  • Command sending to instances
  • Session management support

Use cases of MCSManager MCP Server

  • Automatically start, stop, or restart game server instances
  • Remotely read and edit server configuration files
  • Send in-game commands from an MCP‑compatible client
  • Monitor multiple daemons and their instances from a unified interface
  • Integrate MCSManager management into larger AI‑driven workflows

FAQ from MCSManager MCP Server

What runtime does MCSManager MCP Server require?

It requires Node.js and is built with TypeScript. Dependencies are installed via npm install.

How do I authenticate with the MCSManager API?

Set the MCSMANAGER_API_KEY environment variable with your MCSManager API key. This is mandatory.

Where does the data live?

All data is accessed through the MCSManager panel. The server acts as a proxy and does not store instance or file data locally.

What transport protocol does MCSManager MCP Server use?

It uses MCP with the StreamableHTTP transport protocol, listening on /mcp by default.

Are there any known limitations?

The README does not mention specific limitations. Access depends on the capabilities and permissions of the underlying MCSManager API.

Comments

More Other MCP servers