labmate mcp for Cursor
io.github.jonasrackl/labmate-mcp
81 chemistry tools — literature, calculations, retrosynthesis
client:Cursor
transport:stdio
runtime:pypi
Install labmate mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"labmate-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"labmate-mcp"
],
"env": {
"RXN_API_KEY": "<RXN_API_KEY>",
"ROWAN_API_KEY": "<ROWAN_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs