# Ready Layer One: Intro to the Model Context Protocol

DevFeed: [Ready Layer One: Intro to the Model Context Protocol](<https://devfeed.tech/articles/ready-layer-one-intro-to-the-model-context-protocol-27348.md>)

Original publisher: [Read original article](<https://blog.mmckenna.me/ready-layer-one-intro-to-the-model-context-protocol>)

Author: Matt McKenna

Published: 2025-07-23T15:17:12Z

Content type: tutorial

Language: en

Sources: [Matt McKenna](<https://devfeed.tech/sources/matt-mckenna.md>)

Topics: [Model Context Protocol (MCP)](<https://devfeed.tech/topics/model-context-protocol-mcp.md>), [adb](<https://devfeed.tech/topics/adb.md>), [Android](<https://devfeed.tech/topics/android.md>), [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [SDK](<https://devfeed.tech/topics/sdk.md>)

Tags: [adb](<https://devfeed.tech/tags/adb.md>), [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [android](<https://devfeed.tech/tags/android.md>), [code](<https://devfeed.tech/tags/code.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [llm](<https://devfeed.tech/tags/llm.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [model-context-protocol](<https://devfeed.tech/tags/model-context-protocol.md>), [permissions](<https://devfeed.tech/tags/permissions.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [tool](<https://devfeed.tech/tags/tool.md>)

## AI overview

A video introduction to the Model Context Protocol using the Kotlin SDK, with a demonstration of an AI agent controlling Android devices through ADB. It also covers building an ADB tool and automating device-permission tasks.

## Source excerpt

Discover how the Model Context Protocol (MCP) connects AI to the real world. We'll explore the Model Context Protocol using the Kotlin SDK letting an Agent control Android devices with ADB! We'll live code a new ADB tool and demo how AI Agents and th...