ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Minecraft Status Services with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Minecraft live infrastructure as an MCP: Java + Bedrock server status (player counts, MOTD, versions), player profile/UUID lookup, skin renders and the official

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 7 capabilities

The complete Minecraft Status Services capability set.

These are the exact actions your AI can choose when you ask it to work with Minecraft Status Services.

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 7 available through Minecraft Status Services.

  1. 01

    Get java server status

    Io: online flag, players online/max, clean MOTD text, protocol version, SRV record resolution, Forge/Modded mod list when exposed. Works with hostnames (play.cubecraft.net, 2b2t.org) or IPs. For "is this server up and how many players are on?". Check a Minecraft JAVA server live status: online state, player count, version, MOTD

  2. 02

    Get player skins

    Combine with lookup_player for display cards. No fetch needed. the URLs are embeddable images. Get skin/head render URLs for a Minecraft player (avatar, helm, body, isometric)

  3. 03

    List game versions

    Essential for mod/plugin compatibility checks ("does X support 1.21.4?"). List Minecraft game versions from the official Mojang manifest (910+ releases and snapshots)

  4. 04

    Lookup player

    Returns the canonical profile id and name. Useful before rendering skins or checking if a premium username exists. Resolve a Minecraft player profile by username OR UUID (id, name, textures availability)

Capability set02 / 02

05-07

3 capabilities in this set.

Part of 7 available through Minecraft Status Services.

  1. 05

    Compare servers

    For "which server has more players right now?" and uptime spot-checks. Compare multiple Minecraft servers side by side (player counts, versions, online state)

  2. 06

    Get bedrock server status

    Io): online flag, players online/max, gamemode (Survival/Creative), version name and protocol. The Hive, Lifeboat, CubeCraft-Bedrock and Realms-alternatives use Bedrock. Note the platform: many big servers run both Java AND Bedrock. Check a Minecraft BEDROCK server live status: players, version, gamemode

  3. 07

    Get version details

    Get full details of one Minecraft version: type, release date and JSON manifest URL

One connector, every AI

Minecraft Status Services works with the most popular AI clients.

These are the most popular clients, each with a step-by-step guide: one link, set up once, with governance and visibility built in. And because everything runs on the MCP standard, the same connection also works in any other compatible client — nothing to rebuild.

Building your own app? The connector is yours to use.

You don't need a client to put Minecraft Status Services to work: the same hosted connection plugs into your own applications and agent code, with the same governance on every request. Build with it, chat with it — one connection for both.

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 7 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Minecraft Status Services, so you can see the experience inside your AI.

It does not authenticate your account with Minecraft Status Services. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Minecraft Status Services Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_lL4hQTwz2GXWUpa0C2tRkmUOT9PmSVYcQww011dd/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Minecraft Status Services capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "minecraft-server-status-players-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_lL4hQTwz2GXWUpa0C2tRkmUOT9PmSVYcQww011dd/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

Guided setup for Claude? link.label

See all the AI clients this connector works with ↑

FAQ

Questions Minecraft Status Services owners ask.

  • 01

    Do I need an API key or registration?

    No. mcstatus.io, the Mojang profile API and the piston-meta version manifest are all public. no authentication anywhere in this MCP.

  • 02

    Why does a server show offline when I know it's up?

    Some servers block status pings (enable-status=false in server.properties), hide behind proxies, or are Bedrock-only (a Java ping fails). The compare_servers capability auto-probes Bedrock too. try it there.