Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • TripAdvisor Vacation Planner MCP Server
  • Image Generation MCP Server
  • MCP Pokemon Server
  • DeepSource MCP Server
  • IR Toolshed MCP Server
Back to MCP Servers
Android Prefs MCP Server

Android Prefs MCP Server

Public
charlesmuchene/pref-editor-mcp-server

Android Prefs MCP Server

Verified
typescript
0 tools
May 30, 2025
Updated May 30, 2025

Android-Preference-Editor MCP Server

Overview

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, you can give instructions like:

  • "Toggle the isVisited user preference"
  • "List the connected devices"
  • "What apps are installed on device?"
  • "Show me all the user preferences in the app"
  • "Add a lastTimeStamp user preference with the value of the current milliseconds since epoch"

Tools

NameDescription
change_preferenceChanges the value of an existing preference
delete_preferenceDelete an existing preference
add_preferenceAdds a new preference given the name, value and type.
devicesLists connected Android devices
list_appsLists apps installed on device
list_filesLists preference files for an app
read_preferencesReads all user preferences in a file

Demo

Toggle a user preferenceAvailable tools
Toggle a user preferenceAvailable tools

See more demo screenshots here

Requirements

  • Android adb installed on the host system.

Integration with Claude Desktop

You can configure Claude Desktop to use this MCP server by adding the following in the claude_desktop_config.json configuration file.

{ "mcpServers": { "pref-editor": { "command": "npx", "args": ["@charlesmuchene/pref-editor-mcp-server"] } } }

Troubleshooting

You can troubleshoot problems by tailing the log file:

tail -f ~/Library/Logs/Claude/mcp-server-pref-editor.log

Integration with VS Code

To use the server with VS Code, you need to:

  1. Enable the agent mode tools. Add the following to your settings.json:
{ "chat.agent.enabled": true }
  1. Add the MCP Server configuration to your mcp.json or settings.json:
// .vscode/mcp.json { "servers": { "pref-editor": { "type": "stdio", "command": "npx", "args": ["@charlesmuchene/pref-editor-mcp-server"] } } }
// settings.json { "mcp": { "pref-editor": { "type": "stdio", "command": "npx", "args": ["@charlesmuchene/pref-editor-mcp-server"] } } }

For more information, see the VS Code documentation.

Installation

# Clone the repository git clone https://github.com/charlesmuchene/pref-editor-mcp-server.git cd pref-editor-mcp-server # Install dependencies and build npm install

Testing

You can use the MCP Inspector for visual debugging of this MCP Server.

npx @modelcontextprotocol/inspector npm run dev

License

See LICENSE

Contact

For questions or support, reach out via GitHub Issues.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • TripAdvisor Vacation Planner MCP Server
    TripAdvisor Vacation Planner MCP Server

    This MCP server provides access to TripAdvisor data for planning vacations, enabling users to search...

    Added May 30, 2025
  • Image Generation MCP Server
    Image Generation MCP Server

    A Model Context Protocol server that enables generation of high-quality images using the Flux.1 Schn...

    1 tools
    Added May 30, 2025
  • MCP Pokemon Server
    MCP Pokemon Server

    An MCP server implementation that enables users to interact with the PokeAPI to fetch Pokemon inform...

    Added May 30, 2025
  • DeepSource MCP Server
    DeepSource MCP Server

    A Model Context Protocol server that integrates with DeepSource to provide AI assistants with access...

    9 tools
    Added May 30, 2025
  • IR Toolshed MCP Server
    IR Toolshed MCP Server

    A Model Context Protocol server that provides network analysis tools for security professionals, ena...

    Added May 30, 2025