Bootstrap Studio MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bootstrap Studio MCP Serveranalyze my Bootstrap Studio project file"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bootstrap Studio MCP Server
An MCP (Model Context Protocol) server that provides tools for analyzing Bootstrap Studio .bsdesign project files, generating Bootstrap 5 component code, and looking up Bootstrap documentation. Designed to complement Bootstrap Studio's built-in AI assistant with file-level project analysis and code generation capabilities.
Features
Project Analysis (7 tools)
Tool | Description |
| Parse a |
| List all pages with metadata and component counts |
| Get the full component tree for a specific page |
| Search components by type, label, or text content |
| Extract all custom CSS/SASS code from the project |
| Extract all custom JavaScript code from the project |
| Extract all visible text from a page |
Code Generation (5 tools)
Tool | Description |
| Generate Bootstrap 5 component HTML (21 components: navbar, card, form, modal, table, carousel, accordion, alert, badge, breadcrumb, progress, spinner, hero, features, footer, contact-form, pricing, testimonial, timeline, faq, stats) |
| Generate complete page layouts (full-page, dashboard) |
| Generate custom CSS with responsive breakpoints |
| Generate custom JavaScript (smooth scroll, navbar effects, form validation, tooltips, etc.) |
| Check Bootstrap 4 to 5 class name migrations |
Documentation Lookup (2 tools)
Tool | Description |
| Look up Bootstrap 5 CSS class documentation |
| Search Bootstrap 5 component reference with code examples |
Project Editing (6 tools)
Tool | Description |
| Update component properties, CSS classes, text, or label |
| Add a new component at a specified position in the tree |
| Remove a component from a page by its path |
| Write custom CSS using Bootstrap Studio's native structured block format |
| Write custom JavaScript code |
| Update multiple components in a single request (single file write) |
Related MCP server: Webpixels MCP Server
Installation
git clone https://github.com/niz1230/bootstrap-studio-mcp-server.git
cd bootstrap-studio-mcp-server
npm install
npm run buildConfiguration
Add to your MCP client configuration (e.g., opencode.json):
{
"mcp": {
"bootstrap-studio": {
"type": "local",
"command": ["node", "C:\\path\\to\\bootstrap-studio-mcp-server\\dist\\index.js"]
}
}
}Requirements
Node.js >= 18
npm >= 9
Bootstrap Studio MCP 服务器(中文说明)
一个 MCP(模型上下文协议) 服务器,提供分析 Bootstrap Studio .bsdesign 项目文件、生成 Bootstrap 5 组件代码以及查询 Bootstrap 文档的工具。旨在补充 Bootstrap Studio 内置 AI 助手的功能,提供文件级项目分析和代码生成能力。
功能
项目分析(7 个工具)
工具 | 说明 |
| 解析 |
| 列出所有页面及其元数据和组件数量 |
| 获取指定页面的完整组件树 |
| 按类型、标签或文本内容搜索组件 |
| 提取项目中所有自定义 CSS/SASS 代码 |
| 提取项目中所有自定义 JavaScript 代码 |
| 提取页面中所有可见文本 |
代码生成(5 个工具)
工具 | 说明 |
| 生成 Bootstrap 5 组件 HTML(21 种组件:导航栏、卡片、表单、模态框、表格、轮播、折叠面板、提示框、徽章、面包屑、进度条、加载动画、英雄区、特性区、页脚、联系表单、定价表、用户评价、时间线、常见问题、数据统计) |
| 生成完整页面布局(全页面、仪表盘) |
| 生成包含响应式断点的自定义 CSS |
| 生成自定义 JavaScript(平滑滚动、导航栏效果、表单验证、提示框等) |
| 检查 Bootstrap 4 到 5 的类名迁移 |
文档查询(2 个工具)
工具 | 说明 |
| 查询 Bootstrap 5 CSS 类名文档 |
| 搜索 Bootstrap 5 组件参考和代码示例 |
项目编辑(6 个工具)
工具 | 说明 |
| 修改组件属性、CSS 类、文本或标签 |
| 在指定位置添加新组件 |
| 按路径删除组件 |
| 写入自定义 CSS(Bootstrap Studio 原生结构化格式) |
| 写入自定义 JavaScript 代码 |
| 批量修改多个组件(一次文件写入) |
安装
git clone https://github.com/niz1230/bootstrap-studio-mcp-server.git
cd bootstrap-studio-mcp-server
npm install
npm run build配置
添加到 MCP 客户端配置中(例如 opencode.json):
{
"mcp": {
"bootstrap-studio": {
"type": "local",
"command": ["node", "C:\\path\\to\\bootstrap-studio-mcp-server\\dist\\index.js"]
}
}
}环境要求
Node.js >= 18
npm >= 9
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides AI assistants with tools to grade, generate, and validate UI components against the components.build specification. Supports searching documentation, checking compliance, and generating framework-agnostic accessible components.118Apache 2.0

Webpixels MCP Serverofficial
AlicenseAqualityDmaintenanceEnables AI assistants to search, retrieve, and assemble Bootstrap UI components from the Webpixels library. It provides tools to explore component categories, fetch HTML snippets, and build complete web pages.563MIT- Alicense-qualityAmaintenanceProvides real-time access to shadcn-svelte component documentation and developer utilities using web scraping.58MIT
- FlicenseAqualityCmaintenanceProvides 8 MCP tools for frontend design: load design system, generate components, scaffold pages, review consistency, extract tokens, check WCAG 2.2 AA, test responsiveness, and export to Figma.8
Related MCP Connectors
Get up-to-date, version-specific documentation and code examples from official sources directly in…
Turn any live website into brand colors, fonts, design tokens, SVGs, Lottie and paste-ready code.
Search VeChain documentation, query on-chain data, and fetch fee suggestions with direct links to…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fengweimian/bootstrap-studio-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server