🤖

AI-Powered Job Search

Joblyst supports the Model Context Protocol (MCP), letting you search and browse jobs directly from ChatGPT, Claude Desktop, and other AI assistants.

What is MCP?

The Model Context Protocol is an open standard that lets AI assistants connect to external data sources and tools. With our MCP server, your AI assistant can:

  • - Search jobs by keywords and location
  • - Browse and paginate through all listings
  • - Get detailed job information including skills, company, and contract type
  • - Help you write tailored application texts based on real job data

Available Tools

search_jobs

Search for jobs by keyword and/or location. Keywords are matched against job titles, descriptions, and skills using full-text search.

Parameters: keyword (optional), location (optional)

list_jobs

List all available jobs with pagination support. Use offset and limit to page through results.

Parameters: offset (default: 0), limit (default: 20, max: 100)

Setup Instructions

Claude Desktop

Add the Joblyst MCP server to your Claude Desktop configuration file.

1. Open your Claude Desktop config file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

2. Add the following to the mcpServers section:

{
  "mcpServers": {
    "joblyst": {
      "url": "https://joblyst.sascha10k.biz/mcp"
    }
  }
}

3. Restart Claude Desktop. You should now see Joblyst tools available in your conversations.

ChatGPT

Connect Joblyst as an MCP tool source in ChatGPT.

  1. Open ChatGPT and navigate to Settings
  2. Go to Connected apps (or Tools section)
  3. Click Add tool or Connect MCP server
  4. Enter the server URL:
    https://joblyst.sascha10k.biz/mcp
  5. Confirm the connection. The search_jobs and list_jobs tools will appear in your chat.

Claude Code & Other MCP Clients

Any MCP-compatible client can connect using the Streamable HTTP transport.

Server details:

URL:       https://joblyst.sascha10k.biz/mcp
Transport: Streamable HTTP
Protocol:  MCP (Model Context Protocol)

For Claude Code, add to your project or user settings:

{
  "mcpServers": {
    "joblyst": {
      "type": "url",
      "url": "https://joblyst.sascha10k.biz/mcp"
    }
  }
}

Example Prompts

Once connected, try asking your AI assistant:

"Search for remote Rust developer jobs"
"Find consulting positions in Berlin"
"List the 10 newest job postings"
"Find Python jobs and help me write an application letter for the best match"
← Back to Job Search