streamable-httpupdated 2mo ago
The official Model Context Protocol server for BrightSite — connect AI assistants like Claude to manage your websites, pages, blog posts, components, forms, media, and analytics.
¿Qué puedes hacer con BrightSite?
BrightSite MCP Server
The official Model Context Protocol server for BrightSite — connect AI assistants like Claude to manage your websites, pages, blog posts, components, forms, media, and analytics.
Endpoint
https://onbrightsite.com/api/mcp
Transport: Streamable HTTP.
Authentication
The server supports two authentication methods. Most modern MCP clients will negotiate OAuth automatically; clients that don't can fall back to a Bearer token.
OAuth 2.1 (recommended)
OAuth-capable clients (Claude.ai, ChatGPT, Claude Desktop with OAuth, etc.) discover the auth flow automatically via /.well-known/oauth-protected-resource. Dynamic Client Registration (RFC 7591) is supported — no manual app setup needed.
Bearer token
For clients that don't support OAuth, generate a personal API key:
- Sign in at onbrightsite.com
- Go to Settings → MCP Keys
- Create a new key (format:
bs_...) - Configure your client with:
{
"mcpServers": {
"brightsite": {
"url": "https://onbrightsite.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Capabilities
- Pages — create, update, publish, duplicate; manage layouts, HEEx templates, and SEO metadata
- Blog — posts, listing/post-card designs, blog settings, templates
- Components — reusable UI blocks with editable props
- Forms — create forms, view submissions
- Media — upload files, manage folders
- Analytics — visitor stats, top pages, referrers, device/browser/country breakdowns
- Redirects, layouts, error pages, global code, versioning
Registry
This server is published to the MCP Registry as io.github.brightsitehq/brightsite. The canonical metadata is in server.json.
Links
- Website: https://onbrightsite.com
- Sign up: https://onbrightsite.com
- MCP spec: https://modelcontextprotocol.io
Instalación
Añade BrightSite a tu cliente. Elige el que uses.
claude mcp add --transport http brightsite https://onbrightsite.com/api/mcpcodex mcp add brightsite --url https://onbrightsite.com/api/mcp{
"mcpServers": {
"brightsite": {
"url": "https://onbrightsite.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"brightsite": {
"type": "http",
"url": "https://onbrightsite.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"brightsite": {
"url": "https://onbrightsite.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"brightsite": {
"serverUrl": "https://onbrightsite.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Puntuación
39 / 100
Incompleta
- Documentación22/25
- Mantenimiento16/25
- Confianza9/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 62 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.0.0Última | 12 may 2026 |