ultimate_mcp_server vs selene
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | selene by tercumantanumut | |
|---|---|---|
| Stars | ★ 149 | ★ 166 |
| 30d uses | — | — |
| Score | 85 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | AI / LLM ToolsDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | this month |
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.
selene · Summary
Selene is an AI agent desktop app that integrates MCP tools for WhatsApp, Telegram, Slack, and Discord.
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
selene · Use cases
- Building personal assistants connected to messaging platforms via MCP
- Automating browser tasks with AI agents using MCP tools
- Creating custom workflows across multiple communication channels
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_serverselene · Install
Download and install Selene from the [Releases page](https://github.com/tercumantanumut/selene/releases)
To use MCP in Selene:
- Launch Selene and go to Settings
- Navigate to the MCP section
- Configure MCP servers by adding their definitions
Example Claude Desktop configuration (if applicable):
{
"mcpServers": {
"selene": {
"command": "path/to/selene",
"args": ["--mcp"]
}
}
}