
🔍 BuiltWith MCP Server 🚀

2025.05.05
0
JavaScript技术栈分析网站技术检测开发效率
BuiltWith MCP Server 是一个与 BuiltWith 技术检测 API 集成的模型上下文协议服务器。该服务器允许 AI 助手通过自然语言命令识别任何网站背后的技术栈,提供有关框架、分析工具、托管服务等的详细信息。
View on GitHub
Overview
🌟 基本能力
产品定位
BuiltWith MCP Server 主要用于帮助开发者和 AI 助手快速识别和分析网站的技术栈。
核心功能
- 🌐 域名查询:获取任何网站的全面技术配置文件
适用场景
- 技术栈分析
- 网站技术比较
- 开发和研究
工具列表
- BuiltWith API:用于获取网站技术栈信息
常见问题解答
- 需要 BuiltWith API 密钥才能使用
- 配置文件的路径在不同平台上有所不同
🛠️ 使用教程
使用依赖
- Node.js
- BuiltWith API 密钥
安装教程
# 克隆仓库
git clone https://github.com/builtwith/mcp.git
# 进入目录
cd mcp
# 安装依赖
npm install
调试方式
- 确保已正确配置 BuiltWith API 密钥
- 使用示例查询测试服务器功能
- 检查日志以排查问题
⚙️ 配置
需要从 BuiltWith 获取 API 密钥,并按以下方式配置服务器:
{
"mcpServers": {
"builtwith": {
"command": "node",
"args": ["[PATH-TO]/bw-mcp-v1.js"],
"env": {
"BUILTWITH_API_KEY": "[YOUR-API-KEY]"
}
}
}
}
配置文件位置
- Claude Desktop: macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Windows:%APPDATA%\Claude\claude_desktop_config.json
- VS Code (Cursor/Claude Dev): macOS:
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
Windows:%APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
🚀 使用示例
- "example.com 使用了哪些技术?"
- "nytimes.com 运行在什么 CMS 上?"
- "amazon.com 使用 Google Analytics 吗?"
- "spotify.com 使用了哪些 JavaScript 框架?"
- "netflix.com 使用什么托管提供商?"
- "比较 facebook.com 和 twitter.com 的技术栈"