Replace port numbers with stable, named local URLs. For humans and agents.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"portless": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-portless"
]
}
}
}