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.
Create an
mcp.jsonfile in the.vscodefolder of your workspace:Add the following configuration:
.vscode/mcp.json { "servers": { "silicon-labs-docs": { "type": "http", "url": "https://silabs.mcp.kapa.ai" } } }Save the file.
For more details, see the VS Code MCP documentation.