Back to Apps

Employee Browser
Supports UIby nelsonandreproton
Interactive MCP App for browsing, viewing, and editing employee data with a seamless React UI.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Employee Browser is an interactive MCP App that provides a dedicated UI for managing employee records. Instead of raw text, it renders a full-featured browser within the AI chat, enabling users to switch between list, detail, and edit views for employee data.
Key features
- Employee Directory: A comprehensive list view showing names, IDs, and phone numbers.
- Detailed Profiles: Deep-dive views including NIF, date of birth, and address.
- Inline Editing: Direct modification of employee records via an integrated form.
- Seamless Navigation: State-aware transitions between different view modes.
Installation
- Claude Desktop: Add to
claude_desktop_config.json:
{
"mcpServers": {
"employee-browser": {
"command": "npx",
"args": ["tsx", "C:\\dev\\employee-app\\main.ts", "--stdio"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install && npm run build && npm run serveInformation
- Pricing
- free
- Published
- 4/26/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"employee-browser": {"command": "npx", "args": ["tsx", "C:\\dev\\employee-app\\main.ts", "--stdio"]}}}





