chem-mcp-server

rootsbymenda/chem-mcp-server
★ 0 stars TypeScript 🗄️ Database Updated 2d ago
Chemical Safety & Industrial Regulatory Intelligence MCP Server — SVHC, NIOSH, GHS hazard data + cross-references 30K cosmetic and 6,450 food additive databases. Built by Two Halves.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chem-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "rootsbymenda/chem-mcp-server"
      ]
    }
  }
}