fresco (MCP Server)

GitHub

An Android library for managing images and the memory they use.

17,154 stars Kotlin MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "fresco": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fresco"
      ]
    }
  }
}