Back to Home
nathaliaju icon

grammarly-mcp

Verified Safe

by nathaliaju

Overview

This MCP server provides a tool for detecting AI-generated content and plagiarism in text using Grammarly, with optional AI-powered text rewriting and analysis features.

Installation

Run Command
npx grammarly-mcp-server

Environment Variables

  • BROWSER_PROVIDER
  • BROWSERBASE_API_KEY
  • BROWSERBASE_PROJECT_ID
  • BROWSER_USE_API_KEY
  • BROWSER_USE_PROFILE_ID
  • CLAUDE_API_KEY
  • OPENAI_API_KEY
  • GOOGLE_GENERATIVE_AI_API_KEY
  • ANTHROPIC_API_KEY
  • STAGEHAND_LLM_PROVIDER
  • REWRITE_LLM_PROVIDER
  • CLAUDE_MODEL
  • OPENAI_MODEL
  • GOOGLE_MODEL
  • ANTHROPIC_MODEL
  • LOG_LEVEL
  • LLM_REQUEST_TIMEOUT_MS
  • CONNECT_TIMEOUT_MS
  • IGNORE_SYSTEM_ENV

Security Notes

The server leverages third-party cloud browser automation (Browserbase/Stagehand or Browser Use Cloud) and various LLM providers (Claude, OpenAI, Google, Anthropic). The code itself sanitizes user text before sending it to LLMs and restricts browser navigation to Grammarly domains, which are good practices. API keys are expected to be configured via environment variables, not hardcoded. The overall security is highly dependent on the robustness of these external cloud services and LLM providers. No `eval` or blatant malicious patterns were found in the provided source code.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens2500
Stars0
Forks0
Last Update2026-01-19

Tags

AI DetectionPlagiarismText OptimizationGrammarlyBrowser Automation