★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"chem-mcp-server": {
"command": "npx",
"args": [
"-y",
"rootsbymenda/chem-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add chem-mcp-server npx -y rootsbymenda/chem-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"chem-mcp-server": {
"command": "npx",
"args": [
"-y",
"rootsbymenda/chem-mcp-server"
]
}
}
}
📋 Copy