Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

labmate mcp in other clients