ultimate_mcp_server vs wassette
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | wassette by microsoft | |
|---|---|---|
| Stars | ★ 149 | ★ 888 |
| 30d uses | — | — |
| Score | 85 | 52 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | SecurityDeveloper ToolsAI / LLM Tools |
| Language | Python | Rust |
| Last commit | 2 mo ago | 1 mo ago |
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.
wassette · Summary
Wassette is a security-oriented runtime that extends AI agents with WebAssembly components via MCP.
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
wassette · Use cases
- Extending AI agents with custom tools in a secure sandbox environment
- Running WebAssembly components as MCP tools in AI applications
- Creating reusable, security-focused tooling for AI systems
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_serverwassette · Install
Installation
**Quick start (Linux/macOS):**
curl -fsSL https://raw.githubusercontent.com/microsoft/wassette/main/install.sh | bash**Other platforms:** See the [Installation Guide](https://microsoft.github.io/wassette/latest/installation.html) for Windows, Homebrew, Nix, Docker, and more.
Configuration
After installation, register Wassette with your MCP client. For example, in Claude Desktop:
{
"mcpServers": {
"wassette": {
"command": "wassette",
"args": []
}
}
}