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.mcpbRelated MCP servers
Gearboy MCP Server
Active
AI-assisted debugging and ROM hacking for Game Boy games via the Gearboy emulator's built-in MCP server.
1.2k
View repository →C++
GPL-3.0
Gearsystem MCP Server
Active
AI-assisted debugging for Sega Master System, Game Gear, and SG-1000 emulation via MCP server.
376
View repository →C++
GPL-3.0
Geargrafx MCP Server
Active
Accurate PC Engine/TurboGrafx-16 emulator with embedded MCP server for AI-assisted debugging and ROM hacking.
217
View repository →C++
GPL-3.0
Gearcoleco MCP Server
Active
MCP server for Gearcoleco ColecoVision emulator
136
View repository →C++
GPL-3.0