AI & ML
Trust: 25/100 (Limited)Syncline MCP Server Guide
AI-powered meeting scheduling with intelligent auto-scheduling for Claude and AI agents.
Quick Start
Install
npx @kekwanulabs/syncline-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"run-syncline-mcp-server": {
"command": "npx",
"args": [
"@kekwanulabs/syncline-mcp-server"
]
}
}
}