Headless CMS Stack
Build content-driven websites and apps with a headless CMS backend, media management, and seamless frontend deployment.
Token Budget
Heavy token usage. Consider removing a server or using a larger context window.
Config
Paste in ~/.claude.json
{
"mcpServers": {
"sanity-mcp": {
"command": "npx",
"args": [
"-y",
"@sanity/mcp-server"
],
"env": {
"SANITY_PROJECT_ID": "YOUR_SANITY_PROJECT_ID",
"SANITY_TOKEN": "YOUR_SANITY_TOKEN"
}
},
"supabase-mcp": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "YOUR_SUPABASE_ACCESS_TOKEN"
}
},
"github-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_GITHUB_PERSONAL_ACCESS_TOKEN"
}
},
"cloudinary-mcp": {
"command": "npx",
"args": [
"-y",
"@cloudinary/asset-management-mcp"
],
"env": {
"CLOUDINARY_CLOUD_NAME": "YOUR_CLOUDINARY_CLOUD_NAME",
"CLOUDINARY_API_KEY": "YOUR_CLOUDINARY_API_KEY",
"CLOUDINARY_API_SECRET": "YOUR_CLOUDINARY_API_SECRET"
}
},
"vercel-mcp": {
"command": "npx",
"args": [
"-y",
"vercel-mcp"
],
"env": {
"VERCEL_API_TOKEN": "YOUR_VERCEL_API_TOKEN"
}
}
}
}Included Servers
Sanity MCP
Sanity
Manage Sanity CMS content with 40+ tools for document operations, schema management, content releases, GROQ queries, and media generation.
Manage structured content with a flexible, real-time headless CMS that supports custom schemas, GROQ queries, and live previews.
Supabase MCP
Supabase
Query your Supabase database, manage tables, run migrations, deploy edge functions, and manage branches directly from your AI editor.
Add authentication, user management, and relational data storage for content that needs access control and dynamic features.
Vercel MCP
Community
Connect to the Vercel API to manage deployments, projects, domains, and environment variables from your AI editor.
Deploy your frontend with automatic preview deployments, edge caching, and instant rollbacks for every content update.
GitHub MCP
Anthropic
Access the GitHub API to manage repositories, issues, pull requests, branches, and workflows directly from your AI editor.
Version control your CMS schemas, frontend code, and content migrations with collaborative pull request workflows.
Cloudinary MCP
Cloudinary
Upload, transform, search, and manage images and videos on Cloudinary with asset management, folder operations, and usage metrics.
Optimize, transform, and deliver images and videos at scale — automatic format selection, resizing, and CDN delivery for all media assets.
Recommended Skills
Skills that pair with the servers in this stack. Learn more
For Supabase MCP
Official Supabase skill covering PostgreSQL optimization, query performance, RLS policies, schema design, and connection management.
npx skillsadd supabase/agent-skills/supabase-postgres-best-practicesSupabase Auth integration patterns with Next.js App Router. Covers SSR auth, middleware, and protected routes.
npx skillsadd sickn33/antigravity-awesome-skills/nextjs-supabase-authFor Vercel MCP
Official Vercel skill for React and Next.js performance optimization, based on Vercel Engineering guidelines.
npx skillsadd vercel-labs/agent-skills/vercel-react-best-practicesOfficial Vercel skill covering Web Interface Guidelines, accessibility audits, and responsive design standards.
npx skillsadd vercel-labs/agent-skills/web-design-guidelinesDeploy applications to Vercel with preview URLs and production environments via Vercel CLI.
npx skillsadd vercel-labs/agent-skills/vercel-deployFor GitHub MCP
Use gh CLI for all GitHub operations including stacked PR workflows, issue management, and CI/CD automation.
npx skillsadd callstackincubator/agent-skills/githubDebug and fix failing GitHub PR checks in GitHub Actions. Automatically diagnoses CI issues and suggests fixes.
npx skillsadd openai/skills/gh-fix-ciAddress PR review comments using GitHub CLI. Streamlines the code review response workflow.
npx skillsadd openai/skills/gh-address-commentsAutomated code review for TypeScript, JavaScript, Python, Go. Analyzes PRs for complexity, SOLID violations, and code smells.