Skip to content
Cursor

savvycal mcp for Cursor

io.github.mrfentmen/savvycal-mcp

SavvyCal scheduling links, events and user.

client:Cursor transport:stdio runtime:npm

Install savvycal mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "savvycal-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "savvycal-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

savvycal mcp in other clients