node-candidate-mcp-server

jhgaylor/node-candidate-mcp-server
★ 81 stars TypeScript 🤖 AI/LLM Updated 4mo ago
A Model Context Protocol (MCP) server library that gives LLMs access to information about a candidate.
View on GitHub →

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"
      ]
    }
  }
}

Topics

aimcptypescript