The Model Context Protocol (MCP) server enables compatible AI models and agents to securely access Middesk data. The server supports both Server-Sent Events (SSE) and Streamable HTTP transports with OAuth 2.1 authentication.
Middesk provides two transport endpoints:
https://mcp.middesk.com/ssehttps://mcp.middesk.com/mcpInstallation steps vary on the version of Claude.
https://mcp.middesk.com/sseThe mcp-remote module provides backwards compatibility with clients that do not natively support remote MCP. This enables a wider range of AI tools and agents to connect to Middesk data.
For clients that support Streamable HTTP, you can configure the MCP server directly with an API key instead of using OAuth:
Replace mk_live_your_api_key with your Middesk API key. See Get and use your API keys to obtain your key.