nist-webbook-mcp

danishwafiq/nist-webbook-mcp
★ 0 stars Python AI/LLM Updated today
NIST Chemistry WebBook MCP server for Claude
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nist-webbook-mcp": {
      "command": "uvx",
      "args": [
        "nist-webbook-mcp"
      ]
    }
  }
}

Or install with pip: pip install nist-webbook-mcp

README Excerpt

An MCP (Model Context Protocol) server that gives Claude live access to the and thermophysical data for thousands of compounds. --- | Tool | Description | |---|---| | `nist_search_compound` | Thermochemical data by name, formula, or CAS number | | `nist_get_thermophysical` | Isobaric thermophysical properties over a T range |

Tools (4)

nist_get_saturationnist_get_thermophysicalnist_list_supported_fluidsnist_search_compound