PluginBench
MCP Server

Gearlynx MCP Server MCP Server

io.github.drhelius/gearlynx

What is the Gearlynx MCP Server MCP server?

MCP server for Gearlynx Atari Lynx emulator

How to install Gearlynx MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gearlynx": {
      "command": "https://github.com/drhelius/gearlynx/releases/download/1.2.18/Gearlynx-1.2.18-mcpb-macos-arm64.mcpb",
      "args": []
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gearlynx": {
      "command": "https://github.com/drhelius/gearlynx/releases/download/1.2.18/Gearlynx-1.2.18-mcpb-macos-arm64.mcpb",
      "args": []
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gearlynx": {
      "command": "https://github.com/drhelius/gearlynx/releases/download/1.2.18/Gearlynx-1.2.18-mcpb-macos-arm64.mcpb",
      "args": []
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gearlynx": {
      "type": "stdio",
      "command": "https://github.com/drhelius/gearlynx/releases/download/1.2.18/Gearlynx-1.2.18-mcpb-macos-arm64.mcpb",
      "args": []
    }
  }
}
Claude Code
claude mcp add gearlynx -- https://github.com/drhelius/gearlynx/releases/download/1.2.18/Gearlynx-1.2.18-mcpb-macos-arm64.mcpb

Related MCP servers

AI-assisted debugging and ROM hacking for Game Boy games via the Gearboy emulator's built-in MCP server.

1.2k
C++
GPL-3.0
View repository →

AI-assisted debugging for Sega Master System, Game Gear, and SG-1000 emulation via MCP server.

376
C++
GPL-3.0
View repository →

Accurate PC Engine/TurboGrafx-16 emulator with embedded MCP server for AI-assisted debugging and ROM hacking.

217
C++
GPL-3.0
View repository →

MCP server for Gearcoleco ColecoVision emulator

136
C++
GPL-3.0
View repository →