Skip to content
Grok

MCP CNES for Grok

io.github.mcpassure/mcp-cnes

Consulta o CNES (estabelecimentos de saúde): profissionais, leitos, equipamentos, serviços.

client:Grok transport:stdio runtime:npm

Install MCP CNES in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-cnes": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mcpassure/mcp-cnes"
      ]
    }
  }
}

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

MCP CNES in other clients