Odel
formacv mcp

formacv mcp

Local
@rocketech-software-development1TypeScriptMITUpdated 4mo ago

FormaCV MCP server for AI-powered CV formatting, anonymization, tailoring, and ATS push-back.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@formacv/mcpv0.1.1

Run

npx -y @formacv/mcp

MCP client config

{
  "mcpServers": {
    "formacv-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@formacv/mcp"
      ]
    }
  }
}