A Model Context Protocol (MCP) server library that gives LLMs access to information about a candidate.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"node-candidate-mcp-s": {
"command": "npx",
"args": [
"-y",
"jhgaylor/node-candidate-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add node-candidate-mcp-s npx -y jhgaylor/node-candidate-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"node-candidate-mcp-s": {
"command": "npx",
"args": [
"-y",
"jhgaylor/node-candidate-mcp-server"
]
}
}
}