Skip to content
TopicTracker
来自 HackerNews查看原文
译文语言译文语言

Show HN: Tilion – 为 Claude Code 提供的 MCP 工具,防止其在网页访问中被屏蔽

Tilion 是一个为 Claude Code 开发的开源 MCP(模型上下文协议)工具,旨在解决 AI 编码助手在访问网页时被拦截的问题。该项目通过提供专用的协议接口,帮助 Claude Code 更顺畅地获取网络资源,避免因反爬虫机制或访问限制导致的连接失败,从而提升 AI 编程助手的实用性和可靠性。

背景速读

- MCP(Model Context Protocol)是 Anthropic 推出的一种开放协议,让 AI 模型(如 Claude)在运行时能调用外部工具和数据源,从而突破对话窗口的静态限制。 - Claude Code 是 Anthropic 的命令行编程助手,能直接读文件、执行命令,但默认无法自由访问互联网,在需要抓取文档、查 API 或访问受限网页时会“卡住”。 - Tilion 是一个开源工具,本质上是为 Claude Code 提供一个 MCP 服务器,使其能通过浏览器自动化(类似无头浏览器)的方式访问网页,从而绕过某些网站对 AI 爬虫的封锁。 - 该项目针对的痛点:越来越多的网站(如文档站、技术论坛)开始屏蔽 AI 爬虫或要求登录,导致 Claude Code 无法获取最新信息;Tilion 让 AI 助手“像人一样浏览网页”,而非以机器身份请求数据。

相关报道

  • Newer Claude models sometimes invent extra keys in tool call arguments, breaking validation in Pi's edit tool. The author suspects post-training for Claude Code's forgiving harness makes alternative schemas fail. This suggests closed RL training can degrade general tool-use reliability.

  • Simon Willison released llm-coding-agent 0.1a0, an experimental coding agent built on his LLM library. The agent provides tools for reading, editing, searching files and executing commands, and ships with a Python API and CLI. It was developed using Claude Code (Fable 5) via TDD with a spec-first approach, and is available as a slop-alpha on PyPI.

  • Truth Social remains an outlet primarily for Trump's own posts, while other administration officials continue using X. The platform functions as a blog-like channel for Trump's messages rather than a genuine social network competitor.