[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-ee53a980-53f8-4005-9732-46d917eb2651":3,"$fTukQEDOK0p4nTVJCvAMyASFnDdgW8iQSpJJWmpRiabE":43},{"id":4,"title":5,"description":6,"categoryId":7,"moduleId":8,"tags":9,"prompt":10,"icon":11,"source":12,"sourceUrl":13,"authorId":14,"authorName":15,"isPublic":16,"stars":17,"runs":18,"createdAt":19,"updatedAt":19,"module":20,"category":27,"packages":34},"ee53a980-53f8-4005-9732-46d917eb2651","ai-dev-jobs-mcp","搜索8,400+个AI和ML职位，涵盖489家公司，检查职位列表和雇主，匹配角色，并通过AI Dev Jobs MCP查看薪资和市场统计数据","cat_life_career","mod_other","sickn33,other","---\nname: ai-dev-jobs-mcp\ndescription: \"Search 8,400+ AI and ML jobs across 489 companies, inspect listings and employers, match roles, and view salary and market stats via AI Dev Jobs MCP\"\ncategory: mcp\nrisk: safe\nsource: \"https:\u002F\u002Faidevboard.com\"\nsource_type: community\ndate_added: \"2026-04-16\"\nauthor: unitedideas\ntags: [mcp, jobs, ai-jobs, ml-jobs, recruiting, job-search, career]\ntools: [claude, cursor, gemini]\n---\n\n# AI Dev Jobs MCP\n\n## Overview\n\nAI Dev Jobs is a remote MCP server that gives AI agents access to a live index of AI and ML job listings. As of April 17, 2026, the live MCP stats report 8,405 active roles across 489 companies, a $213,500 median salary, and 600 new jobs this week. Agents can search jobs by role, location, or company, retrieve full job details, list hiring companies, match roles to a profile, and get salary or aggregate market statistics. It is designed for AI agents that assist with job searching, recruiting, or labor market analysis.\n\n## When to Use This Skill\n\n- Use when helping a user search for AI or ML engineering jobs\n- Use when an agent needs to look up which companies are hiring for specific AI roles\n- Use when building recruiting or talent-matching workflows\n- Use when analyzing the AI job market (open positions, top companies, role distribution)\n\n## MCP Configuration\n\nAdd the AI Dev Jobs MCP server to your client configuration. The endpoint uses streamable HTTP and requires no authentication.\n\n### Claude Desktop \u002F Cursor \u002F Windsurf\n\n```json\n{\n  \"mcpServers\": {\n    \"ai-dev-jobs\": {\n      \"url\": \"https:\u002F\u002Faidevboard.com\u002Fmcp\"\n    }\n  }\n}\n```\n\nNo API key or authentication is required.\n\n## Available Tools\n\n### `search_jobs`\n\nSearch the job index by keyword, location, company, or work arrangement. Returns matching listings with title, company, location, and salary information.\n\n```\nsearch_jobs({ query: \"machine learning engineer\", location: \"remote\" })\n```\n\n### `get_job`\n\nRetrieve full details for a specific job listing by ID, including description, requirements, salary range, and application link.\n\n```\nget_job({ id: \"abc123\" })\n```\n\n### `list_companies`\n\nList all companies in the index with their open position counts. Useful for discovering which companies are actively hiring.\n\n```\nlist_companies({})\n```\n\n### `get_company`\n\nRetrieve details for a specific company, including available AI roles when exposed by the endpoint.\n\n```\nget_company({ id: \"openai\" })\n```\n\n### `get_stats`\n\nGet aggregate statistics about the job market: total listings, top companies by open roles, role distribution, and location breakdown.\n\n```\nget_stats({})\n```\n\n### `match_jobs`\n\nMatch jobs against a candidate profile, skills list, or preferences.\n\n```\nmatch_jobs({ skills: [\"python\", \"llm\", \"pytorch\"], workplace: \"remote\" })\n```\n\n### `get_salary_data`\n\nRetrieve salary statistics for roles, tags, levels, or locations when available.\n\n```\nget_salary_data({ tag: \"llm\", level: \"senior\" })\n```\n\n### `list_tags`\n\nList indexed tags that can be used to filter searches or salary analysis.\n\n```\nlist_tags({})\n```\n\n## Examples\n\n### Example 1: Find Remote ML Jobs\n\n```text\nUse @ai-dev-jobs-mcp to find remote machine learning engineer positions.\n```\n\nThe agent will call `search_jobs({ query: \"machine learning engineer\", location: \"remote\" })` and return matching listings.\n\n### Example 2: Check Which Companies Are Hiring\n\n```text\nUse @ai-dev-jobs-mcp to list all companies currently hiring for AI roles.\n```\n\nThe agent will call `list_companies({})` and return companies sorted by number of open positions.\n\n### Example 3: Get Job Market Overview\n\n```text\nUse @ai-dev-jobs-mcp to show current AI job market statistics.\n```\n\nThe agent will call `get_stats({})` and return aggregate data on listings, top employers, and role distribution.\n\n### Example 4: Get Full Job Details\n\n```text\nUse @ai-dev-jobs-mcp to get the full details for job ID abc123.\n```\n\nThe agent will call `get_job({ id: \"abc123\" })` and return the complete listing with requirements and application link.\n\n### Example 5: Match Jobs to a Candidate Profile\n\n```text\nUse @ai-dev-jobs-mcp to match remote LLM roles to a senior Python and PyTorch profile.\n```\n\nThe agent will call `match_jobs({ skills: [\"python\", \"llm\", \"pytorch\"], workplace: \"remote\" })` and return suitable listings.\n\n### Example 6: Compare Salary Data\n\n```text\nUse @ai-dev-jobs-mcp to compare senior LLM salary data.\n```\n\nThe agent will call `get_salary_data({ tag: \"llm\", level: \"senior\" })` and summarize available compensation ranges.\n\n## Best Practices\n\n- Use `search_jobs` with specific keywords for targeted results rather than broad queries\n- Use `list_companies` to discover companies, then `search_jobs` filtered by company name for focused searches\n- Use `get_stats` to provide users with market context before diving into specific listings\n- Use `match_jobs` when the user gives skills, seniority, location, or work arrangement preferences\n- Use `get_salary_data` only as market context; remind users that listings and compensation change quickly\n- Combine with resume or cover letter skills to create end-to-end job application workflows\n\n## Limitations\n\n- The index covers AI and ML roles specifically; general software engineering jobs outside the AI space may not be included.\n- Job listings are refreshed regularly but may have a short delay before new postings appear.\n- Salary data is available when companies provide it; not all listings include salary information.\n- Counts and salary medians are live market data and should be refreshed with `get_stats` before quoting them in user-facing output.\n\n## Related Skills\n\n- `@not-human-search-mcp` - Discover AI-ready tools and APIs via MCP\n- `@mcp-builder` - For building your own MCP servers\n","","imported","https:\u002F\u002Fgithub.com\u002Fsickn33\u002Fantigravity-awesome-skills","user_system_seed","SkillOPIC",true,199,1220,"2026-05-16 13:01:57",{"id":8,"name":21,"slug":22,"icon":23,"description":24,"sort":25,"createdAt":26},"其他","other","mdi-page-next-outline","其他类型Skill",5,"2026-05-16 12:53:40",{"id":7,"name":28,"slug":29,"icon":30,"description":31,"moduleId":8,"sort":32,"skillCount":33,"createdAt":26},"职场发展","career","mdi-briefcase-outline","面试准备、简历优化、职业规划",4,575,[35],{"id":36,"skillId":4,"version":37,"fileName":38,"fileSize":39,"filePath":40,"fileHash":41,"manifest":42,"createdAt":19},"26b335ce-6e79-4577-bb49-bb86d224ade2","1.0.0","ai-dev-jobs-mcp.zip",2354,"uploads\u002Fskills\u002Fee53a980-53f8-4005-9732-46d917eb2651\u002Fai-dev-jobs-mcp.zip","ff44d55f05a0d8768821f9e597750f299767e2b693230f1e0fc19ff2ba5bb14f","[{\"path\":\"SKILL.md\",\"isDirectory\":false,\"size\":5742}]",{"code":44,"message":45,"data":46},200,"success",{"items":47,"stats":48,"page":51},[],{"averageRating":49,"totalRatings":49,"ratingCounts":50},0,[49,49,49,49,49],{"limit":52,"offset":49,"hasMore":53,"nextOffset":52,"ratedOnly":16},15,false]