pref-editor-mcp-server

pref-editor-mcp-server

3.3

If you are the rightful owner of pref-editor-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Android-Preference-Editor MCP Server is a natural language interface for editing Android user preferences during app development.

The Android-Preference-Editor MCP Server is a natural language interface designed for agentic applications to edit Android user preferences during app development. The implementation is based on the Android Preference Editor library. This server integrates seamlessly with MCP (Model Context Protocol) clients, enabling AI-driven workflows during Android app development. Using this MCP, developers can perform tasks such as toggling user preferences, listing connected devices, querying installed apps, displaying all user preferences, and adding new preferences with specific values.

Features

  • Seamless integration with MCP clients for AI-driven workflows.
  • Natural language interface for editing Android user preferences.
  • Ability to toggle, add, and delete user preferences.
  • Lists connected Android devices and installed apps.
  • Reads and displays all user preferences in a file.

Tools

  1. change_preference

    Changes the value of an existing preference

  2. delete_preference

    Delete an existing preference

  3. add_preference

    Adds a new preference given the name, value and type.

  4. devices

    Lists connected Android devices

  5. list_apps

    Lists apps installed on device

  6. list_files

    Lists preference files for an app

  7. read_preferences

    Reads all user preferences in a file