NiceGUI MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NiceGUI MCPanalyze my dialog code for common issues"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NiceGUI MCP
NiceGUI MCP is a docs-first Model Context Protocol server for local NiceGUI development. It bundles curated guidance, searches that guidance, analyzes pasted NiceGUI code for common problems, applies a narrow safe fixer set, and generates starter patterns for real app workflows.
What It Does
Guidance lookup for common NiceGUI problem areas
Topic search across bundled docs
Static analysis for layout, scrolling, async, dialog, styling, and architecture issues
Deterministic safe fixes for a small allowlisted set of patterns
Starter generation for layout shells, dialogs, async flows, forms, tables, and controller/service splits
Related MCP server: MCP Documentation Server
What It Does Not Do
repo-wide indexing
arbitrary code execution
browser automation
embeddings or vector search
hosted multi-user deployment
large-scale automated refactors
Bundled Topics
layout_spacing_scrollingasync_tasks_performancestyling_themingdialogsstate_managementcomponent_architectureforms_validationdata_views_tables_chartstestingdeployment_runtime
Tools
list_topics()get_guidance(topic)search_guidance(query, topics=None)analyze_nicegui_code(code, focus=None, filename=None, context=None)fix_nicegui_code(code, aggressive=False)generate_nicegui_component(kind, mode='default', details_json=None)
Resources
nicegui://topics/indexnicegui://guidance/{topic}
Recommended Workflow
Search or read guidance for the problem area.
Analyze the relevant NiceGUI snippet.
Apply safe fixes where the fixer set supports them.
Reanalyze the updated code.
Generate a better pattern when the issue is architectural rather than local.
Installation
uv syncRun
uv run nicegui-mcpTest
uv run pytest -qExample MCP Client Config
{
"mcpServers": {
"nicegui-mcp": {
"command": "uv",
"args": ["run", "--directory", "/path/to/nicegui-mcp", "nicegui-mcp"]
}
}
}Project Layout
nicegui_mcp/
├── analyzers.py
├── docs/
├── fixers.py
├── generators.py
├── models.py
├── profile.py
├── registry.py
└── server.pyThis server cannot be deployed
Maintenance
Related MCP Connectors
The official Svelte MCP server providing docs and autofixing tools for Svelte development
MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
- LovableOAuthdev.lovable
Official MCP server for Lovable, the AI-powered full-stack app builder.
Related MCP Servers
- AlicenseBqualityDmaintenanceA beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.321 npm67Apache 2.0
- AlicenseBqualityDmaintenanceProvides comprehensive access to MCP documentation through structured guides, full-text search, and interactive development workflows for building servers and clients.310 npmMIT
- AlicenseAqualityCmaintenanceAn MCP server that exposes Pyright language server functionality for Python, providing tools for type checking, code completions, and finding definitions. It enables AI models to perform static analysis and code formatting through the Model Context Protocol.7MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that provides VSCode context and filesystem operations for AI assistants.9-