ai screening for Claude Desktop
io.github.vaughnyb/ai-screening
AI hiring tools CV screening, social media profile scan, and document search for any organization.
client:Claude Desktop
transport:streamable-http
Install ai screening in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ai-screening": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.jobasean.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs