Back to Apps

France Travail Job Search
by musashi777
Expert job search assistant for France Travail, featuring CV matching and advanced geolocation filters.
0 stars
Updated 8 months ago
Works in:Gemini CLI
Exposes:Tools
What it does
This MCP server connects Gemini CLI to the France Travail API, transforming it into a professional job search assistant. It allows users to find employment opportunities across France with high precision, incorporating intelligent location mapping and CV analysis.
Tools
search_offres: Search for job offers using advanced filters including keywords and contract types.get_offre_details: Retrieve full details for a specific job offer.find_similar_jobs: Locate jobs similar to a reference offer based on ROME codes.extract_cv_profile: Extract professional profiles and skills from uploaded CVs (PDF, DOCX, TXT).score_cv_against_offers: Calculate a matching score between a candidate's CV and specific job offers.find_and_rank_offres: A complete pipeline that searches, filters, and ranks the best matches for a user.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"france-travail": {
"command": "python",
"args": ["/path/to/france-travail-job-search/server.py"],
"env": {
"FT_CLIENT_ID": "your_client_id",
"FT_CLIENT_SECRET": "your_client_secret"
}
}
}
}
Supported hosts
- gemini-cli
Quick install
pip install -e .Information
- Pricing
- free
- Published
- 5/6/2026
- Updated
- 8 months ago
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Gemini CLI
Add to ~/.gemini/settings.json mcp_servers entry





