Skip to main content
Glama
package.json1.68 kB
{ "name": "grammarly-mcp", "version": "0.1.0", "description": "MCP server for Grammarly AI detection and plagiarism scoring via Stagehand + Browserbase browser automation.", "private": true, "type": "module", "main": "dist/server.js", "bin": { "grammarly-mcp-server": "./dist/server.js" }, "scripts": { "build": "tsup src/server.ts --format esm --clean", "start": "node dist/server.js", "type-check": "tsc -p tsconfig.json --noEmit", "biome:check": "biome check .", "biome:fix": "biome check --write .", "lint": "biome lint .", "format": "biome format --write .", "check-all": "pnpm type-check && pnpm biome:check", "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage", "test:unit": "vitest run tests/unit", "test:integration": "vitest run tests/integration --pool=forks", "test:ci": "vitest run --coverage --reporter=json --reporter=default", "setup-clients": "npx tsx scripts/setup-clients.ts" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@ai-sdk/anthropic": "^2.0.53", "@ai-sdk/google": "^2.0.44", "@ai-sdk/openai": "^2.0.79", "@browserbasehq/sdk": "^2.6.0", "@browserbasehq/stagehand": "^3.0.5", "@modelcontextprotocol/sdk": "^1.24.3", "ai": "^5.0.0", "ai-sdk-provider-claude-code": "^2.0.0", "browser-use-sdk": "^2.0.12", "dotenv": "^17.2.3", "zod": "^3.25.7" }, "devDependencies": { "@biomejs/biome": "2.3.8", "@types/node": "^20.14.0", "@vitest/coverage-v8": "^4.0.15", "tsup": "^8.5.1", "tsx": "^4.21.0", "typescript": "^5.6.0", "vitest": "^4.0.15" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BjornMelin/grammarly-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server