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 50+ tools covering all API endpoints, plus documentation search: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
1
Open settings
Select the Claude menu in your system’s menu bar, then select Settings…
2
Open developer settings
Select the Developer tab in the left sidebar, then select Edit Config
3
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.4
Restart and authorize
Restart Claude Desktop. A browser window will open asking for your API key. Enter it and select Authorize. You’re connected!
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
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