mcp server for Windsurf
io.github.humantextpro/mcp-server
AI text detection and humanization for Claude Code, Cursor, and Windsurf.
client:Windsurf
transport:stdio
runtime:npm
Install mcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@humantext/mcp-server"
],
"env": {
"HUMANTEXT_API_KEY": "<HUMANTEXT_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs