app.himalayas/mcp

平台与服务

by himalayas-app

在 Himalayas.app 上搜索远程职位、公司、薪资信息与人才资源,适合招聘和求职场景。

什么是 app.himalayas/mcp

在 Himalayas.app 上搜索远程职位、公司、薪资信息与人才资源,适合招聘和求职场景。

README

Himalayas Remote Jobs MCP Server

Search remote jobs, post job listings, find remote candidates, check salary benchmarks, and manage your career — all through AI conversation. The Himalayas MCP server connects your AI assistant to the Himalayas remote jobs marketplace in real time.

Works with any AI platform that supports MCP servers, including Claude Desktop, Claude Code, Claude Cowork, ChatGPT, Gemini, Cursor, Windsurf, VS Code, Openclaw, and Microsoft Copilot Studio.

Server URL (Streamable HTTP — recommended): https://mcp.himalayas.app/mcp

Server URL (SSE — legacy fallback): https://mcp.himalayas.app/sse

Search for remote jobs with AI

Ask your AI assistant to find remote jobs and it searches the Himalayas marketplace in real time — over 100,000 listings with filters for salary, country, experience level, employment type, skills, and more.

  • "Find remote Python developer jobs paying over $150K"
  • "Show me senior React positions in Canada"
  • "Search for part-time contractor roles worldwide"
  • "What remote data science jobs were posted this week?"
  • "Find entry-level marketing roles that offer health insurance"

Each result includes the full job description, salary range, company details, screening questions, and a direct application link. Use get_related_jobs to find similar roles, or get_job_details for the complete posting.

Check remote salary data

Get salary benchmarks for any remote role by job title, seniority, and country. The data returns minimum, median, and maximum salaries in USD with fuzzy matching on job titles — you don't need to know the exact title.

  • "What's the average salary for a Senior Product Manager?"
  • "Compare salaries for React developers in the US vs Canada"
  • "Show me salary benchmarks for DevOps engineers in Europe"
  • "What do remote data engineers make at the senior level?"

Post remote jobs with AI

Describe the role you're hiring for in natural language and the AI structures and submits the posting. Jobs are free to post on Himalayas. No form filling, no dashboard — just conversation.

  • "Post a remote Senior Frontend Engineer role at $140-170K, full-time, worldwide"
  • "Create a job listing for a Part-time Customer Support Specialist with screening questions"
  • "Post a React developer role and add a question about TypeScript experience"
  • "Show me how our job postings are performing"

Supports screening questions (boolean, text, multiple choice), salary ranges, skill tags, and optional paid extras for promoted placement (sticky $199, newsletter $99). You can also post without a Himalayas account using the post_job_public tool.

For the full employer workflow, see How to Hire Remote Talent with AI.

Find remote candidates and recruit with AI

Search 100K+ remote candidate profiles by keyword, country, and skills — completely free, no account or API key required. Every candidate on Himalayas has opted into remote work, so the signal is clean.

  • "Find React developers in Canada who are open to new roles"
  • "Search for senior engineers with Python and Kubernetes experience"
  • "Show me product managers in Europe who are actively searching"
  • "Find UX designers with fintech experience"

Each result includes the candidate's current role, company, skills, salary expectations, and career search status (actively searching, open to roles, or not looking). Visit their profile on Himalayas to message them directly — messaging is free and unlimited for all employers.

Research remote companies

Get full company profiles including tech stack, benefits, open positions, employee count, and social links. Compare companies or research competitors before applying or hiring.

  • "Tell me about Stripe's remote work setup"
  • "Find companies that use React and offer unlimited PTO"
  • "Which companies in Germany are hiring remotely?"
  • "What benefits does GitLab offer?"

Track job applications with AI

Save jobs to a kanban-style application tracker with statuses (saved, applied, interviewing, negotiation, hired, archived), excitement ratings, salary notes, and free-text notes. Manage your entire job search pipeline through conversation.

  • "Save this job to my application tracker"
  • "Move the Stripe application to interviewing stage"
  • "Show me all the jobs I've applied to"
  • "Update my notes on the Figma role — second interview scheduled for Friday"

