Skip to main content
The Ditto MCP server provides the following tools that your AI coding agent can call.

get_styleguide_rules

Fetches style guide rules from your Ditto workspace, including both workspace-level and project-specific rules. Use this to ensure AI-generated UI text follows your team’s content guidelines. To create and manage style guide rules in Ditto, see How to use Ditto’s AI content systems.

search_ditto_text

Searches your Ditto projects for existing text items by content. Use this to find and reuse strings that already exist in your team’s content, rather than generating new text.
Searching the component library is coming soon.

create_styleguide_rule

Create a new rule in a style guide (name, description, examples, tags).

update_styleguide_rule

Update an existing rule by ID (any field: name, description, examples, tags, enabled).

delete_styleguide_rule

Delete a rule by ID.

get_workspace_tags

Returns all tags currently in use across the workspace. Useful before adding tags to a rule — only existing tags are allowed.