mcpbeat Sign in

Llmconveyors MCP Server

by ebenezer-isaac Your server? Claim it
local only

Llmconveyors runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 9 Apr 2026.

53 tools for LLM Conveyors: job hunting, B2B sales, ATS scoring, resume tools.

Installs per day peak 26 · avg 8 · -35% w/w
a month agotoday
30
Installs / week
npm · llmconveyors-mcp
1
Stars
0 open issues
9 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Llmconveyors every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add llmconveyors -- npx -y llmconveyors-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "llmconveyors": {
      "args": [
        "-y",
        "llmconveyors-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.llmconveyors]
command = "npx"
args = ["-y", "llmconveyors-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "llmconveyors": {
      "args": [
        "-y",
        "llmconveyors-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "llmconveyors": {
      "args": [
        "-y",
        "llmconveyors-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LLMC_API_KEY (LLM Conveyors API key (starts with llmc_). Get one at https://llmconveyors.com). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Llmconveyors

same job, measured the same way
Dintak MCP Gateway
by dintak

Semantic job search, posting, and apply for Dintak, with resume-to-job match scoring.

answering
maxcv — CV tailoring
by maxcv

Score and tailor your CV/resume against a job posting — for AI agents and humans, no-login trial.

2 tools answering
A
HuntBoard
by huntboard

Search real, recent job postings from company career pages and ATS boards, scored for fit.

1 tools answering
AI Hr Management Toolkit
by xjtlumedia

AI HR toolkit: 24 MCP tools for resume parsing, skill extraction & ATS management.

30 installs/wk local only
Hooklayer
by khan-ashifur

Viral-content intelligence for AI agents — 7 read-only MCP tools, evidence-layer scoring.

12 tools answering
I
Ruchy MCP
by noahgift

MCP server for Ruchy: code analysis, scoring, linting, formatting, and transpilation tools

local only
Juicedresume
by juicedresume

Score, tailor, and export resumes from any MCP client — 60+ ATS checks and JD tailoring.

46 installs/wk local only
Toon Parse MCP
by ankitpal181

MCP server that reduces LLM context by removing code comments and converting data formats to TOON

56 installs/wk local only

Llmconveyors — questions

Answers built from our own checks of this server.

Why is there no uptime for Llmconveyors?
Llmconveyors runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package llmconveyors-mcp was installed 30 times last week.
How do I connect Llmconveyors?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls llmconveyors-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Llmconveyors?
The npm package llmconveyors-mcp was installed 30 times in the last week. Week over week that is -35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Llmconveyors open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.