workflowmax-sdk

matthewfuaux/workflowmax-sdk
★ 0 stars TypeScript 🔒 Security Updated today
TypeScript SDK for the WorkflowMax V2 API - clients, jobs, timesheets, invoices and more, with built-in Zod schemas for MCP servers.
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": {
    "workflowmax-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "matthewfuaux/workflowmax-sdk"
      ]
    }
  }
}

README Excerpt

TypeScript SDK for the [WorkflowMax V2 API](https://api-docs.workflowmax.com). - Full coverage of all V2 endpoints - Typed request bodies and responses - Built-in Zod schemas for every endpoint — ready to drop into an MCP server - OAuth 2.0 helpers (authorise, obtain tokens, refresh, decode org ID) ---

Tools (3)

JaneSmithworkflowmax