What is the Trackly CLI MCP server?
AI job search for Claude, ChatGPT, Cursor. 128K+ jobs, 1,900+ companies. OAuth or stdio.
How to install Trackly CLI
Copy-paste configuration for popular MCP clients.
AuthorizationsecretOptional Bearer trk_* API key for remote clients that don't support OAuth 2.1 Dynamic Client Registration. Clients that do support DCR can leave this blank — the server will guide them through an interactive OAuth flow. Create an API key at https://usetrackly.app/settings
{
"mcpServers": {
"trackly": {
"command": "npx",
"args": [
"-y",
"trackly-cli",
"-y",
"mcp"
],
"env": {
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"trackly": {
"command": "npx",
"args": [
"-y",
"trackly-cli",
"-y",
"mcp"
],
"env": {
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"trackly": {
"command": "npx",
"args": [
"-y",
"trackly-cli",
"-y",
"mcp"
],
"env": {
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"servers": {
"trackly": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"trackly-cli",
"-y",
"mcp"
],
"env": {
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}claude mcp add trackly --env Authorization=<YOUR_AUTHORIZATION> -- npx -y trackly-cli -y mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.