Loading MCP server directory, please wait...
Manage Cosmic CMS content, media, object types, and AI generation from any MCP client.
npx @getmcp/cli add com.cosmicjs/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
COSMIC_BUCKET_SLUGSlug of the Cosmic bucket to operate on
COSMIC_READ_KEYBucket read key. Enables the read-only tools
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.cosmicjs/mcp": {
"command": "npx",
"args": [
"-y",
"@cosmicjs/mcp"
],
"env": {
"COSMIC_BUCKET_SLUG": "",
"COSMIC_READ_KEY": "",
"COSMIC_WRITE_KEY": ""
}
}
}
}