Best for
- AI coding agents needing visual debugging capabilities
- Developers who need automated screenshots and visual analysis
- Users interested in content generation (images, videos, music, speech)
- Users who need advanced reasoning capabilities
Human MCP is a feature-rich MCP server that offers a wide range of human-like capabilities. It is well-structured and supports multiple providers, making it flexible. However, it is not official, requires external API keys, and may not be suitable for text-only workflows.
Human MCP is a comprehensive Model Context Protocol server that provides AI coding agents with human-like capabilities including visual analysis, document processing, speech generation, content creation, image editing, browser automation, and advanced reasoning. It supports multiple AI providers (Google Gemini, Minimax, ZhipuAI, ElevenLabs) and offers 29 tools organized into four categories: Eyes (vision), Hands (content generation), Mouth (speech), and Brain (reasoning). The server is installed via npx and requires API keys for configuration.
claude mcp add --scope user human-mcp npx @goonnguyen/human-mcp --env GOOGLE_GEMINI_API_KEY=your_key.{
"mcpServers": {
"human-mcp": {
"command": "npx",
"args": [
"@goonnguyen/human-mcp"
],
"env": {
"GOOGLE_GEMINI_API_KEY": "your_gemini_api_key_here"
}
}
}
}