The ui MCP server provides a client-side SDK for building interactive AI applications. It exposes tools for creating user interfaces, handling events, and managing state. It connects to MCP applications via vanilla JavaScript. Developers use it to build web-based AI interfaces with real-time updates and dynamic content.
The ui MCP server provides a client-side SDK for building interactive AI applications. It exposes tools for creating user interfaces, handling events, and managing state. It connects to MCP applications via vanilla JavaScript. Developers use it to build web-based AI interfaces with real-time updates and dynamic content.
npx -y @mcp-apps-kit/uiAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-apps-kit-ui-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @mcp-apps-kit/ui"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from ui?"
No configuration required. This server works out of the box.
"What resources are available in ui?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in ui"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in ui with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.