llmconveyors for Cursor
io.github.ebenezer-isaac/llmconveyors
53 tools for LLM Conveyors: job hunting, B2B sales, ATS scoring, resume tools.
client:Cursor
transport:stdio
runtime:npm
Install llmconveyors in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"llmconveyors": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"llmconveyors-mcp"
],
"env": {
"LLMC_API_KEY": "<LLMC_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs