stb_tilemap_editor.h (MCP Server)

GitHub

Model Context Protocol (MCP) server configuration and tool manifest for nothings/stb_tilemap_editor.h

0 stars TypeScript
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "stb_tilemap_editor.h": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-stb_tilemap_editor.h"
      ]
    }
  }
}