dockerized-mcpaper-server
Overview
Dockerized MCPaper Server is a cloud-based application designed to run a customizable Minecraft Paper server in a Docker container for easy deployment and management. # How to use Dockerized MCPaper Server? To use this project, clone the repository from GitHub and follow the instructions in the README file to set up and run the Minecraft server in Docker. # Key features of Dockerized MCPaper Server? - Easy setup and deployment using Docker - Customizable configuration for Minecraft servers - Support for plugins and modifications # Use cases of Dockerized MCPaper Server?
- Running a personal Minecraft server for friends.
- Hosting a public Minecraft server for a community.
- Enhancing gaming experience through plugin integrations. # FAQ from Dockerized MCPaper Server? - Can I run multiple servers? > Yes, you can run multiple server instances on your machine by defining separate Docker containers for each. - Is Docker required to use this project? > Yes, Docker is necessary as it builds the environment for your Minecraft server. - Are there any limitations on server plugins? > Most popular plugins are supported; however, some may require additional configuration.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":303,"uuid":"ee144d46-f565-4878-87a5-7590e76ee68d","name":"dockerized-mcpaper-server","title":"dockerized-mcpaper-server","description":null,"avatar_url":"https://avatars.githubusercontent.com/u/79881510?v=4","created_at":"2024-12-13T13:02:01.256Z","updated_at":"2024-12-13T15:09:08.390Z","status":"created","author_name":"LeoMainini","author_avatar_url":"https://avatars.githubusercontent.com/u/79881510?v=4","tags":"docker,server,microservices","category":"cloud-platforms","is_featured":false,"sort":1,"url":"https://github.com/LeoMainini/dockerized-mcpaper-server","target":"_self","content":"# dockerized-mcpaper-server\n# dockerized-mcpaper-server","summary":"$29","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]
Add to your AI client
Use these steps to connect dockerized-mcpaper-server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"dockerized-mcpaper-server-leomainini": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dockerized-mcpaper-server-leomainini"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"dockerized-mcpaper-server-leomainini": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dockerized-mcpaper-server-leomainini"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"dockerized-mcpaper-server-leomainini": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dockerized-mcpaper-server-leomainini"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"dockerized-mcpaper-server-leomainini": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dockerized-mcpaper-server-leomainini"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"dockerized-mcpaper-server-leomainini": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dockerized-mcpaper-server-leomainini"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"dockerized-mcpaper-server-leomainini": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dockerized-mcpaper-server-leomainini"
]
}
}
}