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 Search for specific jobs using keywords with advanced filtering. Parameters: - keyword (string, optional): Search term (e.g., 'Python', 'React', 'Product M
Add this skill
npx mdskills install Himalayas-App/himalayas-mcpWell-documented MCP server with useful job/company search tools but over-scoped permissions
1# Himalayas Remote Jobs MCP Server23Access 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.45š **Public Server URL:** `https://mcp.himalayas.app/sse`67[](https://cursor.com/install-mcp?name=himalayas&config=eyJjb21tYW5kIjoibnB4IG1jcC1yZW1vdGUgaHR0cHM6Ly9tY3AuaGltYWxheWFzLmFwcC9zc2UifQ%3D%3D)89## Available Tools1011### š Job Search Tools1213#### `search_jobs`14Search for specific jobs using keywords with advanced filtering.1516**Parameters:**17- `keyword` (string, optional): Search term (e.g., 'Python', 'React', 'Product Manager', 'Data Scientist')18- `page` (number, optional): Page number for pagination (default: 1)19- `country` (string, optional): Filter jobs by country20- `worldwide` (boolean, optional): Show ONLY 100% remote jobs available worldwide2122**Example usage:**23- "Search for Python developer jobs"24- "Find React jobs in the United States"25- "Look for product manager positions worldwide"2627#### `get_jobs`28Retrieve the latest remote job listings with optional filtering.2930**Parameters:**31- `page` (number, optional): Page number for pagination (default: 1)32- `country` (string, optional): Filter jobs by country (e.g., 'Canada', 'United States', 'UK', 'Germany')33- `worldwide` (boolean, optional): Show ONLY 100% remote jobs available worldwide (default: false)3435**Example usage:**36- "Get remote jobs in Canada"37- "Show me worldwide remote opportunities"38- "Find jobs on page 2"3940### š¢ Company Search Tools4142#### `search_companies`43Search for specific companies using keywords.4445**Parameters:**46- `keyword` (string, optional): Search term (e.g., 'startup', 'fintech', 'AI', company name)47- `page` (number, optional): Page number for pagination (default: 1)48- `country` (string, optional): Filter companies by country49- `worldwide` (boolean, optional): Show only companies with 100% remote jobs available worldwide5051**Example usage:**52- "Search for AI startups"53- "Find fintech companies with remote jobs"54- "Look for companies named 'Stripe'"5556#### `get_companies`57Browse remote-friendly companies with optional filtering.5859**Parameters:**60- `page` (number, optional): Page number for pagination (default: 1)61- `country` (string, optional): Filter companies by country62- `worldwide` (boolean, optional): Show only companies with 100% remote jobs available worldwide6364**Example usage:**65- "Show me remote companies in Europe"66- "Find companies with worldwide remote jobs"6768## Setup Instructions6970### š„ļø Claude Desktop71721. Open Claude Desktop and navigate to **Settings ā Developer ā Edit Config**732. Replace the content with this configuration:7475```json76{77 "mcpServers": {78 "himalayas": {79 "command": "npx",80 "args": ["mcp-remote", "https://mcp.himalayas.app/sse"]81 }82 }83}84```85863. Save the file and restart Claude Desktop (Cmd/Ctrl + R)874. When Claude restarts, a browser window will open for OAuth login - complete the authorization885. You'll see the Himalayas tools available by clicking the tools icon (šØ) in the bottom right8990### ā” Cursor91921. Open Cursor and go to **Settings ā Features ā Rules for AI**932. Choose **Type: "Command"**943. In the **Command** field, enter:95```bash96npx mcp-remote https://mcp.himalayas.app/sse97```984. Save the configuration and restart Cursor995. Complete the OAuth flow when prompted100101### š Windsurf1021031. Edit your `mcp_config.json` file1042. Add this configuration:105106```json107{108 "mcpServers": {109 "himalayas": {110 "command": "npx",111 "args": ["mcp-remote", "https://mcp.himalayas.app/sse"]112 }113 }114}115```1161173. Save the file and restart Windsurf1184. Complete the OAuth authorization when prompted119120## Example Conversations121122Once connected, you can have natural conversations with your AI assistant:123124### Job Searching125- *"I'm looking for remote Python developer jobs in Europe"*126- *"Show me the latest remote data science positions"*127- *"Find part-time remote marketing jobs worldwide"*128- *"Search for senior software engineer roles in Canada"*129130### Company Research131- *"Find AI startups that offer remote work"*132- *"Show me fintech companies with remote opportunities"*133- *"Look for companies in Germany that hire remotely"*134- *"Find verified companies with 4-day work weeks"*135136### Advanced Queries137- *"Compare remote job opportunities between the US and UK"*138- *"Find companies that offer both remote work and competitive salaries"*139- *"Show me the tech stack used by remote-first companies"*140141## What You'll Get142143Each response includes rich, formatted information:144145### Job Listings146- š Job title and company name147- š¼ Employment type (Full-time, Part-time, Contract)148- š Location restrictions or worldwide availability149- š° Salary ranges and currency150- š ļø Required skills and technologies151- š Direct application links152- š¢ Company verification status153154### Company Profiles155- š¢ Company name and verification status156- š„ Company size and founding year157- š Locations and remote work policies158- š„ Number of open positions159- š Benefits and perks information160- ā” Technology stacks used161- š Company website and social links162163## Troubleshooting164165### Connection Issues166- Ensure you have Node.js installed for the `npx` command167- Try restarting your AI assistant after configuration changes168- Clear authentication cache if needed: `rm -rf ~/.mcp-auth`169170### Authentication Problems171- Complete the OAuth flow in the browser window that opens172- Make sure you're using the correct server URL: `https://mcp.himalayas.app/sse`173- Check that your internet connection is stable174175### Tool Not Appearing176- Verify the configuration file syntax is correct (valid JSON)177- Restart your AI assistant completely178- Check the tools icon/menu in your AI assistant's interface179180## Support181182If you encounter any issues:1831. Check the troubleshooting section above1842. Verify your configuration matches the examples exactly1853. Try the connection with the [MCP Inspector](https://modelcontextprotocol.io/docs/tools/inspector) first186187---188189**Powered by [Himalayas.app](https://himalayas.app)** - The best place to find remote jobs and companies šļø190
Full transparency ā inspect the skill content before installing.