← Back to browse

france-travail-mcp

Indexed by io.github.JoJoLaBagarre

About

Serveur MCP des API officielles France Travail : offres d'emploi, ROME 4.0 et ROMEO.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsFT_CLIENT_ID FT_CLIENT_SECRET FT_ENABLE_LABONNEBOITE
Claude Code
claude mcp add --env FT_CLIENT_ID= --env FT_CLIENT_SECRET= --env FT_ENABLE_LABONNEBOITE= france-travail-mcp -- npx france-travail-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"france-travail-mcp","command":"npx","args":["france-travail-mcp"],"env":{"FT_CLIENT_ID":"","FT_CLIENT_SECRET":"","FT_ENABLE_LABONNEBOITE":""}}'
JSON
{
  "mcpServers": {
    "france-travail-mcp": {
      "command": "npx",
      "args": [
        "france-travail-mcp"
      ],
      "env": {
        "FT_CLIENT_ID": "",
        "FT_CLIENT_SECRET": "",
        "FT_ENABLE_LABONNEBOITE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.