Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. đŸ’» Developer Tools
  3. France Travail Mcp
F
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:03:59 AM

France Travail Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View Repository

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON â–Ÿ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "france-travail-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "france-travail-mcp"
      ]
    }
  }
}

💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesđŸ’» More in Developer Tools

Documentation Overview

đŸ‡«đŸ‡· France Travail MCP

npm version CI License: MIT Node

Serveur MCP (Model Context Protocol) pour les API officielles de France Travail : offres d'emploi, référentiel des métiers ROME 4.0, prédiction ROMEO, et entreprises qui recrutent (La Bonne Boßte).

An MCP server connecting any AI assistant (Claude, Cursor, VS Code
) to the official France Travail APIs: real-time job offers, the ROME occupational taxonomy, ROME-code prediction, and hiring-company search.

Branchez votre assistant IA sur le marchĂ© de l'emploi français : il cherche des offres en temps rĂ©el, traduit un mĂ©tier en code ROME, et cible les entreprises qui recrutent — directement dans la conversation.

C'est, à notre connaissance, le premier serveur MCP basé sur les API REST officielles de France Travail (les autres « MCP France Travail » sont des scrapers du site web, fragiles et non officiels).


⚡ Installation en 30 secondes

Dans tous les cas, il vous faut des identifiants France Travail (gratuits) — voir Obtenir vos identifiants.

đŸ–±ïž Option A — La plus simple, sans terminal (Claude Desktop)

  1. Téléchargez le fichier france-travail-mcp.mcpb depuis la page Releases.
  2. Double-cliquez dessus : Claude Desktop l'installe et vous demande votre Client ID / Client Secret dans un formulaire (le secret est stocké dans le trousseau de votre systÚme).
  3. C'est prĂȘt — aucune Ă©dition de fichier JSON.

⌚ Option B — Une ligne (Claude Code)

Terminal
claude mcp add france-travail \
  -e FT_CLIENT_ID=PAR_xxxxx \
  -e FT_CLIENT_SECRET=votre_secret \
  -- npx -y france-travail-mcp

đŸ§© Option C — Copier-coller (Claude Desktop, Cursor, VS Code
)

config.json
{
  "mcpServers": {
    "france-travail": {
      "command": "npx",
      "args": ["-y", "france-travail-mcp"],
      "env": {
        "FT_CLIENT_ID": "PAR_xxxxx_xxxxxxxxxxxxxxxxxxxx",
        "FT_CLIENT_SECRET": "votre_secret"
      }
    }
  }
}

📖 Guide complet par client (Cursor, VS Code/Cline, et Ollama 100 % local) → INSTALL.md.


