MCP Catalogs
Home

ultimate_mcp_server vs android-source-explorer-mcp

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

ultimate_mcp_server
by Dicklesworthstone
android-source-explorer-mcp
by mrmike
Stars★ 149★ 91
30d uses
Score8549
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
Developer ToolsAI / LLM ToolsFile System
LanguagePythonPython
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.

android-source-explorer-mcp · Summary

An MCP server providing direct access to Android source code for AI-assisted development.

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

android-source-explorer-mcp · Use cases

  • Understanding Android framework internals like Activity lifecycle and ViewModel restoration
  • Real-time documentation lookup for Jetpack libraries and AndroidX components
  • Cross-referencing code implementations across millions of lines of source code

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

android-source-explorer-mcp · Install

Installation

Prerequisites

  • uv (Recommended) or Python 3.11+
  • Git

Recommended Installation (via uv)

uv tool install git+https://github.com/mrmike/android-source-explorer-mcp

Initial Sync

# Sync API 36 (Android 16) and common AndroidX packages
android-source-explorer sync --api-level 36 --androidx "compose,lifecycle,activity"

Configuration

{
  "mcpServers": {
    "android-sources": {
      "command": "android-source-explorer",
      "args": ["serve"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.