Thermocouple ITS-90 for Cursor
io.github.dfieser/thermocouple-its90
NIST ITS-90 thermocouple conversion, all 8 types, cold-junction compensation, NIST-table verified.
client:Cursor
transport:stdio
runtime:pypi
Install Thermocouple ITS-90 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"thermocouple-its90": {
"type": "stdio",
"command": "uvx",
"args": [
"thermocouple-its90"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs