No install? Use cloud.anythingmcp.com directly.
Sign in, install the TeamViewer API in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
TL;DR
使用 MCP 将 TeamViewer 连接到 Claude AI。通过自然语言管理设备、联系人和支持会话。逐步设置指南。
将 TeamViewer 连接到 Claude
TeamViewer 是领先的远程访问和支持平台。通过 AnythingMCP,您可以将 TeamViewer 连接到 Claude AI,并使用自然语言管理您的设备和支持会话。
您可以做什么
- "当前在线的设备有哪些?"
- "给我显示设备 d12345 的详细信息"
- "列出我 TeamViewer 账户中的所有联系人"
- "现在有任何活动的支持会话吗?"
设置
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
- 打开
http://localhost:3000/connectors/store并导入 TeamViewer 适配器 - 输入您的 TeamViewer API 令牌
- 将连接器分配给 MCP 服务器
连接 Claude
{
"mcpServers": {
"teamviewer": { "url": "http://localhost:4000/mcp" }
}
}
可用工具
| 工具 | 描述 |
|---|---|
teamviewer_list_devices | 列出所有注册的设备及其在线状态 |
teamviewer_get_device | 获取特定设备的详细信息 |
teamviewer_list_contacts | 列出所有联系人 |
teamviewer_list_groups | 列出设备组 |
teamviewer_get_account_info | 获取账户信息 |
teamviewer_list_sessions | 列出活动和最近的会话 |
这份指南对您有帮助吗?