MCP Catalogs
Home

ultimate_mcp_server vs ToolsForMCPServer

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

ultimate_mcp_server
by Dicklesworthstone
ToolsForMCPServer
by tanaikech
Stars★ 149★ 105
30d uses
Score8546
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
Developer ToolsProductivityAI / LLM Tools
LanguagePythonJavaScript
Last commit2 mo ago5 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.

ToolsForMCPServer · Summary

An MCP server built with Google Apps Script providing 160+ tools for Google Workspace integration.

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

ToolsForMCPServer · Use cases

  • Automating complex multi-step tasks within Google Workspace through Gemini CLI
  • Creating custom AI agents with access to Google services using MCP clients
  • Revitalizing existing Google Apps Script snippets as MCP tools

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

ToolsForMCPServer · Install

Installation

  1. Create a new Google Apps Script project at [script.google.com](https://script.google.com/home/projects/create)
  2. Install the required libraries:

- MCPApp (Project Key: 1TlX_L9COAriBlAYvrMLiRFQ5WVf1n0jChB6zHamq2TNwuSbVlI5sBUzh) - ToolsForMCPServer (Project Key: 1lnE7UL1jQgPDbTB9yjhiwZM0SaS9MObhzvWUWb_t8FisO6A3bLepvM2j)

  1. Add the provided script to your project
  2. Deploy as a Web App with 'Execute as: Me' and 'Who has access: Anyone'
  3. Configure Gemini CLI by adding this to your settings.json:
{
  "mcpServers": {
    "gas_web_apps": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://script.google.com/macros/s/###/exec?accessKey=sample"
      ],
      "env": {}
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.