PluginBench
MCP Server

Syncline MCP Server (Go) MCP Server

com.kekwanu/syncline-mcp-server-go

What is the Syncline MCP Server (Go) MCP server?

Syncline MCP Server (Go) - AI-powered meeting scheduling with intelligent auto-scheduling

How to install Syncline MCP Server (Go)

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SYNCLINE_API_KEY
    required
    secret

    Your Syncline API key from https://syncline.run/developer

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "syncline-mcp-server-go": {
      "command": "npx",
      "args": [
        "-y",
        "@kekwanulabs/syncline-mcp-server-go"
      ],
      "env": {
        "SYNCLINE_API_KEY": "<YOUR_SYNCLINE_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "syncline-mcp-server-go": {
      "command": "npx",
      "args": [
        "-y",
        "@kekwanulabs/syncline-mcp-server-go"
      ],
      "env": {
        "SYNCLINE_API_KEY": "<YOUR_SYNCLINE_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "syncline-mcp-server-go": {
      "command": "npx",
      "args": [
        "-y",
        "@kekwanulabs/syncline-mcp-server-go"
      ],
      "env": {
        "SYNCLINE_API_KEY": "<YOUR_SYNCLINE_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "syncline-mcp-server-go": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kekwanulabs/syncline-mcp-server-go"
      ],
      "env": {
        "SYNCLINE_API_KEY": "<YOUR_SYNCLINE_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add syncline-mcp-server-go --env SYNCLINE_API_KEY=<YOUR_SYNCLINE_API_KEY> -- npx -y @kekwanulabs/syncline-mcp-server-go

Related MCP servers

Syncline MCP Server (TypeScript) - AI-powered meeting scheduling with intelligent auto-scheduling

View repository →

Syncline MCP Server (Python) - AI-powered meeting scheduling with intelligent auto-scheduling

View repository →