★ 0 stars
Go
🤖 AI/LLM
Updated 2d ago
Full-coverage Nextcloud CLI for AI agents and power users — OCS v2, WebDAV, CalDAV, CardDAV, Talk, Deck, Notes, and MCP server. Generated with CLI Printing Press.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"nextcloud-pp-cli": {
"command": "go",
"args": [
"run",
"github.com/kelvincushman/nextcloud-pp-cli@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add nextcloud-pp-cli go run github.com/kelvincushman/nextcloud-pp-cli@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"nextcloud-pp-cli": {
"command": "go",
"args": [
"run",
"github.com/kelvincushman/nextcloud-pp-cli@latest"
]
}
}
}
📋 Copy
Topics
ai-agents cli golang mcp nextcloud webdav