Skip to content
Grok

nace mcp for Grok

io.github.dejo90/nace-mcp

Browse, search and fuzzy-match NACE Rev. 2.1 economic activity classification codes.

client:Grok transport:stdio runtime:npm

Install nace mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "nace-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nace-mcp"
      ]
    }
  }
}

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

nace mcp in other clients