mcPaperServer
MCP server from MatteoFrosini/mcPaperServer
How to use
The mcPaperServer is a Model Context Protocol (MCP) server developed by MatteoFrosini, designed to enable seamless communication between Minecraft clients and your custom server applications. With mcPaperServer, you can leverage real-time data exchanges, facilitating advanced gameplay features and enhancing server interactivity for developers aiming to create immersive experiences.
To interact with the mcPaperServer, you can establish a connection using standard MCP protocols. Once connected, you can send queries to the server using JSON-formatted requests. This server supports a variety of commands, including fetching game state data, player statistics, and world information, allowing you to implement dynamic content updates and customized interactions.
How to install
Prerequisites
To install and run mcPaperServer, ensure you have Node.js installed on your system. You can download it from Node.js official website.
Option A: Quick start with npx
If you want to quickly start using mcPaperServer without a global installation, you can execute the following command:
npx -y MatteoFrosini/mcPaperServer
Option B: Global install alternative
For a global installation, you can clone the repository directly from GitHub and install the dependencies:
git clone https://github.com/MatteoFrosini/mcPaperServer.git
cd mcPaperServer
npm install
Additional notes
When configuring mcPaperServer, pay attention to the server's environment variables to ensure proper connectivity and performance. Common issues may arise from incorrect port configurations or firewall settings blocking the required ports. Always refer to the repository documentation for the latest updates and configuration examples.
Related MCP Servers
shellfirm
Terminal guardrails for humans and AI agents — intercepts dangerous commands with context-aware challenges before the damage is done.
mcp-cli
mcpc is a CLI client for MCP. It supports persistent sessions, stdio/HTTP, OAuth 2.1, JSON output for code mode, proxy for AI sandboxes, and much more.
mcp-shell
Give hands to AI. MCP server to run shell commands securely, auditably, and on demand.
hackerone-graphql
MCP server for the HackerOne GraphQL API
terminal
A minimal, zero-dependency terminal MCP (Model Context Protocol) client built for coding agents like OpenAI Codex.
Claude-Code -Selector
A fast, beautiful TUI for managing MCP (Model Context Protocol) servers in Claude Code. Optimize your context window by enabling only the servers you need, when you need them.