惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

W
WeLiveSecurity
The GitHub Blog
The GitHub Blog
Engineering at Meta
Engineering at Meta
Microsoft Azure Blog
Microsoft Azure Blog
The Register - Security
The Register - Security
Stack Overflow Blog
Stack Overflow Blog
博客园 - 三生石上(FineUI控件)
T
Threat Research - Cisco Blogs
S
SegmentFault 最新的问题
V2EX - 技术
V2EX - 技术
Hacker News: Ask HN
Hacker News: Ask HN
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
P
Proofpoint News Feed
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
M
MIT News - Artificial intelligence
AI
AI
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
P
Proofpoint News Feed
Hacker News - Newest:
Hacker News - Newest: "LLM"
B
Blog
N
News and Events Feed by Topic
N
News | PayPal Newsroom
Google DeepMind News
Google DeepMind News
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
C
Cybersecurity and Infrastructure Security Agency CISA
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 【当耐特】
U
Unit 42
腾讯CDC
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
The Cloudflare Blog
H
Help Net Security
Recent Announcements
Recent Announcements
P
Privacy & Cybersecurity Law Blog
IT之家
IT之家
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Security Archives - TechRepublic
Security Archives - TechRepublic
L
LINUX DO - 热门话题
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
H
Heimdal Security Blog
博客园 - 聂微东
S
Securelist
大猫的无限游戏
大猫的无限游戏
Cloudbric
Cloudbric
Cisco Talos Blog
Cisco Talos Blog

Abyss的小屋

微软Azure虚拟机如何允许Ping以及设置root用户 - Abyss的小屋 【已修复】解决新版Claude Code与第三方模型的不兼容问题 如何在Chrome中开启Gemini功能 【玛蒂尔达】小小的孩子也有大大的力量 The Phantom of the Opera is here 【一粒沙】如果想要星星,我就自己去摘 【人要如何摆脱自己的阴影?】德扎 【I’m happy again】雨中曲 致我们——这群最纯粹的热爱音乐的人 【为一部戏奔赴一座城】悲惨世界 解决在VS Code中写C++可能遇到的中文乱码问题
在Windows下的Claude Code中使用Computer Use - Abyss的小屋
Abyss · 2026-06-28 · via Abyss的小屋

相关链接

本文在LINUX DO(L站)上首发,原帖:https://linux.do/t/topic/2490658

Github:https://github.com/RS-Nocsi/codex-cua-mcp

前言

其实不止是Claude Code,理论上任何支持MCP的Agent都可以使用,不过我没有其它的Agent了所以就没试过
实测没有多模态的模型(Mimo V2.5 Pro/Deepseek)也可以正常使用
实际效果跟模型有很大关系,实际效果肯定是不如GPT+Codex的原生Computer Use的,本人试过mimo和deepseek的实际效果很慢也有可能不准确(支持多模态的模型可能效果会更好?)

原理

简单来说就是:Codex的Computer Use本质上就是一个exe文件,理论上可以直接调用,于是我就让我的Claude Code去把它封装成MCP服务器。
更多的技术细节可看项目文件夹下的ARCHITECTURE.md,这里就不展开说了(其实就是因为我自己都不懂
还有一个小细节,得感谢Codex,config\computer-use\config.json可以自定义那个蓝色横幅显示的文本,想改啥都行

如何使用

下载项目文件夹,运行.\setup.ps1即可,会自动注册Claude Code的MCP服务器
该有的文件都有了,核心的exe文件也在里面
详情可看README.md

效果

20260628215951941-image

实际效果取决于模型