Ultimate MCP Server

AI

Comprehensive MCP server exposing dozens of capabilities: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory.

Quick Install

uvx ultimate_mcp_server

One-click install

More clients (VS Code Insiders, Antigravity, Windsurf, Zed, Trae…)
VS Code Insiders

JSON works with: Antigravity (Google), Windsurf (Codeium), Trae (ByteDance), Zed, Continue.dev, Cline, Roo Code, and any other MCP-compatible client. Paste into their MCP config file or settings.

Manual configuration

Add this to your Claude Code settings.json (or .claude/settings.json in your project):

{
  "mcpServers": {
    "ultimate-mcp-server": {
      "command": "uvx",
      "args": [
        "ultimate_mcp_server"
      ]
    }
  }
}