π± Modern Notes App built with Jetpack Compose - UI design from Figma implemented using MCP servers for seamless design-to-code workflow
Config is the same across clients β only the file and path differ.
{
"mcpServers": {
"notesapp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Modern Notes App built with Jetpack Compose - UI design from Figma implemented using MCP servers for seamless design-to-code workflow
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories β click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience β it helps other developers decide.
Sign in to write a review.
Others in design
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
AI image generation and editing with prompt optimization and quality presets. Powered by Nano Banana
Coinbase Design System - MCP Server
MCP Security Weekly
Get CVE alerts and security updates for NotesApp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Modern Notes App built with Jetpack Compose - UI design from Figma implemented using MCP servers for seamless design-to-code workflow
This project showcases a modern design-to-code workflow using:
The UI components were generated directly from Figma designs, demonstrating how MCP servers can bridge the gap between design and development.
app/
βββ src/main/java/com/camachoyury/notesapp/
β βββ MainActivity.kt # Entry point
β βββ ui/
β β βββ HomeScreen.kt # Main notes interface
β β βββ data/Note.kt # Note data model
β β βββ theme/ # Custom theming
β β βββ Color.kt # Figma-extracted colors
β β βββ Theme.kt # Material 3 theme
β β βββ Type.kt # Typography definitions
β βββ ...
βββ ...
The app uses a vibrant color palette extracted directly from the Figma design:
#fd99ff - UI concepts#ff9e9e - Book reviews#91f48f - Anime lists#fff599 - Manga lists#9effff - Tweet collections#b69cff - Open source appsClone the repository
git clone https://github.com/camachoyury/NotesApp.git
cd NotesApp
Open in Android Studio
Build and Run
./gradlew assembleDebug
Or use the Run button in Android Studio
This app follows Clean Architecture principles with:
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.
Yury Camacho
β Don't forget to star this repo if you found it helpful!