Loading MCP server directory, please wait...
FormaCV MCP server for AI-powered CV formatting, anonymization, tailoring, and ATS push-back.
npx @getmcp/cli add io.github.Rocketech-Software-Development/formacvRequires Node.js 18+. Community-contributed server. Review source before installing.
FORMACV_API_KEYBearer credential issued by FormaCV after onboarding. Use 'demo' against demo URLs.
FORMACV_SERVER_URLHTTPS origin of your isolated FormaCV deployment (e.g. https://demo.formacv.ai for demo mode).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Rocketech-Software-Development/formacv": {
"command": "npx",
"args": [
"-y",
"@formacv/mcp"
],
"env": {
"FORMACV_API_KEY": "",
"FORMACV_SERVER_URL": ""
}
}
}
}