Claude Desktop#

To install the Silicon Labs MCP Server in Claude Desktop, complete the following steps:

  1. Open Claude Desktop configuration file:

    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

    • Windows: %APPDATA%\Claude\claude_desktop_config.json

  2. Add the following configuration:

    {
      "mcpServers": {
        "silicon-labs-docs": {
          "type": "npx",
          "args": ["mcp-remote", "https://silabs.mcp.kapa.ai"]
        }
      }
    }
  3. Save the file.

  4. Restart Claude Desktop.

For more information, see the Claude Desktop documentation.