|
| 1 | +# AI Dev Jobs MCP |
| 2 | + |
| 3 | +Specialized job board for AI/ML engineers. Search curated roles by skill, salary, workplace, and level. |
| 4 | + |
| 5 | +## What it does |
| 6 | + |
| 7 | +- **Job search**: Query 5,400+ curated AI/ML engineering roles from 280+ companies |
| 8 | +- **Filtering**: Filter by tag (pytorch, llm, mlops), workplace (remote, hybrid, onsite), level (junior, mid, senior, lead), and salary range |
| 9 | +- **Company listings**: Browse top AI/ML companies with role counts and average salaries |
| 10 | +- **Candidate matching**: Rank active jobs against a candidate profile with scored results |
| 11 | +- **Statistics**: Real-time index stats including total jobs, median salary, and new listings |
| 12 | + |
| 13 | +## 5 MCP Tools |
| 14 | + |
| 15 | +| Tool | Description | |
| 16 | +|------|-------------| |
| 17 | +| `search_jobs` | Search curated AI/ML roles by tag, workplace, level, salary, or keyword | |
| 18 | +| `get_job` | Fetch a full job posting by ID or slug | |
| 19 | +| `list_companies` | Top AI/ML companies hiring, with role counts and average salaries | |
| 20 | +| `get_stats` | Current index statistics: total jobs, companies, median salary, new this week | |
| 21 | +| `match_jobs` | Rank jobs against a candidate profile (skills, salary, workplace, level, location) | |
| 22 | + |
| 23 | +## Installation |
| 24 | + |
| 25 | +Install via the Cursor plugin marketplace: |
| 26 | + |
| 27 | +``` |
| 28 | +/add-plugin aidevjobs-mcp |
| 29 | +``` |
| 30 | + |
| 31 | +Or add the MCP server manually: |
| 32 | + |
| 33 | +```bash |
| 34 | +claude mcp add --transport http aidevjobs https://aidevboard.com/mcp |
| 35 | +``` |
| 36 | + |
| 37 | +## No API key required |
| 38 | + |
| 39 | +All tools are free to use with no authentication. |
| 40 | + |
| 41 | +## Links |
| 42 | + |
| 43 | +- Website: [aidevboard.com](https://aidevboard.com) |
| 44 | +- GitHub: [github.com/unitedideas/aidevboard-mcp](https://github.com/unitedideas/aidevboard-mcp) |
| 45 | +- MCP Registry: [registry.modelcontextprotocol.io](https://registry.modelcontextprotocol.io) |
0 commit comments