@danainnovations/directory-mcp
v0.2.0
Published
MCP server for Sonance employee directory — gives AI tools access to real employee data
Readme
@danainnovations/directory-mcp
MCP server for the Sonance employee directory. Gives AI tools (Claude Code, Claude Desktop, Cursor) access to real employee data and automatically sets up the npm package for live data in your apps.
Setup
Add to your Claude Code settings:
claude mcp add directory -- npx -y @danainnovations/directory-mcpThat's it. Claude Code now has access to the Sonance employee directory.
What It Does
When you ask Claude to build anything involving employees, teams, or departments:
- Claude automatically calls
setup_directoryto install@danainnovations/directoryin your project - Claude uses the React hooks for live data — never hardcodes employee names
- Claude can preview real employee data while building your UI
Example Prompts
- "Add an employee directory page"
- "Build a team page for Engineering"
- "Add a people picker to this form"
- "Show me who reports to Sarah Johnson"
- "Add a department dropdown with real departments"
Tools
| Tool | Description |
|---|---|
| setup_directory | Installs the npm package and returns integration instructions (called first automatically) |
| search_users | Search employees by name, email, or department |
| get_user | Look up a single employee by email or ID |
| get_departments | List all departments with employee counts |
| get_org_chart | Get the full manager hierarchy tree |
