angi mcp for VS Code
io.github.chrischall/angi-mcp
Angi for Claude — find home-service pros by trade and city, read ratings and reviews
client:VS Code
transport:stdio
runtime:npm
Install angi mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "angi-ws-port",
"description": "ANGI_WS_PORT",
"password": true
}
],
"servers": {
"angi-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@chrischall/angi-mcp"
],
"env": {
"ANGI_WS_PORT": "${input:angi-ws-port}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs