Scenic MCP - Input Control for Scenic Applications
@scenic-contrib
关于 Scenic MCP - Input Control for Scenic Applications
an EXPERIMENTAL implementation of an MCP server for Scenic apps.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"scenic_mcp_experimental": {
"command": "node",
"args": [
"src/index.ts"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Scenic MCP - Input Control for Scenic Applications?
It is an MCP server that enables external keyboard and mouse input injection into Scenic GUI applications, allowing remote control via any MCP-compatible client.
How to use Scenic MCP - Input Control for Scenic Applications?
Add the dependency to your Scenic application's mix.exs and install Node.js dependencies. Start the Elixir server and run the MCP server. Invoke MCP tools like send_keys, send_mouse_move, and send_mouse_click from an MCP client.
Key features of Scenic MCP - Input Control for Scenic Applications
- Send text and special keys to Scenic applications
- Move mouse cursor and click at specific coordinates
- Works with any MCP-compatible client (Claude Desktop, etc.)
- TCP-based connection for low-latency input
- Uses proper Scenic ViewPort input routing
Use cases of Scenic MCP - Input Control for Scenic Applications
- Automating GUI testing in Scenic applications
- Remote control of Scenic interfaces from AI assistants
- Integrating Scenic apps with external automation workflows
FAQ from Scenic MCP - Input Control for Scenic Applications
What are the runtime requirements?
Elixir/OTP 24+, Node.js 18+, and Scenic 0.11+ are required.
How does it communicate with Scenic?
It uses a TCP-based connection (port 9999) to an Elixir GenServer bridge that sends inputs via Scenic.ViewPort.Input.send/2.
Can I send keyboard modifiers?
Yes, the send_keys tool supports modifiers like ctrl, shift, alt, cmd, and meta.
Is this server compatible with any MCP client?
Yes, it works with any MCP-compatible client such as Claude Desktop.
What transport protocol does it use?
The MCP server uses TCP for real-time communication.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Blender
ahujasidOpen-source MCP to use Blender with any LLM
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论