Comprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ultimate_mcp_server": {
"command": "uvx",
"args": [
"ultimate-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ultimate_mcp_server uvx ultimate-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ultimate_mcp_server": {
"command": "uvx",
"args": [
"ultimate-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install ultimate-mcp-server