hvac-quotes
About
HVAC equipment RFQ management - submit quotes to distributors
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
HVAC_MOCK_EMAIL SMTP_HOST SMTP_PORT SMTP_USER SMTP_PASS SMTP_FROMClaude Code
claude mcp add --env HVAC_MOCK_EMAIL= --env SMTP_HOST= --env SMTP_PORT= --env SMTP_USER= --env SMTP_PASS= --env SMTP_FROM= hvac-quotes -- uvx hvac-quotes-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":"hvac-quotes","command":"uvx","args":["hvac-quotes-mcp"],"env":{"HVAC_MOCK_EMAIL":"","SMTP_HOST":"","SMTP_PORT":"","SMTP_USER":"","SMTP_PASS":"","SMTP_FROM":""}}'
JSON
{
"mcpServers": {
"hvac-quotes": {
"command": "uvx",
"args": [
"hvac-quotes-mcp"
],
"env": {
"HVAC_MOCK_EMAIL": "",
"SMTP_HOST": "",
"SMTP_PORT": "",
"SMTP_USER": "",
"SMTP_PASS": "",
"SMTP_FROM": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.