home / mcp / himalayas mcp server

Himalayas MCP Server

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

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "himalayas-app-himalayas-mcp": {
      "url": "https://mcp.himalayas.app/sse"
    }
  }
}

This MCP server gives you real-time access to Himalayas.app’s remote job database from your AI assistant. You can search for remote job listings and explore company profiles using natural language prompts, then apply directly through the results. It streamlines finding 100% remote opportunities and researching remote-friendly companies.

How to use

Connect to Himalayas MCP with your chosen MCP client, then ask for jobs or company data using natural phrases. You can search for keywords, locations, and remote-only options, or browse the latest listings and company profiles. Typical workflows include: finding remote Python or React roles, filtering by country or worldwide remote availability, or discovering AI startups with remote opportunities. When you query, you’ll receive structured results with job titles, companies, locations, salaries, skills, and direct application links, along with company details when available.

How to install

Prerequisites: you need Node.js installed on your computer to use the MCP clients that run via npx. If you don’t have Node.js, install it from the official source for your operating system.

Choose an MCP client and configure the Himalayas MCP server connection as shown in the following options. Use the exact commands and snippets to ensure proper connection.

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

Additional setup options for MCP clients

Claude Desktop and Windsurf, Cursor, and other MCP-enabled clients can connect using the exact configurations below. After you add the configuration, restart your client and complete the OAuth flow if prompted.

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

OAuth and first use

When you first connect, a browser window will open to complete OAuth authorization. Finish the flow in your browser so the Himalayas MCP tools become available in your client. After authorization, you can access the Job Search Tools and Company Search Tools directly from the tools interface.

Troubleshooting during setup

If you encounter connection or authentication issues, restart your MCP client after applying the configuration, ensure you are using the correct MCP URL, and complete the OAuth flow in the browser window that opens. If problems persist, clear any cached authentication data and try again.

Security and access notes

Only connect to trusted MCP endpoints. Keep your OAuth credentials confidential and avoid sharing your configuration file with untrusted parties. If you suspect your token or session is compromised, revoke access and re-authenticate.

Examples of practical prompts

Job searching: “Search for Python developer jobs” or “Find React jobs in the United States” Company research: “Search for AI startups with remote jobs” or “Show me fintech companies with remote opportunities” Advanced queries: “Compare remote opportunities between the US and UK” or “Show me companies that offer remote work and salaries”

Available tools

search_jobs

Search for specific jobs using keywords with advanced filtering. Optional parameters include keyword, page, country, and worldwide to filter by remote availability.

get_jobs

Retrieve the latest remote job listings with optional filtering by page, country, and worldwide remote options.

search_companies

Search for specific companies using keywords with optional pagination, country, and worldwide remote filters.

get_companies

Browse remote-friendly companies with optional filtering by page, country, and worldwide remote availability.