@naatchaal/editor-mcp
v1.0.3
Published
MCP server for Cursor/Claude to implement and customize @naatchaal/editor (docs search, toolbar builder, integration snippets).
Downloads
129
Maintainers
Readme
@naatchaal/editor-mcp
MCP (Model Context Protocol) server so Cursor, Claude, and other agents can implement and customize @naatchaal/editor.
Tools
| Tool | Purpose |
|------|---------|
| get_overview | Short llms.txt (hard rules / myths) |
| get_full_docs | Full API docs |
| get_agent_rules | MUST — hard rules (AGENTS.md) |
| search_docs | Keyword search |
| list_actions | Toolbar / marks / blocks |
| build_toolbar | Optional toolbar JSON (customization only) |
| generate_integration | Drop-in Next/React snippet (style: simple default — no themed config; customized for toolbar/theme) |
| validate_config | Validate partial EditorConfig JSON when customizing |
Run (Cursor)
Add to Cursor MCP settings (.cursor/mcp.json or user MCP config):
{
"mcpServers": {
"naat-editor": {
"command": "npx",
"args": ["-y", "@naatchaal/editor-mcp"]
}
}
}Local monorepo:
{
"mcpServers": {
"naat-editor": {
"command": "node",
"args": ["packages/naat-editor-mcp/dist/index.js"]
}
}
}Dev
npm run build -w @naatchaal/editor-mcp
node packages/naat-editor-mcp/dist/index.jsRelated
- Playground: https://naat.tools/editor
- AI index: https://naat.tools/editor/llms.txt
- npm editor: https://www.npmjs.com/package/@naatchaal/editor
