thumbtack mcp for Cursor
io.github.chrischall/thumbtack-mcp
Unofficial Thumbtack MCP — search local service pros, read profiles, ratings and reviews
client:Cursor
transport:stdio
runtime:npm
Install thumbtack mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"thumbtack-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@chrischall/thumbtack-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs