matchcv for LangChain
io.github.18boys/matchcv
ATS resume checking, job description analysis, and AI resume tailoring powered by MatchCV.
client:LangChain
transport:stdio
runtime:npm
Install matchcv in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"matchcv": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "matchcv-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs