@foundrole/ai-job-search-mcp
v1.1.2
Published
Easy-to-use MCP proxy server that connects AI assistants like Claude to job search services. Simply run with npx for instant job search capabilities in your AI conversations.
Downloads
15
Maintainers
Readme
Jobs MCP Proxy - Connect Your AI Assistant to Job Search
Instantly add powerful job search capabilities to your AI assistant! 🚀
This tool connects AI assistants like Claude, ChatGPT, and other MCP-compatible clients to comprehensive job search services. Choose from direct HTTP connection or stdio server based on your AI client.
🎯 For Job Seekers
Turn your AI assistant into a powerful job search companion that can help you:
- 🔍 Search for jobs across multiple platforms and companies
- 📋 Get detailed job descriptions and requirements
- 💼 Find remote, hybrid, or location-specific opportunities
- 📊 Compare salaries and benefits
- 🎯 Get personalized job recommendations
- ✍️ Receive help with applications and interview prep
⚡ Quick Setup (2 Options)
Option 1: Direct HTTP Connection (Recommended)
For Claude Web/Desktop and ChatGPT - Use our direct HTTP endpoint:
MCP Server URL: https://www.foundrole.com/mcp
This is the easiest method for modern AI clients that support HTTP MCP connections.
Option 2: stdio Server (For Other Clients)
For MCP-compatible clients that require stdio transport:
npx @foundrole/ai-job-search-mcpThis starts a local proxy server that communicates via standard input/output.
🤖 Connecting to AI Assistants
Claude Web/Desktop Setup
Estimated Time: 2 minutes | Requirements: Claude Pro account
Navigate to the main settings or preferences area of Claude (click your profile or settings icon)
Find the "Connectors" or "Tools" section and click 'Add custom connector'
In the Name or Label field, enter:
FoundroleIn the Remote MCP server URL field, paste the following endpoint:
https://www.foundrole.com/mcpSave the configuration and allow Claude to connect to the Found Role server
Once connected, you can access job search capabilities directly within your Claude conversations
🔗 Pro Account Required: Claude MCP connectors require a Claude Pro subscription to access external data sources and tools.
ChatGPT Setup
Estimated Time: 3 minutes | Requirements: ChatGPT Plus/Team/Enterprise
In the ChatGPT web interface, click your profile name and select 'Settings'
Navigate to the 'Connectors' tab within the settings menu
Click 'Add new connector' or 'Add custom connector'
For the 'Name' field, enter:
foundroleWhen prompted for the server URL, paste the following endpoint:
https://www.foundrole.com/mcpFollow any on-screen prompts to authorize the connection
Once added, you can select 'Found Role' as a data source when using Deep Research or enabling connectors
🔒 Premium Features: ChatGPT connectors and Deep Research mode require ChatGPT Plus, Team, or Enterprise subscription.
LM Studio Setup
Estimated Time: 3 minutes | Requirements: Node.js + npm
Open LM Studio and navigate to the MCP servers configuration section
Create or edit your MCP servers configuration file with the following JSON:
{ "mcpServers": { "foundrole": { "command": "npx", "args": ["@foundrole/ai-job-search-mcp@latest"], "env": {} } } }Save the configuration file and restart LM Studio to load the new MCP server
Verify the connection by checking that Found Role appears in your available MCP servers list
You can now access job search capabilities through LM Studio's chat interface
💡 Requirements: Make sure you have Node.js and npm installed on your system, as the MCP server runs using npx. LM Studio will automatically manage the server connection once configured.
Perplexity Desktop Setup
Estimated Time: 4 minutes | Requirements: Perplexity Pro + Node.js
Open Perplexity Desktop and navigate to MCP servers configuration
Create or edit your MCP configuration with the following JSON:
{ "command": "npx", "args": ["@foundrole/ai-job-search-mcp@latest"], "env": {} }Save the configuration and restart Perplexity to load the MCP server
Verify the connection in Perplexity's MCP servers list
Access job search capabilities through Perplexity Pro features
⚠️ Note: Perplexity uses stdio MCP transport. Make sure Node.js and npm are installed for the MCP server to run properly.
💬 Example Usage
Once connected, you can ask your AI assistant questions like:
- "Find software engineering jobs in San Francisco"
- "Search for data scientist positions in California"
- "Show me React developer jobs in Seattle, then search Austin next so I can compare opportunities"
- "I want to work at Netflix or Uber. Search for their open developer positions"
- "Find Python Django jobs in San Francisco, then show me more results if available"
- "Search for ‘senior software engineer’ positions in Boston. Filter out any that seem too junior when you show me the results"
- "Look for full-stack developer jobs in Denver. Show me several pages of results, then get detailed info on any that mention good benefits"
- "Find ‘fintech developer’ or ‘financial software’ jobs in New York. Highlight any with higher salaries when presenting results"
❓ Troubleshooting
Common Issues
"Connection failed" error:
- Check your internet connection
- Try the setup process again
- Ensure you have the required subscription (Claude Pro, ChatGPT Plus, etc.)
"Command not found" error (for stdio clients):
- Make sure you have Node.js installed (version 22.17.0 or higher)
- Try:
npm install -g @foundrole/ai-job-search-mcpthenai-job-search-mcp
MCP connector not working:
- Double-check your configuration and URL
- Restart your AI client completely
- Verify you have the required premium subscription
Getting Help
- 🐛 Report issues: GitHub Issues
- 💬 Questions: Contact us at [email protected]
- 📖 Documentation: FoundRole.com
🚀 What's Next?
Once you have job search working in your AI assistant:
- Refine your searches - Be specific about roles, locations, and requirements
- Save interesting opportunities - Ask your AI to help organize and track applications
- Get application help - Use your AI to tailor resumes and cover letters
- Interview preparation - Practice with AI-generated questions based on job descriptions
Happy job hunting! 🎉
Made with ❤️ by the FoundRole team
