Vos agents préférés peuvent déjà tout prendre en main.
Toute votre recherche d’emploi, menée dans la conversation que vous avez déjà ouverte.
message d’installation · à coller dans votre agent
Copiez ceci pour votre agent
Collez-le dans la conversation. Il lit la bonne documentation, se configure tout seul et vous fait un retour.
Set up the AI Applyd MCP server in the client you are running inside, then prove it works.
WHAT IT IS
AI Applyd is a job-search agent. Its MCP server gives you tools to rewrite a resume against one specific posting, pull the real requirements out of a job description, draft a cover letter, build interview prep, translate a resume, search jobs matched to my profile, and start an auto-apply that files a real application on the employer's own hiring system.
WHERE IT LIVES
Server name: aiapplyd
Transport: Streamable HTTP
URL: https://mcp.aiapplyd.com/mcp
There is no API key, no bearer token and no client secret. Do not ask me for one, because none exists. Do not wrap this in npx mcp-remote. Do not use an SSE endpoint.
HOW TO REGISTER IT
Use the line for the client you are actually running inside, at user scope, so it is still there in my other projects.
Claude Code:
claude mcp add --transport http --scope user aiapplyd https://mcp.aiapplyd.com/mcp
Codex CLI:
codex mcp add aiapplyd --url https://mcp.aiapplyd.com/mcp
Cursor, in ~/.cursor/mcp.json:
{ "mcpServers": { "aiapplyd": { "url": "https://mcp.aiapplyd.com/mcp" } } }
Cline, in ~/.cline/data/settings/cline_mcp_settings.json:
{ "mcpServers": { "aiapplyd": { "type": "streamableHttp", "url": "https://mcp.aiapplyd.com/mcp" } } }
The type field is not optional there. Leave it out and Cline falls back to the deprecated transport without telling anyone.
Any other client: read that client's own current MCP documentation and register a remote Streamable HTTP server the way it expects today. Do not rebuild a config shape from memory. These files moved several times this year.
HOW THE SIGN-IN WORKS
OAuth 2.1 with PKCE and dynamic client registration. Nothing runs anonymously and most clients do nothing at all at add time. The first tool call comes back 401 on purpose, a browser opens at mcp.aiapplyd.com, I sign in with Google or a magic link, I approve a consent screen that names the client asking, and your client stores the token. Claude Code can get it over with up front: claude mcp login aiapplyd
HOW TO VERIFY, IN THIS ORDER
1. List my MCP servers and confirm aiapplyd is registered and connected.
2. List its tools and confirm you can see names beginning with aiapplyd_.
3. Call aiapplyd_search_jobs once with a short query.
4. If that comes back 401, I have not signed in yet. Tell me to finish it in the browser, then call the tool again.
5. Tell me which step you reached and what came back.
An empty tool list before I sign in is expected. It is not a failure and it is not a reason to start editing other files.
RULES
Do not touch, reorder or remove any other MCP server in my configuration.
Do not add an Authorization header. Some clients report the whole connection as failed instead of falling back to OAuth.
Do not invent a config key you have not read in that client's documentation.Cline aussi, et tout ce qui parle MCP. Compte gratuit, sans carte bancaire, et vous vous connectez la première fois qu’il agit pour vous.
https://mcp.aiapplyd.com/mcpTout ce que vous pouvez demander, dans la conversation.
Votre compte gratuit couvre la correspondance, les CV et la préparation d’entretien. Postuler et les lettres de motivation sont sur les forfaits payants.
Il postule pour vous
Pointez-le sur une offre. Il remplit le formulaire sur Greenhouse, Workday ou Lever, dans vos mots, et clique sur envoyer.
Rien ne compte comme envoyé tant que l’employeur ne l’a pas confirmé.
Votre CV, réécrit pour une offre
Réécrit face à l’annonce que vous nommez, à partir du travail que vous avez réellement fait. Dans n’importe quelle langue.
Des offres qui valent votre soirée
Classées face à ce que vous avez réellement fait, pas face à votre intitulé de poste.
Prêt avant l’entretien
Les questions que ce poste posera, chacune reliée à une anecdote que vous avez déjà.
Une lettre de motivation qui mérite d’être envoyée
Votre parcours réel, l’entreprise concernée, et un filtre qui refuse d’écrire « passionné par ».
Un agent. Deux façons d’entrer.
Le MCP distant fonctionne depuis la conversation. WebMCP fonctionne quand un agent de navigateur compatible est déjà sur AI Applyd.
MCP distant
Connectez-vous une fois depuis ChatGPT, Claude, Cursor ou un autre client MCP. Votre agent peut utiliser AI Applyd sans garder cette page ouverte.
WebMCP natif au navigateur
Dans l’essai expérimental WebMCP de Chrome, un agent qui visite AI Applyd peut lire les offres publiques et les forfaits. Une fois connecté, il peut lire vos correspondances, les détails des offres et l’avancement de vos candidatures, puis enregistrer une offre pour plus tard.
WebMCP utilise la session de navigateur déjà ouverte sur cette page. Il ne remplace pas le serveur MCP distant, et il ne fait pas découvrir AI Applyd aux agents externes avant leur visite.