carsensor Price Range MCP Server for AI Agents for Claude Desktop
io.github.czcz0009/carsensor-price-range-mcp
Get a used car's market-price range (min/max/median) by model and year from carsensor.net.
client:Claude Desktop
transport:streamable-http
Install carsensor Price Range MCP Server for AI Agents in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"carsensor-price-range-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://woolen-snake--carsensor-price-range-mcp.apify.actor/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