A Model Context Protocol (MCP) server that integrates with BuiltWith's technology detection API. This server allows AI assistants to identify the technology stack behind any website, providing detailed information about frameworks, analytics tools, hosting services, and more - all through natural language commands.
# Clone the repository
git clone https://github.com/builtwith/mcp.git
# Navigate to directory
cd mcp
# Install dependencies
npm install
The BuiltWith MCP Server requires an API key from BuiltWith. Configure the server with your API key as follows:
{
"mcpServers": {
"builtwith": {
"command": "node",
"args": ["[PATH-TO]/bw-mcp-v1.js"],
"env": {
"BUILTWITH_API_KEY": "[YOUR-API-KEY]"
}
}
}
}
~/Library/Application Support/Claude/claude_desktop_config.json
(macOS) or %APPDATA%\Claude\claude_desktop_config.json
(Windows)~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
(macOS) or %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
(Windows)Once configured, you can use the BuiltWith MCP Server with any MCP-compatible AI assistant. Here are some examples of what you can ask:
The BuiltWith MCP Server acts as a bridge between AI assistants and the BuiltWith API:
For more information about the BuiltWith API, visit:
This project is licensed under the MIT License - see the LICENSE file for details.
Made with β€οΈ for the AI community