Skip to content
Claude Desktop

simlir mcp server for Claude Desktop

io.github.simlir/simlir-mcp-server

Simlir MCP server for semantic product search, visual search, and exact product lookup.

client:Claude Desktop transport:stdio runtime:npm

Install simlir mcp server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "simlir-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@simlir-ai/mcp-server"
      ],
      "env": {
        "SIMLIR_API_KEY": "<SIMLIR_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

simlir mcp server in other clients