Skip to content
VS Code

Klaren — French Companies Directory for VS Code

io.github.ccamborde/klaren-mcp

Search French companies, directors and associations (INPI, INSEE, RNA).

client:VS Code transport:stdio runtime:pypi

Install Klaren — French Companies Directory in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "klaren-api-url",
      "description": "KLAREN_API_URL",
      "password": true
    },
    {
      "type": "promptString",
      "id": "klaren-api-key",
      "description": "KLAREN_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "klaren-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "klaren-mcp"
      ],
      "env": {
        "KLAREN_API_URL": "${input:klaren-api-url}",
        "KLAREN_API_KEY": "${input:klaren-api-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

Klaren — French Companies Directory in other clients