Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
AI Humanizer MCP Server
Claim
by
Text2Go
npm
GitHub
JavaScript
MIT License
30
6
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
image
src
.gitignore
LICENSE
package.json
package-lock.json
README.md
tsconfig.json
{ "name": "ai-humanizer-mcp-server", "version": "1.0.7", "main": "index.js", "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.3", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.7.2" }, "type": "module", "bin": { "ai-humanizer-mcp-server": "./build/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"" }, "files": [ "build" ] }