labmate mcp for Grok
io.github.jonasrackl/labmate-mcp
81 chemistry tools — literature, calculations, retrosynthesis
client:Grok
transport:stdio
runtime:pypi
Install labmate mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"labmate-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"labmate-mcp"
],
"env": {
"RXN_API_KEY": "<RXN_API_KEY>",
"ROWAN_API_KEY": "<ROWAN_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs