Connecting an AI assistant (MCP)
Let an AI assistant work with your Display Link account through MCP, with permissions you control.
Last updated About 2 months ago
Display Link supports MCP (Model Context Protocol), which lets an AI assistant or agent work directly with your account β designs, playlists, Drive, displays, products and more β through Display Link's secure API, using only the permissions you grant. Clients such as Claude, ChatGPT, Cursor and Claude Code can connect.
Server details
- Server URL:
https://api.display-link.nl/mcp - Connector name:
Display Link - Authentication: OAuth β on first connect the app opens a Display Link sign-in / approval screen in your browser. There are no keys or tokens to copy by hand; your password is never shared with the app.
Claude (claude.ai custom connector)
- Open Settings βΊ Connectors βΊ Add custom connector.
- Set the Name to
Display Link. - Paste
https://api.display-link.nl/mcpinto the Remote MCP server URL field. - Click Add β Claude opens the Display Link OAuth screen. Approve to connect.
ChatGPT (Developer mode β requires Pro / Business)
- Open Settings βΊ Connectors βΊ Advanced.
- Toggle Developer mode on and click Create app.
- Set the Name to
Display Link. - Paste
https://api.display-link.nl/mcpinto the MCP Server URL field. - Leave Authentication on OAuth and submit. ChatGPT opens the Display Link OAuth screen β approve to connect.
Cursor
Add to Cursor β opens Cursor with the server pre-filled and walks you through OAuth.
Prefer to add it manually? Open Settings βΊ MCP βΊ Add new MCP server with:
- Name:
Display Link - URL:
https://api.display-link.nl/mcp
Claude Code
Run this in any terminal β Claude Code stores the server in its global config and walks you through OAuth on first use:
claude mcp add --transport http "Display Link" https://api.display-link.nl/mcp Other clients (Continue, Zed, β¦)
Add the entry below to your client's mcpServers.json. The OAuth flow runs automatically on the first request.
{ "mcpServers": { "Display Link": { "url": "https://api.display-link.nl/mcp" } } } Choose what to grant
On the consent screen you decide exactly what the app may do:
- Accounts β grant all your accounts, or pick specific ones.
- Permissions (scopes) β expand each group and tick only the scopes you want to allow.
Click Approve to connect (or Deny to cancel). The assistant can then act within those limits.
Manage or revoke access
Open Profile βΊ MCP at any time to see every connected app, its granted scopes and accounts, and when it was last used. From there you can Edit which accounts and scopes an app may use, or Revoke its access entirely.