Deel MCP Server

The Deel Model Context Protocol (MCP) server provides a set of tools that AI agents can use to interact with the Deel.

Connect to Deel’s MCP server

Add the following to your ~/.cursor/mcp.json file. To learn more, see the Cursor documentation.

1{
2 "mcpServers": {"deel": {
3 "url": "https://api.letsdeel.com/mcp"
4 }
5 }
6}