Customer Thermometer
Rank #16,983io.github.WYRE-AI/customer-thermometer-mcp
MCP server for Customer Thermometer's customer feedback / NPS survey API.
Customer Thermometer is a Model Context Protocol (MCP) server published by WYRE-AI. It ranks #16,983 of 132,345 servers tracked on MCP Toplist. Customer Thermometer is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Sep 20, 2026 and most recently updated on Sep 20, 2026.
Ranks ahead of 115,362 of 132,345 servers on MCP Toplist.
Use Customer Thermometer
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add customer-thermometer-mcp -e "CUSTOMERTHERMOMETER_API_KEY=<your CUSTOMERTHERMOMETER_API_KEY>" -e "MCP_TRANSPORT=<your MCP_TRANSPORT>" -e "AUTH_MODE=<your AUTH_MODE>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- docker run -i --rm ghcr.io/wyre-ai/customer-thermometer-mcp:v1.0.3Replace each placeholder with your own value before saving.
[mcp_servers.customer-thermometer-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/wyre-ai/customer-thermometer-mcp:v1.0.3"]
[mcp_servers.customer-thermometer-mcp.env]
CUSTOMERTHERMOMETER_API_KEY = "<your CUSTOMERTHERMOMETER_API_KEY>"
MCP_TRANSPORT = "<your MCP_TRANSPORT>"
AUTH_MODE = "<your AUTH_MODE>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"customer-thermometer-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/customer-thermometer-mcp:v1.0.3"
],
"env": {
"CUSTOMERTHERMOMETER_API_KEY": "<your CUSTOMERTHERMOMETER_API_KEY>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"AUTH_MODE": "<your AUTH_MODE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"customer-thermometer-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/customer-thermometer-mcp:v1.0.3"
],
"env": {
"CUSTOMERTHERMOMETER_API_KEY": "<your CUSTOMERTHERMOMETER_API_KEY>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"AUTH_MODE": "<your AUTH_MODE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"customer-thermometer-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/customer-thermometer-mcp:v1.0.3"
],
"env": {
"CUSTOMERTHERMOMETER_API_KEY": "<your CUSTOMERTHERMOMETER_API_KEY>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"AUTH_MODE": "<your AUTH_MODE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"customer-thermometer-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/customer-thermometer-mcp:v1.0.3"
],
"env": {
"CUSTOMERTHERMOMETER_API_KEY": "<your CUSTOMERTHERMOMETER_API_KEY>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"AUTH_MODE": "<your AUTH_MODE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"customer-thermometer-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/customer-thermometer-mcp:v1.0.3"
],
"env": {
"CUSTOMERTHERMOMETER_API_KEY": "<your CUSTOMERTHERMOMETER_API_KEY>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"AUTH_MODE": "<your AUTH_MODE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.WYRE-AI%2Fcustomer-thermometer-mcp)<a href="https://mcptoplist.com/server/io.github.WYRE-AI%2Fcustomer-thermometer-mcp"><img src="https://mcptoplist.com/badge/io.github.WYRE-AI%2Fcustomer-thermometer-mcp.svg" alt="MCP Toplist: Top 25% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
WYRE-AI
Other servers by WYRE-AI
- Dicker Data#21,041 · 2 vers
- Time Doctor MCP Server#25,078 · 2 vers
- ESET PROTECT#29,531 · 1 ver
- Island Browser#29,532 · 1 ver
- Proofpoint Essentials#30,004 · 1 ver
- UniFi MCP Server#30,797 · 1 ver
- Slide#32,442 · 1 ver
- Cisco Duo MCP Server#35,742 · 1 ver
- Cork#35,878 · 1 ver
- PRTG#35,879 · 1 ver
- WatchGuard Cloud MCP Server#38,864 · 1 ver
- AlertOps#39,042 · 1 ver
Available versions (3)
| Version | Published |
|---|---|
| 1.0.3 | Sep 20, 2026 |
| 1.0.2 | Sep 20, 2026 |
| 1.0.1 | Sep 20, 2026 |
Frequently asked questions
- Who maintains Customer Thermometer?
- Customer Thermometer is maintained by WYRE-AI, which publishes 26 MCP servers (29 total versions) tracked on MCP Toplist.
- Is Customer Thermometer listed on the Official MCP Registry?
- Yes — Customer Thermometer is listed on the Official MCP Registry, alongside Glama.
- How many versions does Customer Thermometer have?
- MCP Toplist tracks 3 versions of Customer Thermometer, most recently published on Sep 20, 2026.
- Where can I find the source code for Customer Thermometer?
- The source code for Customer Thermometer is hosted at github.com/WYRE-AI/customer-thermometer-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.