Back to MCP Servers
Mermaid Grammer Inspector
A Model Context Protocol (MCP) server for validating Mermaid diagram syntax and providing comprehensive grammar checking capabilities
architecture-designai
By betterhyq
Installation
npx -y mermaid_grammer_inspector_mcpConfiguration
{
"mcpServers": {
"mermaid_grammer_inspector_mcp": {
"command": "npx",
"args": ["-y", "mermaid_grammer_inspector_mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes