Cursor#

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

  1. Open .cursor/mcp.json.

  2. Add the following configuration:

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

For more information, see the Cursor MCP documentation.