vulnerable-mcp-servers-lab vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
vulnerable-mcp-servers-lab by appsecco | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 256 | ★ 149 |
| 30d uses | — | — |
| Score | 48 | 85 |
| Official | — | — |
| Categories | SecurityAI / LLM ToolsDeveloper Tools | AI / LLM ToolsBrowser AutomationFile System |
| Language | JavaScript | Python |
| Last commit | 5 mo ago | 2 mo ago |
vulnerable-mcp-servers-lab · Summary
A collection of intentionally vulnerable MCP servers for security training and research into common attack vectors.
ultimate_mcp_server · Summary
Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.
vulnerable-mcp-servers-lab · Use cases
- Security research on MCP server vulnerabilities
- Hands-on training for AI penetration testing
- Developing security tests for AI applications
ultimate_mcp_server · Use cases
- Complex document processing and analysis with OCR and structured data extraction
- Web automation and research across multiple sites with browser control
- Cost-optimized AI workflows through intelligent task delegation between models
vulnerable-mcp-servers-lab · Install
Each vulnerable server lives in its own directory with specific installation instructions. To use:
- Clone the repository:
git clone https://github.com/appsecco/vulnerable-mcp-servers-lab.git - Navigate to the specific vulnerable server directory (e.g.,
cd vulnerable-mcp-server-filesystem-workspace-actions) - Follow the README instructions in that directory
For Claude Desktop integration, many servers include a claude_config.json snippet that should be merged into your Claude Desktop configuration. For example:
{
"mcpServers": {
"vulnerable-filesystem": {
"command": "node",
"args": ["index.js"]
}
}
}ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_server