The Model Context Protocol (MCP) server provides a standardized interface that allows any compatible AI model or agent to access your Middesk data in a simple and secure way.
Connect to our MCP server natively in Claude and other clients or use the mcp-remote module for backwards compatibility with clients that do not support remote MCP.
Our MCP server supports both Server-Sent Events (SSE) and Streamable HTTP transports. Both transports use OAuth 2.1 with dynamic client registration for authentication at the following addresses:
https://mcp.middesk.com/mcphttps://mcp.middesk.com/sseTeam, Enterprise (Claude.ai)
Middeskhttps://mcp.middesk.com/sseFree, Pro (Claude desktop)
~/Library/Application Support/Claude/claude_desktop_config.json{
"mcpServers": {
"middesk": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.middesk.com/sse"]
}
}
}
Many other tools now support MCP servers and you can configure them to use Middesk's MCP server with the following settings:
npx-y mcp-remote https://mcp.middesk.com/sse