Skip to content
VS Code

gadgethumans mcp for VS Code

io.github.scotia1973-bot/gadgethumans-mcp

46 MCP tools + 300+ REST endpoints. Free tier, no API key. One-line install.

client:VS Code transport:stdio runtime:npm

Install gadgethumans mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "gadgethumans-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gadgethumans-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

gadgethumans mcp in other clients