labguru_MCP_server

Paulpey13/labguru_MCP_server
★ 0 stars Python AI/LLM Updated today
A modular, configurable MCP server that exposes the Labguru laboratory management REST API as native LLM tools. Point any MCP client (Claude Code, Claude Desktop, etc.) at it and ask questions or run workflows against your Labguru instance in plain language.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "labguru_mcp_server": {
      "command": "uvx",
      "args": [
        "labguru-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install labguru-mcp-server