104 MCP Server

MCP server for 104.com.tw job search platform

Local serverstdioGo

What is the 104 MCP server?

104 MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. MCP server for 104.com.tw job search platform.

What you get

MCP server for Taiwan's largest job platform — search jobs, browse companies, and apply, all from Claude.

What the assistant can call

Once 104 is connected, these are the calls the assistant has available:

  • search_jobs — No
  • get_job_detail — No
  • search_companies — No
  • get_company_detail — No
  • login — —
  • logout — —
  • apply_job — Yes
  • save_job — Yes
  • save_company — Yes
  • Manual — The Manual tool exposed by this server

Setting it up

Installation goes through your MCP client rather than a global install: point it at npm on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. 104's toolset — search_jobs, get_job_detail, search_companies and 7 more — is a fair guide to whether it matches your workflow. It is maintained by bigbrainw; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against 104's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 10 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch 104.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the 104 mcp server does with a few real requests.

Available tools

ToolWhat it does
search_jobsNo
get_job_detailNo
search_companiesNo
get_company_detailNo
login
logout
apply_jobYes
save_jobYes
save_companyYes
ManualThe Manual tool exposed by this server.

How to install the 104 MCP server

{
  "mcpServers": {
    "104": {
      "command": "npx",
      "args": ["-y", "mcp-104jobs"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use 104 to search jobs.
  • Use 104 to get job detail.
  • Use 104 to search companies.

Frequently asked questions

It connects 104 to MCP-compatible AI assistants such as Claude and Cursor, exposing 10 tools (search_jobs, get_job_detail, search_companies, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with 104 directly.