Skip to content
VS Code

thumbtack mcp for VS Code

io.github.chrischall/thumbtack-mcp

Unofficial Thumbtack MCP — search local service pros, read profiles, ratings and reviews

client:VS Code transport:stdio runtime:npm

Install thumbtack mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "thumbtack-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/thumbtack-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

thumbtack mcp in other clients