Back to MCP directory
publicPublicdnsLocal runtime

pref-editor-mcp-server

一个基于Android Preference Editor工具的MCP服务器,用于编辑Android偏好设置,需配合adb使用。

article

README

🚀 Android-Preference-Editor MCP 服务器

本项目是一个基于 Android Preference Editor 工具的 MCP 服务器,主要用于编辑 Android 预设,为 Android 预设编辑提供了便捷的解决方案。

🚀 快速开始

需求

配置

将其添加到服务器配置文件中:

{
  "mcpServers": {
    "pref-editor": {
      "command": "node",
      "args": ["dist/index.js"]
    }
  }
}

💻 使用示例

基础用法

以下是使用示例的相关截图展示: | 切换用户预设 | 可用工具列表 | | ---------------------------------------------- | ------------------------------------------ | | 切换用户预设 | 可用工具 |

⚠️ 重要提示

更多示例截图可 此处查看

📦 安装指南

构建

执行以下命令进行构建:

npm run build

📄 许可证

LICENSE

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client