An open protocol for turning Android apps into MCP tool servers. CapApps + Hub gateway + Intent Mesh multi-LLM routing.
{
"mcpServers": {
"llm-intentions": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An open protocol for turning Android apps into MCP tool servers. CapApps + Hub gateway + Intent Mesh multi-LLM routing.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
Apache-2.0. View license →
Is it maintained?
Last commit 8 days ago. 1 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
MCP Security Weekly
Get CVE alerts and security updates for Llm Intentions and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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.
┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐
│ 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 │
│ Claude / Grok │
│ / Any Agent │
└───────────────┘
Status: Early experiment. The scripts work but the workflow is manual and rough. Included as a draft spec and proof of concept for where this is heading.
┌──────────────┐ PROCESS_TEXT ┌──────────────┐
│ Claude │ ──── Intent ────> │ Grok │
│ (Taichi TA) │ │ (X Firehose) │
│ │ <── Clipboard ─── │ │
└──────────────┘ or xAI API └──────────────┘
│ │
└────── Intent Mesh ─────────────┘
Synthesized Alpha Signal
The idea: each LLM contributes what it's best at. Claude runs technical analysis via Taichi. Grok reads real-time X/Twitter sentiment. Intent Mesh merges both. Not production-ready yet, but the concept is proven.
A CapApp is an Android APK that:
Think of it like a microservice, but instead of HTTP endpoints, it exposes LLM tools. Instead of a container, it runs as an Android app.
| CapApp | Package | Tools | What it does |
|---|---|---|---|
| Files | com.llmintentions.files | 15 | File system operations, downloads, media access |
| Notify | com.llmintentions.notify | 7 | Read, filter, dismiss, reply to notifications |
| People | com.llmintentions.people | 10 | Contacts, calendars, events |
| Namespace | Tools | What it does |
|---|---|---|
android.* | 15 | Intents, app launch, sharing, deep links, maps, d |