MCP Server
Syncline MCP Server (Python) MCP Server
com.kekwanu/syncline-mcp-server-python
What is the Syncline MCP Server (Python) MCP server?
Syncline MCP Server (Python) - AI-powered meeting scheduling with intelligent auto-scheduling
How to install Syncline MCP Server (Python)
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
SYNCLINE_API_KEYrequiredsecretYour Syncline API key from https://syncline.run/developer
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"syncline-mcp-server-python": {
"command": "uvx",
"args": [
"syncline-mcp-server"
],
"env": {
"SYNCLINE_API_KEY": "<YOUR_SYNCLINE_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"syncline-mcp-server-python": {
"command": "uvx",
"args": [
"syncline-mcp-server"
],
"env": {
"SYNCLINE_API_KEY": "<YOUR_SYNCLINE_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"syncline-mcp-server-python": {
"command": "uvx",
"args": [
"syncline-mcp-server"
],
"env": {
"SYNCLINE_API_KEY": "<YOUR_SYNCLINE_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"syncline-mcp-server-python": {
"type": "stdio",
"command": "uvx",
"args": [
"syncline-mcp-server"
],
"env": {
"SYNCLINE_API_KEY": "<YOUR_SYNCLINE_API_KEY>"
}
}
}
}Claude Code
claude mcp add syncline-mcp-server-python --env SYNCLINE_API_KEY=<YOUR_SYNCLINE_API_KEY> -- uvx syncline-mcp-serverRelated MCP servers
Syncline MCP Server (TypeScript) - AI-powered meeting scheduling with intelligent auto-scheduling
View repository →Syncline MCP Server (Go) - AI-powered meeting scheduling with intelligent auto-scheduling
View repository →