grammarly-mcp
Verified Safeby 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
npx grammarly-mcp-serverEnvironment 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
chrome-devtools-mcp
Control and inspect a live Chrome browser programmatically via an MCP server, enabling AI coding agents to perform reliable automation, in-depth debugging, and performance analysis.
Scrapling
Provides adaptive web scraping capabilities to AI chatbots and agents, allowing them to fetch, parse, and extract targeted data from websites, including dynamic content and anti-bot protected sites.
mcp-server-browserbase
Enables LLMs to perform cloud browser automation tasks such as navigating, interacting with elements, extracting data, and capturing screenshots on web pages.
AgentBoard
Integrates AI agents with browser capabilities, enabling interaction with web pages and external Model Context Protocol (MCP) servers through a suite of specialized tools for tasks like content extraction and web automation.