Effortlessly craft stunning mobile UI components with AI, powered by the Model Context Protocol!
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"maui-graphics-mcp-server": {
"args": [
"-y",
"with"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Effortlessly craft stunning mobile UI components with AI, powered by the Model Context Protocol! 🚀
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'with' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked with against OSV.dev.
Click any tool to inspect its schema.
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 / developer-tools
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
MCP Security Weekly
Get CVE alerts and security updates for Maui Graphics Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Effortlessly craft stunning mobile UI components with AI, powered by the Model Context Protocol! 🚀
This Model Context Protocol (MCP) is designed for building .NET MAUI controls, offering powerful utilities for drawing everything from basic shapes and text to intricate paths. By seamlessly combining these elements, developers can craft visually stunning UI components with precision and flexibility.

You can see what's being created in real time, and also have access to all the generated code!
The MCP Inspector is an interactive developer tool designed for testing and debugging MCP servers. Can start the inspector from our application folder using the nodejs command npx with the following command:
npx @modelcontextprotocol/inspector dotnet run
maui_graphics_clear – Clears the entire drawing canvas, resetting it to a blank state.maui_graphics_fill_circle – Draws a solid filled circle at a specified location with a given radius.maui_graphics_draw_circle – Draws the outline of a circle without filling the interior.maui_graphics_fill_rectangle – Creates a solid filled rectangle at a defined position with width and height.maui_graphics_draw_rectangle – Draws the border of a rectangle without filling the inside.maui_graphics_fill_rounded_rectangle – Generates a rectangle with rounded corners and fills it with a solid color.maui_graphics_draw_rounded_rectangle – Draws the outline of a rounded rectangle without filling.maui_graphics_draw_line – Creates a straight line between two points.maui_graphics_fill_path – Fills a custom path shape with solid color or gradient.maui_graphics_draw_path – Draws the outline of a custom path shape.maui_graphics_draw_text – Renders text onto the canvas at a given position.Try these queries:

I gladly welcome contributions to help improve this project! Whether you're fixing bugs, adding new features, or enhancing documentation, your support is greatly appreciated.
This project is available under the MIT License.