Manage your career profile with AI

Update your Himalayas profile, add work experience and education, and set your job search status — all through conversation. Your profile is visible to employers searching the talent directory.

  • "Update my profile to actively searching"
  • "Add my new role at Acme Corp as a Senior Engineer"
  • "Set my tech stack to React, TypeScript, Node.js, and PostgreSQL"
  • "Update my salary expectation to $160-180K"

Setup

Claude Desktop

  1. Open your config file:

    • macOS/Linux: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  2. Add the Himalayas MCP server:

json
{
  "mcpServers": {
    "himalayas": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.himalayas.app/mcp"]
    }
  }
}
  1. Save and restart Claude Desktop.

Claude Code

bash
claude mcp add himalayas -- npx -y mcp-remote https://mcp.himalayas.app/mcp

ChatGPT

MCP support in ChatGPT is rolling out progressively. Check your ChatGPT settings for MCP server configuration. Use the server URL https://mcp.himalayas.app/mcp.

Gemini

MCP support in Gemini is rolling out progressively. Use the server URL https://mcp.himalayas.app/mcp when configuring MCP servers in your Gemini setup.

Cursor

One-click install: Visit himalayas.app/mcp and click the install button.

Manual setup: Open Cursor Settings → MCP → Add server with Type "Command":

code
npx mcp-remote https://mcp.himalayas.app/mcp

Windsurf

Edit ~/.codeium/windsurf/mcp_config.json:

json
{
  "mcpServers": {
    "himalayas": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.himalayas.app/mcp"]
    }
  }
}

Save and restart Windsurf.

Microsoft Copilot Studio

Add the Himalayas MCP server URL https://mcp.himalayas.app/mcp in your Copilot Studio MCP configuration. See Microsoft's MCP documentation for setup details.

Openclaw

Add the Himalayas MCP server in your Openclaw MCP configuration using the server URL https://mcp.himalayas.app/mcp.

VS Code, Zed, Cline, Continue, and others

The Himalayas MCP server works with any MCP-compatible client. Connect to https://mcp.himalayas.app/mcp (Streamable HTTP) or https://mcp.himalayas.app/sse (SSE fallback).

Authentication

Public tools — job search, salary data, company research, talent search — work without any authentication or API key.

Authenticated tools use OAuth 2.1 with PKCE. When you first use a profile, tracker, or employer tool, your AI assistant opens a secure login page. Log in with your free Himalayas account, and your session persists with automatic token refresh.

Tool Reference

<details> <summary><strong>Public tools (no authentication required)</strong></summary>
ToolDescription
search_jobsSearch remote jobs by keyword, country, experience, type, salary, benefits, skills, and more
get_jobsBrowse latest remote job listings
get_job_detailsFull job description, salary, screening questions, and application link
get_related_jobsFind similar jobs by skills, location, and category
search_companiesSearch companies by keyword, country, benefits, tech stack
get_companiesBrowse remote-friendly companies
get_company_detailsFull company profile with tech stack, benefits, and open jobs
get_salary_dataSalary benchmarks by job title, seniority, and country (min/median/max USD)
get_remote_work_statisticsTop skills, categories, countries, and industries by remote job count
search_talentSearch 100K+ remote candidates by keyword, country, and skills
get_correct_country_nameFuzzy-match country names to the correct format
check_job_payment_statusCheck Stripe payment status for job postings
</details> <details> <summary><strong>Job seeker tools (free Himalayas account required)</strong></summary>
ToolDescription
get_my_profileView your complete profile
update_profileUpdate bio, location, search status, salary expectations, and more
add_experienceAdd work experience with title, company, dates, skills
add_educationAdd education with school, degree, field, years
update_tech_stackSet technologies on your profile
save_jobSave a job to your kanban tracker with status, salary, excitement, notes
get_saved_jobsView all saved jobs grouped by pipeline status
update_job_statusMove a job through your pipeline
remove_saved_jobRemove a job from your tracker
</details> <details> <summary><strong>Employer tools (company account required)</strong></summary>
ToolDescription
get_company_profileView your company profile and open positions
update_company_profileUpdate about, summary, CEO, employee range, locations, social links
update_company_tech_stackSet your company's technologies (fuzzy-matched)
get_company_perksView perks grouped by category
add_company_perkAdd a perk with title, category, and description
remove_company_perkRemove a perk by ID
create_company_jobPost a remote job with screening questions and paid extras
update_company_jobUpdate any field of an existing posting
delete_company_jobPermanently delete a posting
list_company_jobsList all jobs with views, clicks, status, and expiry
show_company_jobFull details of a specific posting
purchase_job_extrasBuy sticky or newsletter placement (returns Stripe checkout URL)
post_job_publicPost a job without an account (Stripe payment required)
</details>

