Catalog
io.github.rahulphenomenon/careermax
OfficialAll the tools you need to land your next job
Provides job search tools and resources to help land your next career opportunity.
README not available yet.
Install
Configuration
Environment variables
CAREERMAX_API_KEYYour CareerMax API key (get it from Settings > API Keys at https://careermax.ai/dashboard/settings/api-keys)
claude_desktop_config.json
{
"mcpServers": {
"careermax": {
"command": "npx",
"args": [
"-y",
"@careermax/agent-toolkit@0.1.2"
],
"env": {
"CAREERMAX_API_KEY": "<YOUR_CAREERMAX_API_KEY>"
}
}
}
}