go-nc-mcp-web

n0xa/go-nc-mcp-web
★ 0 stars Go Browser/Web Updated today
Nextcloud MCP server over HTTP - expose Deck, Calendar, Notes, Contacts, and Files as MCP tools
View on GitHub → Try with Claude — $10 free →

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"
      ]
    }
  }
}