Install
$ agentstack add mcp-pgtipping-mcp-servers ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
MCP Servers
A collection of Minecraft Protocol (MCP) servers implemented in TypeScript.
Servers
Basic Server
A simple MCP server that handles basic player connections and chat messages.
Auth Server
A server that implements authentication and handles player sessions.
Proxy Server
A proxy server that can forward connections to other Minecraft servers.
Getting Started
- Clone the repository:
git clone https://github.com/pgtipping/mcp-servers.git
cd mcp-servers
- Install dependencies:
npm install
- Build the project:
npm run build
- Start a server:
npm run start:basic # Start the basic server
npm run start:auth # Start the auth server
npm run start:proxy # Start the proxy server
Development
- Start a server in development mode:
npm run dev:basic # Start the basic server with hot reload
npm run dev:auth # Start the auth server with hot reload
npm run dev:proxy # Start the proxy server with hot reload
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: pgtipping
- Source: pgtipping/mcp-servers
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.