minecraft-mcp
Minecraft MCP Server (Cloudflare Worker)
Легко разверните удаленный сервер Model Context Protocol (MCP) для запросов статуса серверов Minecraft Java, работающий на Cloudflare Workers — аутентификация не требуется.
🚀 Быстрое развертывание
Это развернет ваш MCP-сервер по URL вида:
https://minecraft-mcp.<your-account>.workers.dev/mcp
https://minecraft-mcp.<your-account>.workers.dev/sseRelated MCP server: Minecraft MCP Server
🛠️ Локальная разработка
npm install
npm run dev🧩 Добавление собственных инструментов
Определяйте новые инструменты в src/worker.ts, используя this.server.tool(...) внутри класса MinecraftMCP.
🤖 Подключение к MCP-клиентам
Cloudflare AI Playground:
Перейдите на https://playground.ai.cloudflare.com/
Введите URL эндпоинта
/mcp.
Любой MCP-клиент (через mcp-remote):
{ "mcpServers": { "minecraft-mcp": { "command": "npx", "args": [ "mcp-remote", "https://minecraft-mcp.<your-account>.workers.dev/mcp" ] } } }
📦 Эндпоинты
/mcp— основной эндпоинт MCP JSON-RPC/sse— эндпоинт Server-Sent Events (SSE) для потоковой передачи
📄 Лицензия
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables creation and deployment of MCP servers on Cloudflare Workers, with local testing and one-command deployment.105MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying Minecraft Java server status via the Model Context Protocol, deployable on Cloudflare Workers without authentication.MIT
- FlicenseNot gradedqualityCmaintenanceAllows you to deploy a remote MCP server without authentication on Cloudflare Workers.
- AlicenseNot gradedqualityDmaintenanceEnables querying Minecraft Java server status through a remote MCP server deployed on Cloudflare Workers, with no authentication required.1MIT
Related MCP Connectors
Cloudflare Workers MCP server: email-validator
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NulvoraMC/minecraft-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server