blink-cms
Installation
SKILL.md
Blink CMS via MCP
Publish and manage content on blink.new using the user-blink-mcp server. The MCP treats the Blink CMS like a virtual file system with built-in versioning and draft management.
Quick Reference
| Task | Tool | Key Params |
|---|---|---|
| List content | cms_list_dir |
path: "docs" or "blog" |
| Read article | cms_read_file |
path: "blog/article.mdx" |
| Create/Update | cms_write_file |
path, content, publish |
| Edit section | cms_search_replace |
path, old_string, new_string |
| Publish | cms_publish |
paths: ["blog/x.mdx"] |
| Find text | cms_grep |
query, type |
| Semantic search | cms_search |
query, type |
| See drafts | cms_list_drafts |
type |
| Version history | cms_get_versions |
path |