MCP Server: L1-aware grammar, style, translation & tone tools. 70 local rules, zero API keys needed. Powered by BeLikeNative.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bln-mcp-grammar-serv": {
"command": "npx",
"args": [
"-y",
"theluckystrike/bln-mcp-grammar-server"
]
}
}
}
Run in terminal:
claude mcp add bln-mcp-grammar-serv npx -y theluckystrike/bln-mcp-grammar-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"bln-mcp-grammar-serv": {
"command": "npx",
"args": [
"-y",
"theluckystrike/bln-mcp-grammar-server"
]
}
}
}