Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the TeamViewer API in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
通过 AI 代理和 MCP 管理 TeamViewer 设备、联系人和远程会话。监控设备状态并创建支持会话。
试试这样问
TeamViewer API 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
TeamViewer 与 AI 代理
TeamViewer 是领先的远程访问和支持平台。将其 Web API 连接到 MCP 使 AI 代理能够管理设备、监控在线状态并创建远程支持会话。
使用内置适配器快速设置
步骤 1:部署 AnythingMCP
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
步骤 2:导入 TeamViewer 适配器
打开 http://localhost:3000/connectors/store,然后点击 TeamViewer API 适配器上的 导入。在提示时输入你的 TeamViewer 访问令牌。
步骤 3:获取你的访问令牌
在 TeamViewer 管理控制台的 个人资料 > 应用 > 创建脚本令牌 下生成脚本令牌。授予对设备、联系人和会话的访问权限。
步骤 4:连接到你的 AI 代理
{
"mcpServers": {
"teamviewer": {
"url": "http://localhost:4000/mcp"
}
}
}
可用工具
| 工具 | 描述 |
|---|---|
teamviewer_list_devices | 列出所有管理的设备及其在线状态 |
teamviewer_get_device | 获取特定设备的详细信息 |
teamviewer_list_contacts | 列出你地址簿中的联系人 |
teamviewer_list_groups | 列出设备组 |
teamviewer_get_account | 获取当前账户信息 |
teamviewer_list_sessions | 列出所有活动的远程会话 |
AI 代理用例
- “我有哪些设备当前在线?”
- “给我显示设备 XYZ 的详细信息”
- “‘服务器’组中有多少设备?”
- “列出所有活动的远程支持会话”
这份指南对你有帮助吗?