loading…
Search for a command to run...
loading…
lims — MCP server via Smithery
lims — MCP server via Smithery
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"lims": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"lorenzocean/lims"
]
}
}
}