Hithereiamaliff MCP Nextcloud
MCP Endpoint: https://mcp.techmavie.digital/nextcloud/mcp The Nextcloud MCP (Model Context Protocol) server allows Large Language Models (LLMs) like OpenAI's GPT, Google's Gemini, or Anthropic's Claude to interact with your Nextcloud instance. This enables automation of various Nextcloud actions across Notes, Calendar, Contacts, Tables, and WebDAV file operations. Its 29 documented tools cover nextcloud, contacts, tables, notes.
Teams that want a hosted productivity endpoint instead of running a local process. The project is written in JavaScript.
VERIFIED ACTIVE
LAST COMMIT 2026-03-14 · ★ 37 · #122 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25
AGPL-3.0 · JavaScript servers · how we verify → /methodology
01 · Install Hithereiamaliff MCP Nextcloud
before you install - you'll need
Set NEXTCLOUD_HOST, NEXTCLOUD_USERNAME, NEXTCLOUD_PASSWORD, MCP_API_KEY, MCP_TRACE_HTTP, ENABLE_MCP_DIAGNOSTICS, ENABLE_SMITHERY_ENDPOINT before connecting. KEY_SERVICE_URL, KEY_SERVICE_TOKEN, ALLOWED_ORIGINS are optional or environment-specific per the README.
Claude Code
claude mcp add hithereiamaliff-mcp-nextcloud --transport http https://server.smithery.ai/@hithereiamaliff/mcp-nextcloud/mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"hithereiamaliff-mcp-nextcloud": {
"url": "https://server.smithery.ai/@hithereiamaliff/mcp-nextcloud/mcp"
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
https://server.smithery.ai/@hithereiamaliff/mcp-nextcloud/mcp
transport: streamable-http
endpoint alive - authentication required · probed 2026-08-25
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as remote - your agent's requests go to server.smithery.ai
endpoint auth requires authentication - rejected our unauthenticated MCP initialize
repository a fork of another project - check the upstream repo before trusting releases
license AGPL-3.0 - declared in the repository
registry vendor namespace ai.smithery - domain-verified with the official MCP registry
03 · What Hithereiamaliff MCP Nextcloud can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can create a new note with title, content, and category, update an existing note by ID with optional title, content, or category, search notes by title or content with result filtering, and delete a note by ID.
The 29 tools it gives your agent
Extracted from the project's README - what hithereiamaliff-mcp-nextcloud lets an agent do.
- nextcloud_notes_create_note
- - Create a new note with title, content, and category
- nextcloud_notes_update_note
- - Update an existing note by ID with optional title, content, or category
- nextcloud_notes_append_content
- - Append content to an existing note with a clear separator
- nextcloud_notes_search_notes
- - Search notes by title or content with result filtering
- nextcloud_notes_delete_note
- - Delete a note by ID
- nextcloud_calendar_list_calendars
- - List all available calendars for the user
- nextcloud_calendar_create_event
- - Create a calendar event with summary, description, dates, and location
- nextcloud_calendar_list_events
- - List events from a calendar with optional date filtering
- nextcloud_calendar_get_event
- - Get detailed information about a specific event
- nextcloud_calendar_update_event
- - Update any aspect of an existing event
- nextcloud_calendar_delete_event
- - Delete a calendar event
- nextcloud_contacts_list_addressbooks
- - List all available addressbooks for the user
show all 29 tools
- nextcloud_contacts_create_addressbook
- - Create a new addressbook with display name and description
- nextcloud_contacts_delete_addressbook
- - Delete an addressbook by ID
- nextcloud_contacts_list_contacts
- - List all contacts in a specific addressbook
- nextcloud_contacts_create_contact
- - Create a new contact with full name, emails, phones, addresses, and organizations
- nextcloud_contacts_delete_contact
- - Delete a contact from an addressbook
- nextcloud_tables_list_tables
- - List all tables available to the user
- nextcloud_tables_get_schema
- - Get the schema/structure of a specific table including columns
- nextcloud_tables_read_table
- - Read all rows from a table
- nextcloud_tables_insert_row
- - Insert a new row into a table with key-value data
- nextcloud_tables_update_row
- - Update an existing row in a table
- nextcloud_tables_delete_row
- - Delete a row from a table
- nextcloud_webdav_search_files
- - 🔍 NEW! Unified search across filenames, content, and metadata - no need to specify exact paths
- nextcloud_webdav_list_directory
- - List files and directories in any Nextcloud path
- nextcloud_webdav_read_file
- - Read file content from Nextcloud
- nextcloud_webdav_write_file
- - Create or update files in Nextcloud with content
- nextcloud_webdav_create_directory
- - Create new directories in Nextcloud
- nextcloud_webdav_delete_resource
- - Delete files or directories from Nextcloud
04 · Who maintains Hithereiamaliff MCP Nextcloud
hithereiamaliff-mcp-nextcloud is maintained by hithereiamaliff. We track 2 MCP servers from hithereiamaliff - 2 actively maintained, 40 combined GitHub stars, oldest repo from Jul 2025. Full record: all servers from hithereiamaliff.
05 · Facts
- repository
- github.com/hithereiamaliff/mcp-nextcloud
- category
- productivity - ranked #122 of 139 actively-maintained productivity servers as of 2026-08-25.
- registry
- ai.smithery/hithereiamaliff-mcp-nextcloud (active, first published 2025-09-11)
06 · Hithereiamaliff MCP Nextcloud FAQ
Is Hithereiamaliff MCP Nextcloud still maintained?
Yes - as of 2026-08-25, its last commit was 2026-03-14. We re-verify nightly.
What can Hithereiamaliff MCP Nextcloud do?
With this server connected, an agent can create a new note with title, content, and category, update an existing note by ID with optional title, content, or category, search notes by title or content with result filtering, and delete a note by ID.
How do I install Hithereiamaliff MCP Nextcloud?
Run `claude mcp add hithereiamaliff-mcp-nextcloud --transport http https://server.smithery.ai/@hithereiamaliff/mcp-nextcloud/mcp`. The README documents 10 environment variables (NEXTCLOUD_HOST, NEXTCLOUD_USERNAME, NEXTCLOUD_PASSWORD…) to set first. Set NEXTCLOUD_HOST, NEXTCLOUD_USERNAME, NEXTCLOUD_PASSWORD, MCP_API_KEY, MCP_TRACE_HTTP, ENABLE_MCP_DIAGNOSTICS, ENABLE_SMITHERY_ENDPOINT before connecting. KEY_SERVICE_URL, KEY_SERVICE_TOKEN, ALLOWED_ORIGINS are optional or environment-specific per the README. You can also paste the ready-made client config above.
Does Hithereiamaliff MCP Nextcloud require authentication?
Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.
07 · Alternatives to Hithereiamaliff MCP Nextcloud
Alternatives to Hithereiamaliff MCP Nextcloud
Maintained productivity servers if Hithereiamaliff MCP Nextcloud isn't the fit.
- Reactive Resume Free open-source resume builder with remote MCP tools for resumes and job applications. ★ 41,676 · 2026-08-24
- Praison AI AI Agents Framework with Self Reflection and MCP support ★ 8,955 · 2026-08-24
- Kaneo Official MCP server for Kaneo: manage tasks, projects, and labels from Claude and other MCP clients ★ 8,508 · 2026-08-24
- Basic Memory Local-first knowledge management with bi-directional LLM sync via Markdown files. ★ 3,749 · 2026-08-24
- Mindwtr Task and project automation for local Mindwtr data, with read-only self-hosted Cloud access. ★ 1,742 · 2026-08-25
- Pm Claude Skills 1117 professional Agent Skills + workflow recipes - searchable & fetchable over MCP. ★ 1,308 · 2026-08-24
Pairs well with
Servers that cover what Hithereiamaliff MCP Nextcloud doesn't - only shown when the pairing reason fits the companion.
More productivity MCP servers · Hivemind · Human Pages · Icloud Calendar MCP · Memo · Clear Market
More JavaScript MCP servers · 3ilm MCP · Bug Bounty Intelligence · Hostinger API MCP · Fmp · Lm · see all