MCP.so
Sign In

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/Users/gimminjae"
      ]
    },
    "google-calendar": {
      "command": "bash",
      "args": [
        "-c",
        "cd /Users/gimminjae/mcp/mcp-google-calendar && node index.js"
      ]
    }
  }
}

More from Other