Skip to content
Cline

simlir mcp server for Cline

io.github.simlir/simlir-mcp-server

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

client:Cline transport:stdio runtime:npm

Install simlir mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

simlir mcp server in other clients