MCP Servers
@pgtipping
About MCP Servers
A collection of Minecraft Protocol (MCP) servers implemented in TypeScript
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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 MCP Servers?
MCP Servers is a collection of Minecraft Protocol (MCP) server implementations written in TypeScript. It includes three distinct servers—Basic, Auth, and Proxy—designed for handling player connections, authentication, and connection forwarding respectively.
How to use MCP Servers?
Clone the repository, install dependencies with npm install, build the project with npm run build, then start a specific server using one of: npm run start:basic, npm run start:auth, or npm run start:proxy. For development with hot reload, use npm run dev:basic, npm run dev:auth, or npm run dev:proxy.
Key features of MCP Servers
- Basic server for player connections and chat
- Auth server for authentication and session handling
- Proxy server for forwarding connections to other servers
- Written entirely in TypeScript
- Development mode with hot reload support
Use cases of MCP Servers
- Running a lightweight Minecraft server for basic player chat
- Implementing authentication and session management for Minecraft connections
- Creating a proxy to route traffic between Minecraft servers
FAQ from MCP Servers
What servers are included in MCP Servers?
Three servers: Basic Server (handles player connections and chat), Auth Server (handles authentication and sessions), and Proxy Server (forwards connections to other Minecraft servers).
How do I start a specific server?
Use the npm scripts: npm run start:basic, npm run start:auth, or npm run start:proxy after building the project.
Does MCP Servers require any special dependencies?
No—only Node.js and npm. Dependencies are installed via npm install and the project is built with TypeScript (npm run build).
Can I run the servers in development mode?
Yes, each server has a dev script with hot reload: npm run dev:basic, npm run dev:auth, or npm run dev:proxy.
What license does MCP Servers use?
It is licensed under the MIT License.
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Nginx UI
0xJackyYet another WebUI for Nginx
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments