MCP Servers
@pgtipping
关于 MCP Servers
A collection of Minecraft Protocol (MCP) servers implemented in TypeScript
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mlops
visengerA curated list of references for MLOps
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论