drio
Open app

mcp-servers-scratch

Source

mcp server

Catalog onlyCatalog onlySTDIO

Overview

mcp-servers-scratch is a project aimed at creating a customizable server environment for Minecraft.

To use mcp-servers-scratch, clone the repository from GitHub and follow the setup instructions provided in the README file.

  • Customizable server configurations - Easy setup and deployment - Support for various Minecraft versions
  1. Hosting a private Minecraft server for friends.
  2. Testing new Minecraft mods in a controlled environment.
  3. Learning server management and configuration.

Add to your AI client

Use these steps to connect mcp-servers-scratch 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": {
    "mcp-servers-scratch-i-k-suke": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-servers-scratch-i-k-suke"
      ]
    }
  }
}

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": {
    "mcp-servers-scratch-i-k-suke": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-servers-scratch-i-k-suke"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-servers-scratch-i-k-suke": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-servers-scratch-i-k-suke"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-servers-scratch-i-k-suke": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-servers-scratch-i-k-suke"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-servers-scratch-i-k-suke": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-servers-scratch-i-k-suke"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-servers-scratch-i-k-suke": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-servers-scratch-i-k-suke"
      ]
    }
  }
}

FAQ

Can I use mcp-servers-scratch for any Minecraft version?

Yes! mcp-servers-scratch supports multiple Minecraft versions.

Is there any cost associated with using mcp-servers-scratch?

No, mcp-servers-scratch is free to use.

Where can I find help if I encounter issues?

You can open an issue on the GitHub repository for support.