# Mcp Servers

> A collection of Minecraft Protocol (MCP) servers implemented in TypeScript

- **Type:** MCP server
- **Install:** `agentstack add mcp-pgtipping-mcp-servers`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [pgtipping](https://agentstack.voostack.com/s/pgtipping)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [pgtipping](https://github.com/pgtipping)
- **Source:** https://github.com/pgtipping/mcp-servers

## Install

```sh
agentstack add mcp-pgtipping-mcp-servers
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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

1. Clone the repository:
```bash
git clone https://github.com/pgtipping/mcp-servers.git
cd mcp-servers
```

2. Install dependencies:
```bash
npm install
```

3. Build the project:
```bash
npm run build
```

4. Start a server:
```bash
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

1. Start a server in development mode:
```bash
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](https://github.com/pgtipping)
- **Source:** [pgtipping/mcp-servers](https://github.com/pgtipping/mcp-servers)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-pgtipping-mcp-servers
- Seller: https://agentstack.voostack.com/s/pgtipping
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
