cms-edit for point.me
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.
Or use /connect · Editor guide: /cms-edit · Task playbooks: tasks-index
Deployment
- Project: pointme
- Space ID: alwdzgjlz5qv
- cms-edit version: 3.0.1
- MCP URL:
https://pointme.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://pointme.content.se.studio/api/mcpThen run /mcp in Claude Code and complete OAuth + Contentful sign-in.
{
"mcpServers": {
"cms-edit": {
"type": "http",
"url": "https://pointme.content.se.studio/api/mcp"
}
}
}Verify
Read the cms-edit guide and tasks-index, then verify the connection.