Himalayas Remote Jobs MCP Server

Himalayas Remote Jobs MCP Server

Real-time remote job and company search via MCP for AI assistants.

12
Stars
2
Forks
12
Watchers
1
Issues
Provides a public Model Context Protocol (MCP) server that enables AI assistants to access and search thousands of remote job listings and company information from Himalayas.app. Offers structured tools for advanced job and company search, including filters for keywords, location, and remote eligibility. Supports integration with popular AI desktops like Claude, Cursor, and Windsurf through simple configuration. Features OAuth authentication for secure access and real-time results.

Key Features

Public MCP server endpoint for remote job and company information
Advanced job search by keyword, location, and worldwide eligibility
Company search with filtering for industry, country, and remote status
Latest job listings and company directories
Pagination support for browsing results
OAuth authentication for secure data access
Works with Claude Desktop, Cursor, and Windsurf
Simple configuration for rapid setup
Structured tool APIs for AI assistants
Real-time data retrieval

Use Cases

Connecting AI assistants to live remote job listings
Providing AI-powered company search for remote employers
Filtering remote jobs by desired technologies or roles
Finding companies hiring 100% remote positions worldwide
Automating employment search workflows in developer environments
Integrating up-to-date job and company info into chatbots
Supporting job seekers with targeted job discovery
Assisting recruiters with market landscape research
Empowering AI agents with contextual employment data
Exploring remote work opportunities across multiple countries

README

Himalayas Remote Jobs MCP Server

Access thousands of remote job listings and company information directly from your AI coding assistant! This public MCP server provides real-time access to Himalayas.app's remote job database.

🌐 Public Server URL: https://mcp.himalayas.app/sse

Install MCP Server

Available Tools

🔍 Job Search Tools

search_jobs

Search for specific jobs using keywords with advanced filtering.

Parameters:

  • keyword (string, optional): Search term (e.g., 'Python', 'React', 'Product Manager', 'Data Scientist')
  • page (number, optional): Page number for pagination (default: 1)
  • country (string, optional): Filter jobs by country
  • worldwide (boolean, optional): Show ONLY 100% remote jobs available worldwide

Example usage:

  • "Search for Python developer jobs"
  • "Find React jobs in the United States"
  • "Look for product manager positions worldwide"

get_jobs

Retrieve the latest remote job listings with optional filtering.

Parameters:

  • page (number, optional): Page number for pagination (default: 1)
  • country (string, optional): Filter jobs by country (e.g., 'Canada', 'United States', 'UK', 'Germany')
  • worldwide (boolean, optional): Show ONLY 100% remote jobs available worldwide (default: false)

Example usage:

  • "Get remote jobs in Canada"
  • "Show me worldwide remote opportunities"
  • "Find jobs on page 2"

🏢 Company Search Tools

search_companies

Search for specific companies using keywords.

Parameters:

  • keyword (string, optional): Search term (e.g., 'startup', 'fintech', 'AI', company name)
  • page (number, optional): Page number for pagination (default: 1)
  • country (string, optional): Filter companies by country
  • worldwide (boolean, optional): Show only companies with 100% remote jobs available worldwide

Example usage:

  • "Search for AI startups"
  • "Find fintech companies with remote jobs"
  • "Look for companies named 'Stripe'"

get_companies

Browse remote-friendly companies with optional filtering.

Parameters:

  • page (number, optional): Page number for pagination (default: 1)
  • country (string, optional): Filter companies by country
  • worldwide (boolean, optional): Show only companies with 100% remote jobs available worldwide

Example usage:

  • "Show me remote companies in Europe"
  • "Find companies with worldwide remote jobs"

Setup Instructions

🖥️ Claude Desktop

  1. Open Claude Desktop and navigate to Settings → Developer → Edit Config
  2. Replace the content with this configuration:
json
{
  "mcpServers": {
    "himalayas": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.himalayas.app/sse"]
    }
  }
}
  1. Save the file and restart Claude Desktop (Cmd/Ctrl + R)
  2. When Claude restarts, a browser window will open for OAuth login - complete the authorization
  3. You'll see the Himalayas tools available by clicking the tools icon (🔨) in the bottom right

⚡ Cursor

  1. Open Cursor and go to Settings → Features → Rules for AI
  2. Choose Type: "Command"
  3. In the Command field, enter:
bash
npx mcp-remote https://mcp.himalayas.app/sse
  1. Save the configuration and restart Cursor
  2. Complete the OAuth flow when prompted

🌊 Windsurf

  1. Edit your mcp_config.json file
  2. Add this configuration:
json
{
  "mcpServers": {
    "himalayas": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.himalayas.app/sse"]
    }
  }
}
  1. Save the file and restart Windsurf
  2. Complete the OAuth authorization when prompted

Example Conversations

Once connected, you can have natural conversations with your AI assistant:

Job Searching

  • "I'm looking for remote Python developer jobs in Europe"
  • "Show me the latest remote data science positions"
  • "Find part-time remote marketing jobs worldwide"
  • "Search for senior software engineer roles in Canada"

Company Research

  • "Find AI startups that offer remote work"
  • "Show me fintech companies with remote opportunities"
  • "Look for companies in Germany that hire remotely"
  • "Find verified companies with 4-day work weeks"

Advanced Queries

  • "Compare remote job opportunities between the US and UK"
  • "Find companies that offer both remote work and competitive salaries"
  • "Show me the tech stack used by remote-first companies"

What You'll Get

Each response includes rich, formatted information:

