Skip to content
Grok

simlir mcp server for Grok

io.github.simlir/simlir-mcp-server

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

client:Grok transport:stdio runtime:npm

Install simlir mcp server in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

simlir mcp server in other clients