Nextcloud MCP server over HTTP - expose Deck, Calendar, Notes, Contacts, and Files as MCP tools
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"go-nc-mcp-web": {
"command": "go",
"args": [
"run",
"github.com/n0xa/go-nc-mcp-web@latest"
]
}
}
}
Run in terminal:
claude mcp add go-nc-mcp-web go run github.com/n0xa/go-nc-mcp-web@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"go-nc-mcp-web": {
"command": "go",
"args": [
"run",
"github.com/n0xa/go-nc-mcp-web@latest"
]
}
}
}