Troubleshooting

Connection issues — Ensure Node.js is installed (node --version). Restart your AI assistant after configuration changes. Clear auth cache if needed: rm -rf ~/.mcp-auth.

Authentication problems — Complete the OAuth flow in the browser window that opens. Use the correct server URL: https://mcp.himalayas.app/mcp. For employer tools, ensure your Himalayas account is linked to a company.

Tools not appearing — Verify valid JSON syntax in your configuration file. Restart your AI assistant completely. Check the tools menu in your AI assistant's interface.

Documentation

Support

For setup questions or integration support, email hi@himalayas.app.


Powered by Himalayas.app — The remote jobs marketplace

常见问题

app.himalayas/mcp 是什么?

在 Himalayas.app 上搜索远程职位、公司、薪资信息与人才资源,适合招聘和求职场景。

相关 Skills

MCP构建

by anthropics

Universal
热门

聚焦高质量 MCP Server 开发,覆盖协议研究、工具设计、错误处理与传输选型,适合用 FastMCP 或 MCP SDK 对接外部 API、封装服务能力。

想让 LLM 稳定调用外部 API,就用 MCP构建:从 Python 到 Node 都有成熟指引,帮你更快做出高质量 MCP 服务器。

平台与服务
未扫描111.8k

Slack动图

by anthropics

Universal
热门

面向Slack的动图制作Skill,内置emoji/消息GIF的尺寸、帧率和色彩约束、校验与优化流程,适合把创意或上传图片快速做成可直接发送的Slack动画。

帮你快速做出适配 Slack 的动图,内置约束规则和校验工具,少踩上传与播放坑,做表情包和演示都更省心。

平台与服务
未扫描111.8k

MCP服务构建器

by alirezarezvani

Universal
热门

从 OpenAPI 一键生成 Python/TypeScript MCP server 脚手架,并校验 tool schema、命名规范与版本兼容性,适合把现有 REST API 快速发布成可生产演进的 MCP 服务。

帮你快速搭建 MCP 服务与后端 API,脚手架完善、扩展顺手,尤其适合想高效验证服务能力的开发者。

平台与服务
未扫描9.8k

相关 MCP Server

Slack 消息

编辑精选

by Anthropic

热门

Slack 是让 AI 助手直接读写你的 Slack 频道和消息的 MCP 服务器。

这个服务器解决了团队协作中需要 AI 实时获取 Slack 信息的痛点,特别适合开发团队让 Claude 帮忙汇总频道讨论或发送通知。不过,它目前只是参考实现,文档有限,不建议在生产环境直接使用——更适合开发者学习 MCP 如何集成第三方服务。

平台与服务
83.1k

by netdata

热门

io.github.netdata/mcp-server 是让 AI 助手实时监控服务器指标和日志的 MCP 服务器。

这个工具解决了运维人员需要手动检查系统状态的痛点,最适合 DevOps 团队让 Claude 自动分析性能数据。不过,它依赖 NetData 的现有部署,如果你没用过这个监控平台,得先花时间配置。

平台与服务
78.3k

by d4vinci

热门

Scrapling MCP Server 是专为现代网页设计的智能爬虫工具,支持绕过 Cloudflare 等反爬机制。

这个工具解决了爬取动态网页和反爬网站时的头疼问题,特别适合需要批量采集电商价格或新闻数据的开发者。不过,它依赖外部浏览器引擎,资源消耗较大,不适合轻量级任务。

平台与服务
34.9k

评论