PluginBench
MCP Server

Austin MLS MCP Server

com.neuhausre/austin-mls

What is the Austin MLS MCP server?

Search Austin-area MLS listings. Free with signup; comps and market stats are paid.

How to install Austin MLS

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "austin-mls": {
      "url": "https://mls.neuhausre.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "austin-mls": {
      "serverUrl": "https://mls.neuhausre.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "austin-mls": {
      "type": "http",
      "url": "https://mls.neuhausre.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "austin-mls": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mls.neuhausre.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http austin-mls https://mls.neuhausre.com/mcp

Related MCP servers

Follow Up Boss CRM in plain English. 160 tools; bring your own API key.

24
JavaScript
View repository →