A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
| Tool name | Description | Destructive? |
|---|---|---|
| nc_notes_create_note | ✓ no | |
| nc_notes_update_note | ✓ no | |
| nc_notes_append_content | ✓ no | |
| nc_notes_delete_note⚠ | ⚠ yes | |
| nc_notes_search_notes | ✓ no |
| nc_calendar_list_calendars | ✓ no | |
| nc_calendar_create_event | ✓ no | |
| nc_calendar_list_events | ✓ no | |
| nc_calendar_get_event | ✓ no | |
| nc_calendar_update_event | ✓ no | |
| nc_calendar_delete_event⚠ | ⚠ yes | |
| nc_contacts_list_addressbooks | ✓ no | |
| nc_contacts_create_addressbook | ✓ no | |
| nc_contacts_delete_addressbook⚠ | ⚠ yes | |
| nc_contacts_list_contacts | ✓ no | |
| nc_contacts_create_contact | ✓ no | |
| nc_contacts_delete_contact⚠ | ⚠ yes | |
| nc_tables_list_tables | ✓ no | |
| nc_tables_get_schema | ✓ no | |
| nc_tables_read_table | ✓ no | |
| nc_tables_insert_row | ✓ no | |
| nc_tables_update_row | ✓ no | |
| nc_tables_delete_row⚠ | ⚠ yes | |
| nc_webdav_list_directory | ✓ no | |
| nc_webdav_read_file | ✓ no | |
| nc_webdav_write_file⚠ | ⚠ yes | |
| nc_webdav_create_directory | ✓ no | |
| nc_webdav_delete_resource⚠ | ⚠ yes |
{
"mcpServers": {
"aismitheryhithereiamaliff-nextcloud": {
"command": "npx",
"args": [
"-y",
"mcp-nextcloud"
]
}
}
}