Connect to Middesk's MCP server
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:
- SSE,
https://mcp.middesk.com/sse - HTTP,
https://mcp.middesk.com/mcp
Install the MCP server for Claude
Installation steps vary on the version of Claude.
Claude Team or Enterprise (Claude.ai)
Claude Desktop (Free or Pro)
- Navigate to Settings > Integrations.
- Click Add more.
- Enter Middesk as the integration name.
- Enter the URL:
https://mcp.middesk.com/sse - Enable the tools in new chats.
Install the MCP server for other MCP-compatible tools
The 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.
Configure with an API key
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.