loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

llm-intentions

MCP Tool

dreliq9/llm-intentions

An open protocol for turning Android apps into MCP tool servers. CapApps + Hub gateway + Intent Mesh multi-LLM routing.

Install

$ npx loaditout add dreliq9/llm-intentions

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "llm-intentions": {
      "command": "npx",
      "args": [
        "-y",
        "llm-intentions"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

LLM Intentions

> An open protocol and toolkit for turning Android apps into MCP tool servers, using Android Intents as the native routing layer.

Status: Alpha — Running in production on a real device. 118 tools, 8 sources, one phone.

What is this?

LLM Intentions introduces a new kind of Android app: the CapApp (Capability App). A CapApp has no traditional UI. It exists purely to expose capabilities to LLMs via the Model Context Protocol (MCP). Any developer can build one.

The Hub is the central gateway. It discovers installed CapApps via Android Intents, aggregates their tools into a single MCP endpoint, and namespaces them by source. Connect any MCP client — Claude, Grok, a custom agent — and your phone becomes an AI-native device.

This isn't a spec or a proposal. It's a working system.

Coming next: Intent Mesh — an experimental protocol for routing work between multiple LLMs on the same device. Early scripts and a draft spec are included in this repo.

Architecture
┌─────────┐    ┌─────────┐    ┌─────────┐    ┌─────────┐
│  Files  │    │ Notify  │    │ People  │    │  Your   │
│  CapApp   │    │  CapApp   │    │  CapApp   │    │  CapApp   │
└────┬────┘    └────┬────┘    └────┬────┘    └────┬────┘
     │              │              │              │
     └──────────────┼──────────────┼──────────────┘
                    │  Android Intents
                    │
     ┌──────────────▼──────────────────────┐
     │         Hub (port 8379)             │
     │    MCP Gateway / Tool Aggregator    │
     │                                     │
     │  ┌───────────┐  ┌────────────────┐  │
     │  │ Discovery │  │  Namespace     │  │
     │  │  Engine   │  │  Router        │  │
     │  └───────────┘  └────────────────┘  │
     └──────────────┬──────────────────────┘
                    │ MCP (streamable-http)
                    ▼
            ┌───────────────┐
            │  MCP Client   │
            │ C

Tags

ai-agentandroidcapappintent-meshllmmcpmcp-servertermux

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated16 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/2/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/dreliq9/llm-intentions)](https://loaditout.ai/skills/dreliq9/llm-intentions)