xmlui-mcp: Model Context Protocol server for XMLUI

The Model Context Procotol (MCP) enables AI agents to use third-party tools. If you are using an agent like Claude or Cursor, you can equip them with a set of XMLUI-specific tools so they can:

  • list available XMLUI components
  • review documentation for a component
  • search XMLUI source code and apps
  • list and search XMLUI How To docs
  • help you build your own XMLUI app

The xmlui-mcp tookit is available here. To use it, clone that repo and also the XMLUI repo to create this layout.

<root>
xmlui
xmlui-mcp

This is an example of a conversation with Claude in which it uses some of the xmlui-mcp tools.

image image

See the README for details on configuring and using the MCP toolkit.