mcp-server-deel
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-server-deelList all contractors"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-server-deel
Production-quality MCP server for the Deel API — global HR, payroll, and contractor management.
Features
48 tools spanning contracts, workers, payments, invoices, documents, off-cycle payments, time-off, expenses, organizations, and compliance
Full TypeScript with strict mode — zero
anycastsPagination on every list endpoint
structuredContenton every tool responsereadOnlyHint: trueon all GET/search/list toolsWorks with Claude Desktop, Cursor, and any MCP-compatible client
Related MCP server: mcp-server-check
Tool Inventory
Module | Tools | Count |
contracts | list_contracts, get_contract, create_contract, update_contract, terminate_contract, get_contract_documents | 6 |
workers | list_workers, get_worker, invite_worker, update_worker, offboard_worker, search_workers | 6 |
payments | list_payments, get_payment, create_payment, list_payment_methods, get_payment_status | 5 |
invoices | list_invoices, get_invoice, approve_invoice, decline_invoice, list_invoice_adjustments | 5 |
documents | list_documents, get_document, sign_document, list_document_templates, get_document_template | 5 |
off_cycle_payments | list_off_cycle_payments, create_off_cycle_payment, get_off_cycle_payment, approve_off_cycle_payment | 4 |
time_off | list_time_off_policies, list_time_off_requests, create_time_off_request, approve_time_off_request | 4 |
expenses | list_expenses, get_expense, create_expense, approve_expense, decline_expense | 5 |
organizations | get_organization, list_entities, get_entity, list_departments, create_department | 5 |
compliance | list_compliance_items, get_compliance_status, list_required_documents | 3 |
Total | 48 |
Prerequisites
Node.js 18+
A Deel account with API access
A Deel API key (see Setup below)
Setup
1. Get a Deel API Key
Log into Deel
Navigate to Settings → Integrations → API Tokens
Click Create Token and copy the generated key
2. Install and Configure
# Clone the repository
git clone https://github.com/BusyBee3333/deel-mcp-2026-complete.git
cd deel-mcp-2026-complete
# Install dependencies
npm install
# Configure environment
cp .env.example .env
# Edit .env and set your DEEL_API_KEY3. Build
npm run build4. Connect to Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"deel": {
"command": "node",
"args": ["/path/to/deel-mcp-2026-complete/dist/index.js"],
"env": {
"DEEL_API_KEY": "your_api_key_here"
}
}
}
}5. Connect to Cursor
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"deel": {
"command": "node",
"args": ["/path/to/deel-mcp-2026-complete/dist/index.js"],
"env": {
"DEEL_API_KEY": "your_api_key_here"
}
}
}
}Development
# Run in watch mode (requires tsx)
npm run dev
# Type-check only (no emit)
npm run typecheckAPI Reference
This server wraps the Deel REST API v2. All requests are authenticated with a Bearer token.
Base URL: https://app.deel.com/api
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for PrismHR, enabling AI agents to automate payroll, benefits, compliance, and billing tasks with verified-schema tools and scope-gated consent.Last updated183MIT
- AlicenseAqualityBmaintenanceAn MCP server that wraps the Check Payroll API, providing 263 tools for managing companies, employees, contractors, payrolls, tax configuration, and more.Last updated318MIT
- Flicense-qualityDmaintenanceA comprehensive MCP server for BambooHR with 47 tools covering employee management, time off, reports, benefits, payroll, goals, training, files, and webhooks, plus 18 React-based UI apps.Last updated
- AlicenseCqualityCmaintenanceA comprehensive MCP server covering the full GoHighLevel API surface with 651 tools, enabling management of contacts, opportunities, calendars, invoices, and more through natural language, with multi-tenant support and read-only safety defaults.Last updated10036MIT
Related MCP Connectors
34 production API tools over one hosted MCP endpoint.
A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready
Apideck Unified API MCP — 330 tools across 200+ SaaS connectors (accounting, CRM, HRIS, ATS).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BusyBee3333/deel-mcp-2026-complete'
If you have feedback or need assistance with the MCP directory API, please join our Discord server