Manage clients, projects, time, and invoices in EZ@Work — business management for freelancers.
Manage clients, projects, time, and invoices in EZ@Work — business management for freelancers. Exposed over MCP by the ez@work mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Connect EZ@Work — all-in-one business management for freelancers, lawyers, agencies, and service businesses — to Claude, Gemini, Cursor, and any MCP-compatible AI.
Everything the assistant can do here goes through one of these:
list_clients — List your clients/customerslist_projects — List your projects/cases/work orderslog_time_entry — Log billable hours to a projectcreate_invoice — Create a draft invoice (auto currency/language/VAT)Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need 4 environment variables: MCP_BASE_URL, GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, EZ_MCP_MASTER_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. EZ@Work's toolset — list_clients, list_projects, log_time_entry and 1 more — is a fair guide to whether it matches your workflow. It is maintained by eranfinish; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| list_clients | List your clients/customers |
| list_projects | List your projects/cases/work orders |
| log_time_entry | Log billable hours to a project |
| create_invoice | Create a draft invoice (auto currency/language/VAT) |
{
"mcpServers": {
"ezatwork": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/inspector"],
"env": {
"MCP_BASE_URL": "your-value",
"GOOGLE_CLIENT_ID": "your-value",
"GOOGLE_CLIENT_SECRET": "your-value",
"EZ_MCP_MASTER_TOKEN": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| MCP_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| GOOGLE_CLIENT_ID | Configuration value read at startup. | Optional |
| GOOGLE_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| EZ_MCP_MASTER_TOKEN | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.