Skip to content

originselect mcp server for Grok

io.github.chhavimishra/originselect-mcp-server

Search ethical, origin-verified products and brands by country of origin

client:Grok transport:stdio runtime:npm

Install originselect 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": {
    "originselect-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "originselect-mcp-server"
      ],
      "env": {
        "API_BASE_URL": "<API_BASE_URL>",
        "INTELLIGENCE_API_KEY": "<INTELLIGENCE_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

originselect mcp server in other clients