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
  • GitHub MCP Server
  • MongoDB MCP Server for LLMs
  • Sanity MCP Server
  • PPTX MCP Server
  • Azure Usage MCP Server
Back to MCP Servers
Android Prefs MCP Server

Android Prefs MCP Server

Public
charlesmuchene/pref-editor-mcp-server

Natural language interface for Model Context Protocol clients enabling AI-driven editing, management, and querying of Android user preferences and connected devices during app development.

typescript
0 tools
May 30, 2025
Updated Jun 4, 2025

Supercharge Your AI with Android Prefs MCP Server

MCP Server

Unlock the full potential of Android Prefs MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

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 preference!Available 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
  • GitHub MCP Server
    GitHub MCP Server

    Enhance Claude Desktop with seamless GitHub integration via Model Context Protocol, enabling natural...

    Added May 30, 2025
  • MongoDB MCP Server for LLMs
    MongoDB MCP Server for LLMs

    Enables LLMs to seamlessly interact with MongoDB databases via Model Context Protocol, offering sche...

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

    Connect Sanity projects with AI tools via the Model Context Protocol to enable natural language cont...

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

    FastMCP-powered Model Context Protocol server enabling programmatic creation, editing, and rendering...

    Added May 30, 2025
  • Azure Usage MCP Server
    Azure Usage MCP Server

    Analyze Azure usage data from CSV files with a Model Context Protocol server that delivers cost summ...

    Added May 30, 2025