index.mdโข4.13 kB
---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: 'Cosmic MCP Server'
text: 'AI-Powered Content Management'
tagline: 'A robust, production-ready Model Context Protocol server for seamless AI integration with Cosmic headless CMS'
image:
src: /logo.svg
alt: Cosmic MCP Server
actions:
- theme: brand
text: Get Started
link: /getting-started
- theme: alt
text: View on GitHub
link: https://github.com/patgpt/cosmic-mcp
features:
- icon: ๐
title: Production Ready
details: Built with TypeScript, comprehensive testing, and enterprise-grade error handling. Includes rate limiting, logging, and graceful degradation.
- icon: ๐ค
title: AI-First Design
details: Specifically designed for AI assistants and agents. Includes 150+ example prompts and optimized tool descriptions for better AI understanding.
- icon: ๐ ๏ธ
title: Complete Toolset
details: Full CRUD operations for objects, media, and content types. Search, filter, paginate, and manage your entire Cosmic CMS through AI.
- icon: ๐ฆ
title: Easy Installation
details: Get started in seconds with npx cosmic-mcp. No complex setup required - just add your Cosmic credentials and you're ready to go.
- icon: ๐ง
title: Highly Configurable
details: Flexible configuration options for rate limiting, logging, API endpoints, and more. Works with any Cosmic bucket setup.
- icon: ๐
title: Secure by Default
details: Built-in security features including input validation, rate limiting, and secure credential handling. No data storage or caching.
- icon: ๐
title: Rich Documentation
details: Comprehensive guides, API references, and practical examples. Perfect for developers and AI enthusiasts of all skill levels.
- icon: ๐
title: Multi-Client Support
details: Works seamlessly with VS Code, Cursor, and any MCP-compatible client. Consistent experience across all platforms.
- icon: โก
title: High Performance
details: Optimized for speed with efficient API calls, smart caching strategies, and minimal overhead. Built with Bun for maximum performance.
---
## ๐ฏ Perfect For
**Content Creators** - Manage your blog, portfolio, or marketing site with AI assistance
**Developers** - Build dynamic applications with AI-powered content management
**Agencies** - Streamline client content workflows with intelligent automation
**E-commerce** - Manage product catalogs, descriptions, and media with AI help
## ๐ Quick Start
```bash
# Install and run with npx (recommended)
npx -y cosmic-mcp
# Or install globally
npm install -g cosmic-mcp
cosmic-mcp
```
Just add your Cosmic credentials and you're ready to manage content with AI!
## ๐ก What You Can Do
- **"Create a blog post about AI trends with SEO optimization"**
- **"Upload and organize product images for the electronics category"**
- **"List all draft content that needs review"**
- **"Update the homepage hero section with new copy"**
- **"Search for all posts mentioning 'artificial intelligence'"**
- **"Create a new product type with pricing and inventory fields"**
## ๐ Why Choose Cosmic MCP?
- โ
**Zero Configuration** - Works out of the box
- โ
**AI Optimized** - Designed specifically for AI workflows
- โ
**Production Tested** - Used in real-world applications
- โ
**Open Source** - MIT licensed, community driven
- โ
**Active Development** - Regular updates and improvements
- โ
**Great Support** - Comprehensive docs and examples
## ๐ Trusted by Developers
Used by developers and AI enthusiasts worldwide to build better content management workflows.
---
<div style="text-align: center; margin: 2rem 0;">
<h3>Ready to supercharge your content management with AI?</h3>
<p>Get started in less than 2 minutes with our comprehensive setup guide.</p>
<a href="/getting-started" style="display: inline-block; padding: 12px 24px; background: #007acc; color: white; text-decoration: none; border-radius: 6px; font-weight: bold; margin: 1rem;">Get Started Now โ</a>
</div>