quartzy-mcp-server

agoulah/quartzy-mcp-server

3.2

If you are the rightful owner of quartzy-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Quartzy MCP Server provides seamless access to the Quartzy Public API for laboratory inventory and order management through AI assistants like Claude Desktop.

Quartzy MCP Server

License: MIT Node.js CI

A Model Context Protocol (MCP) server that provides seamless access to the Quartzy Public API for laboratory inventory and order management through AI assistants like Claude Desktop.

🚀 Quick Start

Installation

npm install -g quartzy-mcp-server

Configuration

  1. Get your Quartzy access token:

  2. Configure Claude Desktop by editing your config file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json Linux: ~/.config/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "quartzy": {
      "command": "quartzy-mcp-server",
      "env": {
        "QUARTZY_ACCESS_TOKEN": "your_token_here"
      }
    }
  }
}
  1. Restart Claude Desktop

🔧 Features

  • Complete API Coverage: All Quartzy Public API endpoints
  • Inventory Management: List, search, and update inventory items
  • Order Management: Create, track, and manage order requests
  • Lab Organization: Access lab and organizational data
  • Webhook Integration: Set up and manage webhooks
  • Type-Safe: Full TypeScript support
  • Error Handling: Comprehensive error reporting

📖 Documentation

🤝 Contributing

Contributions are welcome! Please read our for details on our code of conduct and the process for submitting pull requests.

📄 License

This project is licensed under the MIT License - see the file for details.

🐛 Issues

Found a bug or have a feature request? Please open an issue.

📞 Support