Loxo MCP Server
Overview
Loxo MCP Server is a Model Context Protocol (MCP) server designed to interact with the Loxo recruitment platform API, enabling AI assistants to manage recruitment tasks effectively.
To use Loxo MCP Server, clone the repository, install the dependencies, configure your environment variables, and start the server to interact with the Loxo API.
- Activity management tools for scheduling and logging activities. - Call queue management for handling candidate calls. - Candidate management tools for searching and managing candidate information. - Job management tools for searching and managing job postings. - Type safety and error handling for robust development.
- Managing recruitment activities and scheduling interviews.
- Searching for candidates and jobs within the Loxo platform.
- Logging activities related to candidates and jobs.
- Integrating AI assistants to automate recruitment tasks.
Add to your AI client
Use these steps to connect Loxo MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"loxo-mcp-server-tbensonwest": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-loxo-mcp-server-tbensonwest"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"loxo-mcp-server-tbensonwest": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-loxo-mcp-server-tbensonwest"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"loxo-mcp-server-tbensonwest": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-loxo-mcp-server-tbensonwest"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"loxo-mcp-server-tbensonwest": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-loxo-mcp-server-tbensonwest"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"loxo-mcp-server-tbensonwest": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-loxo-mcp-server-tbensonwest"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"loxo-mcp-server-tbensonwest": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-loxo-mcp-server-tbensonwest"
]
}
}
}FAQ
What is required to run Loxo MCP Server?
You need to set up your Loxo API key and agency slug in the environment variables.
Can I use Loxo MCP Server for any recruitment platform?
No, it is specifically designed for the Loxo recruitment platform.
Is there support for error handling?
Yes, the server includes comprehensive error handling for various scenarios.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1097,"uuid":"a10c9814-57b2-4c9d-ad4f-94fab75668a1","name":"loxo-mcp-server","title":"Loxo MCP Server","description":null,"avatar_url":"https://avatars.githubusercontent.com/u/17195589?v=4","created_at":"2025-01-28T02:31:08.684Z","updated_at":"2025-02-23T07:20:12.197Z","status":"created","author_name":"tbensonwest","author_avatar_url":"https://avatars.githubusercontent.com/u/17195589?v=4","tags":"loxo,mcp,recruitment,api,server","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/tbensonwest/loxo-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]