cms-edit for Brightlife Kids
Hosted MCP server for editing Contentful draft content. Sign in with your Contentful account via OAuth — no personal access token required.
Connect to Claude
One-click setup — opens Claude with the connector prefilled. Confirm, then sign in with Contentful.
Deployment
- Project: brightlifekids
- Space ID: c27ds9epot4n
- cms-edit version: 2.0.0
- MCP URL:
https://brightlifekids.content.se.studio/api/mcp - Health: /api/health
Claude Desktop (manual)
Customize → Connectors → Add custom connector — paste the MCP URL, then Connect and sign in with Contentful.
Claude Code
Add the server from your terminal (local scope — this project only):
claude mcp add --transport http cms-edit https://brightlifekids.content.se.studio/api/mcpThen run /mcp in Claude Code and complete OAuth + Contentful sign-in.
{
"mcpServers": {
"cms-edit": {
"type": "http",
"url": "https://brightlifekids.content.se.studio/api/mcp"
}
}
}Verify
Read the cms-edit guide and verify the connection.