MCP server that searches local used-goods marketplaces (Craigslist, Kijiji, Facebook Marketplace) and groups duplicate listings across sources.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"usedlocal": {
"command": "npx",
"args": [
"-y",
"circuitandchisel/usedlocal"
]
}
}
}
Run in terminal:
claude mcp add usedlocal npx -y circuitandchisel/usedlocal
Add to .cursor/mcp.json:
{
"mcpServers": {
"usedlocal": {
"command": "npx",
"args": [
"-y",
"circuitandchisel/usedlocal"
]
}
}
}