onehome-mcp
About
OneHome (CoreLogic) real-estate access for Claude — search, property details, photos, saved homes
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ONEHOME_TOKEN ONEHOME_MAGIC_LINK ONEHOME_WS_PORTClaude Code
claude mcp add --env ONEHOME_TOKEN= --env ONEHOME_MAGIC_LINK= --env ONEHOME_WS_PORT= onehome-mcp -- npx onehome-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"onehome-mcp","command":"npx","args":["onehome-mcp"],"env":{"ONEHOME_TOKEN":"","ONEHOME_MAGIC_LINK":"","ONEHOME_WS_PORT":""}}'
JSON
{
"mcpServers": {
"onehome-mcp": {
"command": "npx",
"args": [
"onehome-mcp"
],
"env": {
"ONEHOME_TOKEN": "",
"ONEHOME_MAGIC_LINK": "",
"ONEHOME_WS_PORT": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.