Job Listings

  • 🚀 Job title and company name
  • 💼 Employment type (Full-time, Part-time, Contract)
  • 🌍 Location restrictions or worldwide availability
  • 💰 Salary ranges and currency
  • 🛠️ Required skills and technologies
  • 🔗 Direct application links
  • 🏢 Company verification status

Company Profiles

  • 🏢 Company name and verification status
  • 👥 Company size and founding year
  • 🌍 Locations and remote work policies
  • 🔥 Number of open positions
  • 🎁 Benefits and perks information
  • ⚡ Technology stacks used
  • 🌐 Company website and social links

Troubleshooting

Connection Issues

  • Ensure you have Node.js installed for the npx command
  • Try restarting your AI assistant after configuration changes
  • Clear authentication cache if needed: rm -rf ~/.mcp-auth

Authentication Problems

  • Complete the OAuth flow in the browser window that opens
  • Make sure you're using the correct server URL: https://mcp.himalayas.app/sse
  • Check that your internet connection is stable

Tool Not Appearing

  • Verify the configuration file syntax is correct (valid JSON)
  • Restart your AI assistant completely
  • Check the tools icon/menu in your AI assistant's interface

Support

If you encounter any issues:

  1. Check the troubleshooting section above
  2. Verify your configuration matches the examples exactly
  3. Try the connection with the MCP Inspector first

Powered by Himalayas.app - The best place to find remote jobs and companies 🏔️

Star History

Star History Chart

Repository Owner

Himalayas-App
Himalayas-App

Organization

Repository Details

Default Branch main
Size 10 KB
Contributors 1
MCP Verified Nov 12, 2025

Tags

Join Our Newsletter

Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.

We respect your privacy. Unsubscribe at any time.

Related MCPs

Discover similar Model Context Protocol servers

  • mcp-server-webcrawl

    mcp-server-webcrawl

    Advanced search and retrieval for web crawler data via MCP.

    mcp-server-webcrawl provides an AI-oriented server that enables advanced filtering, analysis, and search over data from various web crawlers. Designed for seamless integration with large language models, it supports boolean search, filtering by resource types and HTTP status, and is compatible with popular crawling formats. It facilitates AI clients, such as Claude Desktop, with prompt routines and customizable workflows, making it easy to manage, query, and analyze archived web content. The tool supports integration with multiple crawler outputs and offers templates for automated routines.

    • 32
    • MCP
    • pragmar/mcp-server-webcrawl
  • Linked API MCP

    Linked API MCP

    Connect LinkedIn to AI assistants for automated engagement and research.

    Linked API MCP enables AI assistants like Claude, Cursor, and VS Code to interact with LinkedIn through a secure cloud browser. It allows automated searching for leads, profile analysis, messaging, and market research on LinkedIn. The solution is designed for sales, recruitment, and market research professionals who want to automate LinkedIn workflows. Integration is streamlined, offering a set of tools accessible to popular AI-powered platforms.

    • 23
    • MCP
    • Linked-API/linkedapi-mcp
  • Pearch.ai MCP

    Pearch.ai MCP

    Natural Language People Search and Candidate Sourcing API for Seamless ATS Integration

    Pearch.ai MCP provides a high-precision people search API that interprets natural language queries to deliver top-quality candidate results. Designed for easy integration with Applicant Tracking Systems and hiring platforms, it leverages scientific methods and is trusted by recruiters. The tool is implemented as a Model Context Protocol (MCP), facilitating standardized model context handling and deployment via packages like FastMCP or through Smithery. The solution prioritizes ease of use, reliability, and high candidate match accuracy.

    • 5
    • MCP
    • Pearch-ai/mcp_pearch
  • Bing Search MCP Server

    Bing Search MCP Server

    MCP server enabling Bing-powered web, news, and image search for AI assistants.

    Bing Search MCP Server provides a Model Context Protocol (MCP) compliant interface for integrating Microsoft Bing Search API capabilities with AI assistants. The server allows AI clients to perform web, news, and image searches programmatically, with features like rate limiting and comprehensive error handling. Designed for easy deployment, it supports integration with clients such as Claude Desktop and Cursor for enhanced search access. Secure configuration via environment variables enables safe use of API keys.

    • 65
    • MCP
    • leehanchung/bing-search-mcp
  • mcp-kibela

    mcp-kibela

    MCP server for secure, AI-assisted access to Kibela notes.

    mcp-kibela is a Model Context Protocol (MCP) server implementation that enables AI assistants to search, retrieve, create, and update content from Kibela, a team knowledge-sharing platform. It provides standardized endpoints for note search, fetching individual or recent notes, and managing note content. Integrating with tools like Claude, Cursor, and VSCode, it allows seamless, secure access to organizational knowledge through MCP-enabled clients. Authentication via environment variables ensures secure connections to Kibela APIs.

    • 12
    • MCP
    • kj455/mcp-kibela
  • Driflyte MCP Server

    Driflyte MCP Server

    Bridging AI assistants with deep, topic-aware knowledge from web and code sources.

    Driflyte MCP Server acts as a bridge between AI-powered assistants and diverse, topic-aware content sources by exposing a Model Context Protocol (MCP) server. It enables retrieval-augmented generation workflows by crawling, indexing, and serving topic-specific documents from web pages and GitHub repositories. The system is extensible, with planned support for additional knowledge sources, and is designed for easy integration with popular AI tools such as ChatGPT, Claude, and VS Code.

    • 9
    • MCP
    • serkan-ozal/driflyte-mcp-server
  • Didn't find tool you were looking for?

    Be as detailed as possible for better results