@dreamworkhq/mcp
Dreamwork MCP server — an AI-powered job search agent that connects to any MCP client (Claude, Cursor, VS Code, Warp).
What it does
- Browse thousands of job listings from Greenhouse, Lever, Ashby, Workday, and more
- Save jobs to your pipeline and track application status
- Generate tailored resumes, cover letters, and application answers
- Auto-apply to jobs via DreamBreaker (LLM-powered browser agent)
- Manage contacts, outreach, escalations, and interviews
Quick Start
Add to your MCP client config:
{
"mcpServers": {
"dreamwork": {
"command": "npx",
"args": ["-y", "@dreamworkhq/mcp"],
"env": {
"DREAMWORK_API_KEY": "sk_your_api_key"
}
}
}
}
Get your API key at dreamworkhq.com → Settings → API Key.
Tools (21)
| Jobs & Pipeline | search_jobs, get_job, import_job, add_jobs, apply_to_job, skip_job |
| Listings | browse_listings, get_listing, add_listing_to_pipeline |
| Applications | list_applications, generate_resume, get_generated_resumes |
| Profile | get_profile, update_profile |
| Contacts | add_contact, list_contacts, generate_outreach, send_outreach |
| Escalations | list_escalations, resolve_escalation |
| Other | get_stats, list_interviews, get_platform_context |
Environment Variables
DREAMWORK_API_KEY | Yes | Your API key (sk_...) |
DREAMWORK_API_URL | No | API endpoint override (default: https://api.dreamworkhq.com) |
License
MIT