by builtwith
Retrieves technology stack information for any website via the BuiltWith API, enabling AI assistants to answer queries about frameworks, analytics tools, hosting services, and more.
BuiltWith Mcp Server acts as a bridge between AI assistants and the BuiltWith technology‑lookup API. It receives natural‑language queries about a domain, forwards the request to BuiltWith, formats the response, and returns concise, human‑readable insights.
npm install
.node [PATH-TO]/bw-mcp-v1.js
).Q: Do I need a BuiltWith API key?
A: Yes. Sign up at https://api.builtwith.com/ to obtain a key and set it in the BUILTWITH_API_KEY
environment variable.
Q: Which domains can I query? A: Any publicly accessible domain; the API respects BuiltWith’s usage limits.
Q: Can I query multiple domains in one request? A: The server handles one domain per request, but you can script multiple calls sequentially.
Q: What are the rate limits? A: Limits are defined by your BuiltWith subscription tier. Exceeding them returns an error from the API.
Q: How do I integrate this with Claude Desktop?
A: Add the server entry to claude_desktop_config.json
(macOS) or %APPDATA%\Claude\claude_desktop_config.json
(Windows) as shown in the README.
Q: Is there a Docker image available? A: Not at the moment; you can containerize the Node.js app yourself if needed.
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.
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "builtwith": { "command": "node", "args": [ "[PATH-TO]/bw-mcp-v1.js" ], "env": { "BUILTWITH_API_KEY": "<YOUR_API_KEY>" } } } }
Discover more MCP servers with similar functionality and use cases
by danny-avila
Provides a customizable ChatGPT‑like web UI that integrates dozens of AI models, agents, code execution, image generation, web search, speech capabilities, and secure multi‑user authentication, all open‑source and ready for self‑hosting.
by ahujasid
BlenderMCP integrates Blender with Claude AI via the Model Context Protocol (MCP), enabling AI-driven 3D scene creation, modeling, and manipulation. This project allows users to control Blender directly through natural language prompts, streamlining the 3D design workflow.
by pydantic
Enables building production‑grade generative AI applications using Pydantic validation, offering a FastAPI‑like developer experience.
by GLips
Figma-Context-MCP is a Model Context Protocol (MCP) server that provides Figma layout information to AI coding agents. It bridges design and development by enabling AI tools to directly access and interpret Figma design data for more accurate and efficient code generation.
by mcp-use
Easily create and interact with MCP servers using custom agents, supporting any LLM with tool calling and offering multi‑server, sandboxed, and streaming capabilities.
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
by lharries
WhatsApp MCP Server is a Model Context Protocol (MCP) server for WhatsApp that allows users to search, read, and send WhatsApp messages (including media) through AI models like Claude. It connects directly to your personal WhatsApp account via the WhatsApp web multi-device API and stores messages locally in a SQLite database.
by idosal
GitMCP is a free, open-source remote Model Context Protocol (MCP) server that transforms any GitHub project into a documentation hub, enabling AI tools to access up-to-date documentation and code directly from the source to eliminate "code hallucinations."
by Klavis-AI
Klavis AI provides open-source Multi-platform Control Protocol (MCP) integrations and a hosted API for AI applications. It simplifies connecting AI to various third-party services by managing secure MCP servers and authentication.