A
licenseNot graded
qualityA
maintenanceA Windows-first local MCP server that lets Codex inspect and control Krita through a small, authenticated bridge.
137 PyPI
7
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool performs a distinct action: showing controls, setting the translation mode, and retrieving status. There is no overlap or ambiguity between them.
All three tool names follow the same verb_noun pattern: show_bilingual_controls, set_bilingual_mode, get_bilingual_status. The naming is predictable and consistent.
With exactly three tools, the server is tightly scoped to its purpose of managing a bilingual overlay. Each tool covers a necessary aspect without redundancy or bloat.
The tool set covers the full lifecycle of the overlay: displaying controls, changing modes, and checking status. No obvious gaps exist for the stated purpose.