Skip to main content
Glama

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_scrolling

  • async_tasks_performance

  • styling_theming

  • dialogs

  • state_management

  • component_architecture

  • forms_validation

  • data_views_tables_charts

  • testing

  • deployment_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/index

  • nicegui://guidance/{topic}

  1. Search or read guidance for the problem area.

  2. Analyze the relevant NiceGUI snippet.

  3. Apply safe fixes where the fixer set supports them.

  4. Reanalyze the updated code.

  5. Generate a better pattern when the issue is architectural rather than local.

Installation

uv sync

Run

uv run nicegui-mcp

Test

uv run pytest -q

Example 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.py
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    A 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.
    Last updated
    3
    37
    66
    Apache 2.0
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that provides version-pinned, deterministic documentation sourced from DevDocs.io to AI assistants (Claude, RooCode, Cline, Copilot etc.) and also via offline mode. Not via Scraping! But using the supported downloading option from devdocs.
    Last updated
    78
    12
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    An 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.
    Last updated
    7
    MIT

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • Official MCP server for Lovable, the AI-powered full-stack app builder.

  • MCP (Model Context Protocol) server for Appwrite

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/start-trek/nicegui-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server