MCP Catalogs
Home

ultimate_mcp_server vs agent-kit

Side-by-side comparison to help you pick between these two MCP servers.

ultimate_mcp_server
by Dicklesworthstone
agent-kit
by KeyID-AI
Stars★ 149★ 689
30d uses
Score8553
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
CommunicationProductivityAI / LLM Tools
LanguagePythonJavaScript
Last commit2 mo ago2 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.

agent-kit · Summary

MCP email server with 27 tools for inbox, sending, contacts and auto-reply functionality.

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

agent-kit · Use cases

  • AI agents autonomously managing email communications and responses
  • Building email-enabled chatbots that can send and receive messages
  • Automating email workflows with scheduled delivery and auto-reply features

ultimate_mcp_server · Install

Installation

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server

agent-kit · Install

Install

npm install @keyid/agent-kit
# or
yarn add @keyid/agent-kit

With Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "keyid": {
      "command": "npx",
      "args": ["@keyid/agent-kit"],
      "env": {
        "KEYID_PUBLIC_KEY": "...hex...",
        "KEYID_PRIVATE_KEY": "...hex..."
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.