Skip to content
Cursor

seafile mcp for Cursor

io.github.mrfentmen/seafile-mcp

Seafile libraries, file details and info.

client:Cursor transport:stdio runtime:npm

Install seafile mcp in Cursor

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

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

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

seafile mcp in other clients