VS Code#

VS Code supports MCP server integration through GitHub Copilot. To install the Silicon Labs MCP Server in VS Code, complete the following steps.

Prerequisites:

  • VS Code 1.102+ with GitHub Copilot enabled.

  1. Create an mcp.json file in the .vscode folder of your workspace:

  2. Add the following configuration:

    .vscode/mcp.json
    
    {
      "servers": {
        "silicon-labs-docs": {
          "type": "http",
          "url": "https://silabs.mcp.kapa.ai"
        }
      }
    }
  3. Save the file.

For more details, see the VS Code MCP documentation.