Edit Android preferences using adb and Node.js.
Unlock the power of natural language for Android app development with the Android Preference Editor MCP Server. Effortlessly edit user preferences in real time using simple, conversational commands—no manual file editing required! Built on the robust Android Preference Editor library, this server seamlessly connects with MCP (Model Context Protocol) clients to supercharge your AI-driven workflows.
Just tell the MCP server what you want to do, for example:
Experience a smarter, faster way to manage Android preferences—just ask!
Name | Description |
---|---|
change_preference | Changes the value of an existing preference |
delete_preference | Delete an existing preference |
add_preference | Adds a new preference given the name, value and type. |
read_preferences | Reads all user preferences in a file |
devices | Lists connected Android devices |
list_apps | Lists apps installed on device |
list_files | Lists preference files for an app |
Toggle a user preference | Available tools | Add a preference |
---|---|---|
![]() | ![]() | ![]() |
See more demos in the demo screenshots directory
v1.0.41+
)This server is available in the Docker MCP Catalog. Enable the Pref Editor server in Docker desktop's MCP toolkit and you'll have access to all the available tools.
Assumes an MCP compatible client is installed.
Add the following configuration to the MCP server config file. For example, for Github Copilot Intellij Plugin, the config file is ~/.config/github-copilot/intellij/mcp.json
.
{
"servers": {
"pref-editor": {
"command": "docker",
"args": ["run", "-i", "--rm", "charlesmuchene/pref-editor-mcp-server"]
}
}
}
{
"servers": {
"pref-editor": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@charlesmuchene/pref-editor-mcp-server"]
}
}
}
Add this server in the /Users/<username>/Library/Application Support/Claude/claude_desktop_config.json
configuration file.
{
"mcpServers": {
"pref-editor": {
"command": "docker",
"args": ["run", "-i", "--rm", "charlesmuchene/pref-editor-mcp-server"]
}
}
}
{
"mcpServers": {
"pref-editor": {
"command": "npx",
"args": ["-y", "@charlesmuchene/pref-editor-mcp-server"]
}
}
}
You can troubleshoot problems by tailing the log file:
tail -f ~/Library/Logs/Claude/mcp-server-pref-editor.log
To use the server with VS Code, you need to:
mcp.json
or settings.json
:.vscode/mcp.json
{
"servers": {
"pref-editor": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@charlesmuchene/pref-editor-mcp-server"]
}
}
}
~/Library/Application Support/Code/User/settings.json
{
"mcp": {
"pref-editor": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@charlesmuchene/pref-editor-mcp-server"]
}
}
}
For more information, see the VS Code documentation.
Clone the server and build.
# 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
You can use the MCP Inspector for visual debugging of this MCP Server.
npx @modelcontextprotocol/inspector npm run start
See LICENSE
For questions or support, reach out via GitHub Issues.
Integrate Testomat.io API with AI assistants for test management.
MCP server to provide Jira Tickets information to AI coding agents like Cursor.
Check software end-of-life (EOL) dates and support status using the endoflife.date API to provide accurate lifecycle and security information.
Interact with the Hyperliquid decentralized exchange by integrating its SDK.
Make your AI agent speak every language on the planet, using Lingo.dev Localization Engine.
Integration with QA Sphere test management system, enabling LLMs to discover, summarize, and interact with test cases directly from AI-powered IDEs
Integrates the Nmap network scanning tool with MCP, enabling network scanning capabilities within MCP-compatible environments.
Official MCP server for Buildable AI-powered development platform. Enables AI assistants to manage tasks, track progress, get project context, and collaborate with humans on software projects.
Provides call graph analysis for LLMs using the nuanced library.
Provides LLMs with essential random generation abilities, built entirely on Python's standard library.