@9d9dev/mcp
v0.5.0
Published
Model Context Protocol server for 9d9. Connect Claude Desktop, Cursor, etc.
Downloads
92
Readme
@9d9dev/mcp
Model Context Protocol server for 9d9. Lets a coding assistant manage your 9d9 site's headless CMS content (pages, posts, navigation) and deploys.
Setup
Add to your assistant's MCP config:
{
"mcpServers": {
"9d9": { "command": "npx", "args": ["-y", "@9d9dev/mcp"] }
}
}Then ask the AI: "List the pages on my 9d9 site and add a new About page."
Pushing a full static-site build (a dist/ directory) goes through the
CLI, not MCP — the assistant
can run 9d9 deploy ./dist from a shell.
Tools exposed
list_pages,get_page,upsert_page,publish_pagelist_deploys,activate_deploy(rollback)attach_domain,get_status,save_api_key
