mcpMCP

Connect AI assistants to your workspace to inspect recordings, captures, logs, and network data.

MCP (Model Context Protocol) lets you connect AI assistants — such as Claude Desktop and Cursor — directly to your Screendesk workspace. Once connected, the AI assistant can look up recordings, read bug reports, review console logs, and examine system information on your behalf. This means you can ask your AI assistant questions like "What error is the customer seeing in this recording?" or "Summarize the last 5 bug reports" and get answers grounded in your actual Screendesk data.

circle-info

Plan Availability: Pro and Enterprise only


What AI Assistants Can Access

When you connect an AI assistant via MCP, it can:

  • List and read your recordings — titles, descriptions, transcripts, browser and OS details, screen dimensions, and duration

  • Read console logs — browser errors and warnings captured during a recording session

  • Read network requests — HTTP calls and responses logged during a recording

  • List and read your bug reports — titles, descriptions, screenshots, reporter information, labels, and assignees

The AI assistant sees exactly what you see in Screendesk — no more, no less. This is called permission mirroring: the token you generate carries your personal access level, so the AI can only reach recordings and bug reports that are already visible to you. If you are a Member who only sees recordings in certain folders, the AI has the same restriction.


Setting Up MCP

1

Go to MCP Access settings

Navigate to Profile → MCP Access (listed under Personal Settings in the sidebar).

2

Generate an MCP token

Click Generate MCP Token. A confirmation dialog reminds you that the token will only be displayed once.

Click Generate Token to create it.

3

Copy the token

The token is displayed on the next screen along with a copy button. Copy it immediately and store it somewhere secure — you will not be able to see it again.

The page also shows setup instructions with ready-to-use configuration snippets for Claude Desktop and Cursor, with your token already filled in.

4

Configure your AI assistant

Paste the configuration into your AI assistant's settings. Below are the setups for the most common tools.

Add the following to your Claude Desktop configuration file:

{
  "mcpServers": {
    "screendesk": {
      "url": "https://app.screendesk.io/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN_HERE"
      }
    }
  }
}

Replace YOUR_TOKEN_HERE with the token you copied.

5

Start using it

Once configured, your AI assistant can access Screendesk data. Try asking it to list your recent recordings or summarize a specific bug report.


Managing Your Tokens

Your active tokens are listed on the Profile → MCP Access page. For each token you can see:

  • A preview of the token (first few characters, masked)

  • When it was last used

  • When it was created

  • A Revoke button to permanently disable it

You can generate multiple tokens — for example, one for Claude Desktop and one for Cursor — and revoke them independently.

circle-exclamation

Token Expiration

MCP tokens expire 90 days after creation. When a token expires, the AI assistant will no longer be able to access your Screendesk data. You will need to generate a new token and update your AI assistant's configuration.


Permission Mirroring

MCP tokens inherit your personal permissions. This means:

Your role
What the AI assistant can access

Admin

All recordings and bug reports across the workspace

Editor

All recordings and bug reports across the workspace

Member

Only recordings and bug reports you have access to (based on folder membership, assignments, and mentions)

Watch-only

MCP access is not available — tokens cannot be created

If you belong to multiple workspaces, the AI assistant can access data from all of them, following the same permissions you have in each.

circle-info

The AI assistant never gets more access than you have. If a recording is in a private folder you cannot see, the AI assistant cannot see it either.


Example Use Cases

Here are some ways support teams use MCP with their AI assistants:

Investigating a customer issue — "Look up recording abc123 and tell me what console errors were logged." The AI reads the recording's console logs and gives you a summary of the errors, saving you from scrolling through log output.

Preparing for a follow-up — "List the last 10 bug reports and highlight any that mention checkout failures." The AI scans recent captures and filters them by your criteria.

Getting context before a call — "Summarize the bug report with title 'Login page broken on Safari'." The AI pulls the report details, system information, and any console errors to give you a quick briefing.

Triaging incoming recordings — "What are the most recent recordings and do any of them show JavaScript errors?" The AI lists recordings and checks their console logs for you.


Frequently Asked Questions

chevron-rightDo I need to be an admin to set up MCP?hashtag

No. Any user who is not Watch-only can generate MCP tokens from their own Profile settings. The token reflects your personal permissions, so you do not need admin access to use MCP.

chevron-rightCan I use the same token in multiple AI assistants?hashtag

Yes — a single token can be used in multiple tools. However, for better security, we recommend generating a separate token for each application so you can revoke them independently.

chevron-rightWhat happens if I revoke a token?hashtag

The AI assistant immediately loses access to your Screendesk data. You can generate a new token at any time if you want to reconnect.

chevron-rightCan the AI assistant make changes to my recordings?hashtag

It can update titles, summaries, and descriptions on recordings and bug reports. It cannot delete recordings, change sharing settings, or modify workspace configuration.

chevron-rightIs my data sent to a third party?hashtag

The MCP token gives your AI assistant direct access to the Screendesk API. Your data flows between Screendesk and the AI assistant you configured — Screendesk does not send data to any additional third parties as part of the MCP integration.

chevron-rightAre token actions logged in audit logs?hashtag

Yes. Token creation and revocation are tracked in audit logs (Enterprise plan). The audit log records which user created or revoked the token and when.

Last updated

Was this helpful?