Presify for Claude Desktop
io.presify/presify
Microsoft Teams presence history: who's online, when, how long, and flagged patterns. Read-only.
client:Claude Desktop
transport:streamable-http
Install Presify in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"presify": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.presify.io/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs