A Model Context Protocol (MCP) server for validating Mermaid diagram syntax and providing comprehensive grammar checking capabilities English | 简体中文 Install the package: start the service locally set the config Published under the MIT license. Made by community 💛 🤖 auto updated with automd
Add this skill
npx mdskills install betterhyq/mermaid-grammer-inspector-mcpClear setup instructions for Mermaid validation server but lacks tool descriptions and capability details
A Model Context Protocol (MCP) server for validating Mermaid diagram syntax and providing comprehensive grammar checking capabilities
English | 简体中文
Install the package:
# npm
npm installg @betterhyq/mermaid-grammer-inspector-mcp
# yarn
yarn addg @betterhyq/mermaid-grammer-inspector-mcp
# pnpm
pnpm addg @betterhyq/mermaid-grammer-inspector-mcp
# bun
bun installg @betterhyq/mermaid-grammer-inspector-mcp
# deno
deno installg npm:@betterhyq/mermaid-grammer-inspector-mcp
{
"mcpServers": {
"mermaid-grammer-inspector": {
"command": "npx",
"type": "stdio",
"transportType": "stdio",
"args": [
"-y",
"mermaid-grammer-inspector"
]
}
}
}
start the service locally
mermaid-grammer-inspector --http --port=4000
set the config
{
"mcpServers": {
"mermaid-grammer-inspector": {
"url": "http://0.0.0.0:4000/sse",
"type": "sse",
"transportType": "sse"
}
}
}
Published under the MIT license. Made by community 💛
🤖 auto updated with automd
Install via CLI
npx mdskills install betterhyq/mermaid-grammer-inspector-mcpMermaid Grammer Inspector MCP is a free, open-source AI agent skill. A Model Context Protocol (MCP) server for validating Mermaid diagram syntax and providing comprehensive grammar checking capabilities English | 简体中文 Install the package: start the service locally set the config Published under the MIT license. Made by community 💛 🤖 auto updated with automd
Install Mermaid Grammer Inspector MCP with a single command:
npx mdskills install betterhyq/mermaid-grammer-inspector-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Mermaid Grammer Inspector MCP works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.