MCP.so
Sign In

Himalayas Remote Jobs MCP Server

@Himalayas-App

About Himalayas Remote Jobs MCP Server

A Model Context Protocol (MCP) server that provides access to remote job listings and company information from Himalayas.app.

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

41

Browse the latest remote job listings with optional filtering by country or worldwide availability

Search for remote jobs using keywords with optional filtering by country or worldwide availability

Get full details for a specific job including description, requirements, salary, and application link. Use the company_slug and job_slug from job listings.

Find jobs similar to a specific job, based on skills, location, and category. Use after viewing a job to suggest alternatives.

Browse remote-friendly companies with optional filtering by country or worldwide availability

Search for remote-friendly companies using keywords with optional country filtering

Get full details for a company including about, tech stack, benefits, open positions, and social links

Get remote work statistics: top skills, job categories, industries, or countries by job/company count. Great for understanding the remote work landscape.

Get salary benchmarks for remote jobs by job title, with optional seniority and country filters. Returns min, max, and median salary in USD.

Resolve a country name to the correct format accepted by Himalayas filters. Useful for fuzzy matching user input.

Get your Himalayas profile information. Requires authentication.

Save a job to your application tracker. Requires authentication.

Get all jobs in your application tracker. Requires authentication.

Update a saved job's status or details. Requires authentication.

Remove a job from your application tracker. Requires authentication.

Update your Himalayas profile. Requires authentication.

Add a work experience to your Himalayas profile. Requires authentication.

Add an education entry to your Himalayas profile. Requires authentication.

Update your tech stack on your Himalayas profile. Requires authentication.

Search for remote talent/candidates on Himalayas. Browse professionals by keyword, country, or role.

Get full details for a candidate including bio, all experiences, education, tech stack, social links, and more. Use the talent_slug from search_talent results.

Get your company's profile on Himalayas. Requires employer authentication.

Update your company's profile on Himalayas. Requires employer authentication.

Get your company's perks/benefits on Himalayas. Requires employer authentication.

Add a perk/benefit to your company on Himalayas. Requires employer authentication.

Remove a perk/benefit from your company on Himalayas. Requires employer authentication.

Update your company's tech stack on Himalayas. Pass technology names (e.g., 'React', 'Python') and they'll be matched to the Himalayas stack database. Requires employer authentication.

List your company's job postings on Himalayas. Shows status, views, clicks, and expiry. Requires employer authentication.

Get full details of one of your company's job postings on Himalayas. Requires employer authentication.

Post a new job on Himalayas. Jobs are free to post and require admin approval before going live. Requires employer authentication.

Update an existing job posting on Himalayas. Only provide fields you want to change. For screening_questions, provide the full set — questions not included will be removed. Requires employer authentication.

Delete a job posting from your company on Himalayas. This action cannot be undone. Requires employer authentication.

Post a job on Himalayas without an account. Provide your email and company details. Payment is required — a Stripe checkout URL will be returned. No authentication needed.

Purchase paid extras for an existing job posting: sticky ($199), newsletter ($99). Returns a Stripe checkout URL. Requires employer authentication.

Check the payment status of a job posting. Use the session_id returned from post_job_public or create_company_job with extras. No authentication required.

List all your messaging conversations with last message preview. Shows conversation status (awaiting reply, new reply, read). Requires employer authentication.

Get full message history for a conversation. Accepts room_name or talent_slug. Requires employer authentication.

Start a conversation with a candidate by talent slug. Optionally send an initial message. If the conversation already exists, returns it. Use search_talent to find candidates first, then use their slug here. Requires employer authentication.

Send a message in an existing conversation. Accepts room_name (from list_conversations) or talent_slug (from search_talent). Use start_conversation first if no conversation exists yet. Requires employer authentication.

Mark a message as read by its ID. Requires employer authentication.

Delete a conversation. Accepts room_name or talent_slug. Requires employer authentication.

Overview

What is Himalayas Remote Jobs MCP Server?

It is a public MCP server that provides real-time access to Himalayas.app’s remote job database, allowing AI coding assistants to search thousands of remote job listings and company information. It is designed for developers and job seekers who want to query remote opportunities and company profiles directly through their AI assistant.

How to use Himalayas Remote Jobs MCP Server?

Install by configuring your AI assistant (Claude Desktop, Cursor, or Windsurf) with the command npx mcp-remote https://mcp.himalayas.app/sse and completing OAuth authentication. Once connected, you can invoke tools like search_jobs, get_jobs, search_companies, and get_companies through natural language queries.

Key features of Himalayas Remote Jobs MCP Server

  • Search jobs by keyword, country, or worldwide availability
  • Browse latest remote job listings with pagination
  • Search companies by keyword, country, or remote policy
  • Browse remote-friendly companies with filtering
  • Rich responses include salary, skills, employment type, and company details
  • Supports OAuth authentication for secure access

Use cases of Himalayas Remote Jobs MCP Server

  • Search for remote Python developer jobs in a specific country
  • Find all worldwide 100% remote job opportunities
  • Discover AI startups or fintech companies that hire remotely
  • Compare remote job openings between the US and UK
  • Browse company profiles to learn about tech stacks and benefits

FAQ from Himalayas Remote Jobs MCP Server

What tools does this server provide?

It provides four tools: search_jobs, get_jobs, search_companies, and get_companies, each with optional filtering parameters.

What are the runtime requirements?

Node.js must be installed to run the npx mcp-remote command; the server itself is hosted at https://mcp.himalayas.app/sse.

How do I authenticate?

After configuring the server, an OAuth flow opens in your browser – complete the authorization to start using the tools.

How do I clear authentication issues?

Run rm -rf ~/.mcp-auth to clear the authentication cache, then restart your AI assistant and re-authenticate.

Where does the data come from?

Data is sourced from Himalayas.app’s remote job database, accessed in real time via the public MCP server.

Frequently asked questions

What tools does this server provide?

It provides four tools: `search_jobs`, `get_jobs`, `search_companies`, and `get_companies`, each with optional filtering parameters.

What are the runtime requirements?

Node.js must be installed to run the `npx mcp-remote` command; the server itself is hosted at `https://mcp.himalayas.app/sse`.

How do I authenticate?

After configuring the server, an OAuth flow opens in your browser – complete the authorization to start using the tools.

How do I clear authentication issues?

Run `rm -rf ~/.mcp-auth` to clear the authentication cache, then restart your AI assistant and re-authenticate.

Where does the data come from?

Data is sourced from Himalayas.app’s remote job database, accessed in real time via the public MCP server.

Comments

More Other MCP servers