DriverStoreExplorer (MCP Server)

GitHub

Driver Store Explorer

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "DriverStoreExplorer": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-DriverStoreExplorer"
      ]
    }
  }
}