What is the MCP Server?
The absentify MCP Server connects AI assistants directly to your absentify workspace. Using the Model Context Protocol — an open standard supported by Claude, ChatGPT, Cursor, and more — your AI assistant can manage absences, list members, approve requests, search documentation, and much more.API MCP Server URL:
https://api.absentify.com/api/mcpThis is the main MCP server. It requires a Plus plan and an API key.What Can the AI Do?
Once connected, your AI assistant can:Manage Absences
Create, approve, decline, or cancel absence requests. List upcoming absences for your team.
Query Members
Look up team members, check their schedules, view allowances, and manage department assignments.
Search Documentation
Search the full absentify documentation and retrieve detailed guides — built right into the same server.
Configure Workspace
View and update workspace settings, leave types, public holidays, and department configurations.
Example Prompts
Here are some things you can ask your AI assistant once connected: Absence Management:- “Show me all pending absence requests”
- “Create a vacation request for next Monday to Friday”
- “Approve the absence request from Sarah”
- “How many sick days has the team taken this quarter?”
- “List all members in the Engineering department”
- “What’s the remaining vacation allowance for John?”
- “Show me who is out of office this week”
- “How do I configure approval workflows with multiple approvers?”
- “What are the API rate limits?”
- “How does calendar synchronization work?”
Available Tools
The MCP server provides 40+ tools covering all API endpoints, plus documentation search:| Category | Tools | Examples |
|---|---|---|
| Members | 14 tools | List, get, invite, update, delete members; manage approvers, schedules, representatives |
| Requests | 10 tools | List, create, approve, decline, cancel requests; recurring requests |
| Leave Types | 6 tools | List, create, update, delete, restore leave types |
| Departments | 5 tools | List, create, update, delete departments |
| Workspace | 2 tools | Get and update workspace settings |
| Public Holidays | 2 tools | List and get public holidays |
| Absences | 1 tool | List absences per day with filters |
| Documentation | 2 tools | Search docs and query documentation filesystem |
Setup Guide
Requirements
- A Plus plan subscription with API access
- An API key (create one in Settings > Integrations > API)
- An MCP-compatible AI client
Connect with OAuth (Recommended)
The easiest way to connect — just add the URL. A browser window will open where you enter your API key.- Claude Desktop
- Claude Code (CLI)
- Cursor
- Windsurf
- VS Code + Copilot
Add the absentify MCP Server
Add the following to your configuration file:
If you already have other MCP servers configured, add the
"absentify" entry inside the existing "mcpServers" object.Connect with API Key Header (Alternative)
If your client doesn’t support OAuth, you can pass the API key directly as a header:- Claude Desktop
- Claude Code (CLI)
- Cursor
Example: Real Conversation
Here’s a real example of what a conversation with an MCP-connected AI looks like:No Plus plan? You can still use a free, read-only documentation MCP server at
https://absentify.com/docs/mcp — no API key required. It lets your AI assistant search our docs and answer setup questions, but it cannot interact with your workspace.Troubleshooting
Browser doesn't open for authorization
Browser doesn't open for authorization
Authorization fails with 'Invalid API key'
Authorization fails with 'Invalid API key'
Tools return errors after connecting
Tools return errors after connecting
- Check the API Limits — you may be rate limited
- Verify your API key has the correct permissions
- Review the Responses documentation for error codes
AI is not using the MCP tools
AI is not using the MCP tools
- Mention “absentify” in your prompt to help the AI use the right tools
- Check if the MCP tools icon appears in your client’s interface
- Try explicitly asking: “Use the absentify tools to…”
- Restart your AI client after adding the MCP server
Next Steps
Get an API Key
Set up API access to start using the MCP server
API Reference
Browse all available API endpoints