drio
Open app

mcp-rb-template

Source

Catalog onlyCatalog onlySTDIO

Overview

The mcp-server-pixel-art is a template for creating pixel art servers using the MCP (Minecraft) framework. It provides a foundation for developers to build and customize their own pixel art experiences in Minecraft.

To use this template, clone the repository from GitHub, set up your development environment with Ruby, and follow the instructions in the README file to configure your server settings and start creating pixel art.

  • Easy setup for pixel art servers in Minecraft - Customizable server configurations - Built-in support for pixel art creation tools
  1. Creating interactive pixel art galleries in Minecraft.
  2. Hosting pixel art competitions and events.
  3. Developing educational tools for teaching pixel art techniques.

Add to your AI client

Use these steps to connect mcp-rb-template 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-server-pixel-art-kfischer-okarin": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-pixel-art-kfischer-okarin"
      ]
    }
  }
}

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-server-pixel-art-kfischer-okarin": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-pixel-art-kfischer-okarin"
      ]
    }
  }
}

Claude Code

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

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-server-pixel-art-kfischer-okarin": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-pixel-art-kfischer-okarin"
      ]
    }
  }
}

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-server-pixel-art-kfischer-okarin": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-pixel-art-kfischer-okarin"
      ]
    }
  }
}

Windsurf

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

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-server-pixel-art-kfischer-okarin": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-pixel-art-kfischer-okarin"
      ]
    }
  }
}

Cline

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

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-server-pixel-art-kfischer-okarin": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-pixel-art-kfischer-okarin"
      ]
    }
  }
}

FAQ

Is this template suitable for beginners?

Yes! The template is designed to be user-friendly and includes documentation to help beginners get started.

What programming language is used?

The template is built using Ruby.

Is there a license for this project?

Yes, it is licensed under the MIT license.