Trackly CLI + MCP Server. Search jobs, track applications, and query your job hunt from the terminal, Claude Code, or OpenClaw.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"trackly-cli": {
"command": "npx",
"args": [
"-y",
"trackly-app/trackly-cli"
]
}
}
}
Run in terminal:
claude mcp add trackly-cli npx -y trackly-app/trackly-cli
Add to .cursor/mcp.json:
{
"mcpServers": {
"trackly-cli": {
"command": "npx",
"args": [
"-y",
"trackly-app/trackly-cli"
]
}
}
}