🔑 Obtenir vos identifiants

  1. Créez un compte sur francetravail.io.
  2. Créez une application dans votre espace.
  3. Souscrivez aux API souhaitĂ©es (au minimum Offres d'emploi v2 ; puis ROME 4.0 – MĂ©tiers, ROME 4.0 – Fiches mĂ©tiers, ROMEO 2, La Bonne BoĂźte v2 selon les outils voulus).
  4. Récupérez le Client ID (PAR_
) et le Client Secret.

PrĂ©requis : Node.js ≄ 18 (sauf l'option A, qui est autoportĂ©e).


🧰 Outils exposĂ©s

OutilDescriptionAPI France TravailStatut
ft_search_offresRecherche multicritĂšres d'offres (mots-clĂ©s, ROME, gĂ©o, contrat, salaire
)Offres d'emploi v2✅ testĂ© en live
ft_get_offreDĂ©tail complet d'une offreOffres d'emploi v2✅ testĂ© en live
ft_list_referentielRĂ©fĂ©rentiels (communes, types de contrats
) codes ↔ libellĂ©sOffres d'emploi v2✅ testĂ© en live
ft_search_metiersTrouver un mĂ©tier ROME et son code par texteROME 4.0 – MĂ©tiers✅ testĂ© en live
ft_get_metierFiche d'un mĂ©tier ROME (dĂ©finition, accĂšs)ROME 4.0 – MĂ©tiers✅ testĂ© en live
ft_get_fiche_metierCompĂ©tences & savoirs d'un mĂ©tierROME 4.0 – Fiches mĂ©tiers✅ testĂ© en live
ft_predict_romeDeviner le code ROME d'un intitulĂ© libre (IA)ROMEO 2✅ testĂ© en live
ft_search_entreprisesEntreprises Ă  fort potentiel d'embaucheLa Bonne BoĂźte v2⚠ dĂ©sactivĂ© par dĂ©faut

La Bonne Boßte est une API à accÚs conditionné : la simple souscription ne suffit pas, France Travail exige une habilitation validée manuellement (sans elle, l'API renvoie 403 Invalid scope). L'outil ft_search_entreprises est donc désactivé par défaut ; une fois l'accÚs accordé, activez-le avec la variable d'environnement FT_ENABLE_LABONNEBOITE=true (son endpoint exact reste à confirmer).

Les autres outils s'activent automatiquement dĂšs que l'API correspondante est souscrite, sans changement de code.


đŸ§Ș Exemple — l'agent enchaĂźne les outils tout seul

« Je suis pùtissier et je cherche un CDI vers Lyon. »

  1. ft_predict_rome("pñtissier") → code ROME D1104
  2. ft_search_offres(codeROME=["D1104"], commune="69381", typeContrat=["CDI"])
  3. ft_search_entreprises(...) pour les candidatures spontanées.

⚠ Paris, Lyon et Marseille s'indiquent par arrondissement (Lyon 1er = 69381, Paris 1er = 75101, Marseille 1er = 13201) : les codes « globaux » 69123 / 75056 / 13055 sont refusĂ©s par l'API (erreur 400). RĂ©cupĂ©rez les bons codes avec ft_list_referentiel.


🔐 Correspondance outils ↔ scopes OAuth

Chaque API a son propre scope. Le serveur demande un token par scope (mis en cache ~25 min). Pour activer un groupe d'outils, votre application doit avoir souscrit Ă  l'API correspondante :

API Ă  souscrireScope OAuthActive
Offres d'emploi v2api_offresdemploiv2 o2dsoffreft_search_offres, ft_get_offre, ft_list_referentiel
ROME 4.0 – MĂ©tiersapi_rome-metiersv1 nomenclatureRomeft_search_metiers, ft_get_metier
ROME 4.0 – Fiches mĂ©tiersapi_rome-fiches-metiersv1 nomenclatureRomeft_get_fiche_metier
ROMEO 2api_romeov2ft_predict_rome
La Bonne BoĂźte v2api_labonneboitev2ft_search_entreprises

đŸ› ïž DĂ©veloppement

bash
git clone https://github.com/jojolabagarre/france-travail-mcp.git
cd france-travail-mcp
npm install              # installe les dépendances ET compile (script "prepare")
cp .env.example .env     # renseignez FT_CLIENT_ID / FT_CLIENT_SECRET
npm run smoke            # test de bout en bout contre l'API réelle
CommandeRĂŽle
npm run buildCompile TypeScript → dist/
npm testVérifie les types (tsc --noEmit)
npm run smokeTest de bout en bout contre l'API réelle
npm startDémarre le serveur (transport stdio)
npm run bundleGénÚre le bundle .mcpb (Claude Desktop)

Stack : TypeScript · @modelcontextprotocol/sdk · zod · axios. Transport stdio. Architecture : src/services (auth OAuth2 + client HTTP + erreurs), src/schemas, src/tools (un fichier par domaine). Voir CONTRIBUTING.md.

📩 Publication (mainteneur)

La publication est automatique sur un tag de version (npm puis registre MCP officiel) :

Terminal
npm version patch        # met à jour la version, crée le commit + le tag
git push --follow-tags   # déclenche le workflow de publication

Voir .github/workflows/publish-mcp.yml. Secret requis dans le dépÎt : NPM_TOKEN (jeton npm). L'authentification au registre MCP se fait par OIDC (aucun secret supplémentaire).

🔒 SĂ©curitĂ©

  • Le fichier .env n'est jamais committĂ© (voir .gitignore).
  • Les identifiants sont fournis au serveur via les variables d'environnement du client MCP (ou le formulaire sĂ©curisĂ© du bundle .mcpb).
  • Ne partagez jamais votre client_secret. En cas de fuite, rĂ©gĂ©nĂ©rez-le sur francetravail.io.

đŸ—ș Feuille de route

  • La Bonne Alternance (offres + formations en alternance)
  • MarchĂ© du travail (statistiques, tensions de recrutement par bassin)
  • Validation/finalisation de ft_search_entreprises (La Bonne BoĂźte)
  • Publication npm + registre MCP + bundle .mcpb

đŸ€ Contribuer

Les contributions sont bienvenues : ouvrez une issue ou une pull request. Voir CONTRIBUTING.md.

📄 Licence & avertissement

Sous licence MIT (voir LICENSE).

Projet non officiel, non affilié à France Travail. Il consomme les API publiques de France Travail ; leur usage est soumis aux conditions d'utilisation de francetravail.io. « France Travail », « ROME » et « La Bonne Boßte » sont des marques de France Travail.

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    đŸ’» Developer Tools7 views
    Compare vs Claude Task Master →
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    đŸ’» Developer Tools0 views
    Compare vs Ai Netcafe →
  • G
    Graphql

    Turn any GraphQL API into MCP tools. Zero config, zero code.

    đŸ’» Developer Tools0 views
    Compare vs Graphql →
  • Shadcn Ui Mcp Server logoShadcn Ui Mcp Server

    MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata.

    đŸ’» Developer Tools2 views
    Compare vs Shadcn Ui Mcp Server →

Frequently Asked Questions about France Travail Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "france-travail-mcp": { "command": "npx", "args": ["-y", "france-travail-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFrance Travail Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/france-travail-mcp?style=directory)](https://allmcps.com/mcp/france-travail-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/france-travail-mcp"><img src="https://allmcps.com/api/badge/france-travail-mcp?style=directory" alt="France Travail Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryđŸ’»Developer Tools
More technical detailsExpand â–Ÿ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging · 27/100How this signal is calculated â–Ÿ
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge — we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in đŸ’» Developer Tools →Best MCP servers for Developers →Alternatives to France Travail Mcp →Install in Claude DesktopInstall in CursorInstall in VS Code