ScreenWay MCP & Skills
Connect ScreenWay to AI assistants
Use the ScreenWay MCP Server to control screens, media, programs, notifications, and Designer projects directly from Codex, Claude Desktop, or Cursor.
Quick start
- Open ScreenWay Studio and go to Settings > API Keys.
- Create a new API key for the workspace, space, or screen scope you need.
- Right after creation, use the matching install button: Cursor, Codex, or Claude.
- Start in your AI assistant with a simple prompt, for example: 'List my online screens.'
Cursor
After API key creation, Studio shows an Add-to-Cursor button. Cursor opens directly and imports the MCP configuration with the ScreenWay endpoint.
Codex Plugin / Skill
For Codex, use the ScreenWay plugin or ScreenWay skill. The skill describes the Designer workflow and adds repeatable work patterns on top of the MCP server.
Claude Connector
For Claude, the hosted ScreenWay MCP Server is intended as a remote connector. Until the OAuth connector is fully available, use the manual Bearer token configuration.
Security
API keys are only shown in full once. Existing keys cannot be revealed again. To reconnect an assistant, create a new key and disable old keys that are no longer needed.
Manual configuration
If a client does not support an install button yet, add the MCP server manually. Replace the placeholder with your API key from ScreenWay Studio.
[mcp_servers.screenway]
url = "https://mcp.screenway.com"
[mcp_servers.screenway.headers]
Authorization = "Bearer swk_your_api_key_here"{
"mcpServers": {
"screenway": {
"url": "https://mcp.screenway.com",
"headers": {
"Authorization": "Bearer swk_your_api_key_here"
}
}
}
}