Skip to main content

MCP server wrapping the Nextcloud Talk (Spreed) OCS API

Project description

nextcloud-talk-mcp

An MCP server for Nextcloud Talk (Spreed) — 24 tools covering conversations, messages, participants, reactions, reminders, and file sharing, for use with Claude Desktop and any other MCP client.

It is the first MCP server to cover Talk; the established Nextcloud MCP servers cover Notes / Calendar / Contacts / Tables / WebDAV but not Spreed. A thin wrapper over nextcloud-talk-core, where all endpoint logic and the typed models live.

Install

uvx nextcloud-talk-mcp          # run without installing
pipx install nextcloud-talk-mcp # or install globally
pip install nextcloud-talk-mcp  # or into a venv

Configure

The server reads three environment variables:

Variable Example Notes
NC_URL https://cloud.example.com Base URL, no trailing slash.
NC_USER your-username Your Nextcloud username.
NC_APP_PASSWORD xxxxx-xxxxx-xxxxx-xxxxx An app password (Settings → Security), not your login password. Works through SSO/2FA.

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):

{
  "mcpServers": {
    "nextcloud-talk": {
      "command": "uvx",
      "args": ["nextcloud-talk-mcp"],
      "env": {
        "NC_URL": "https://cloud.example.com",
        "NC_USER": "your-username",
        "NC_APP_PASSWORD": "xxxxx-xxxxx-xxxxx-xxxxx"
      }
    }
  }
}

Tools

Conversations (list_conversations, create_conversation, rename_conversation, set_description, delete_conversation), messages (read_messages, send_message, edit_message, delete_message, wait_for_messages, list_mentions), read-markers (mark_as_read, mark_as_unread), participants (list_participants, add_participant, remove_participant, set_participant_permissions), reactions (add_reaction, remove_reaction, list_reactions), reminders (set_reminder, get_reminder, delete_reminder), and file sharing (share_file_to_conversation). Read-only tools carry readOnlyHint; destructive ones carry destructiveHint so clients prompt first.

Full tool reference, security notes, and source: https://github.com/leiverkus/nextcloud-talk-mcp

License

MIT © Patrick Leiverkus

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nextcloud_talk_mcp-1.0.2.tar.gz (10.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nextcloud_talk_mcp-1.0.2-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

Details for the file nextcloud_talk_mcp-1.0.2.tar.gz.

File metadata

  • Download URL: nextcloud_talk_mcp-1.0.2.tar.gz
  • Upload date:
  • Size: 10.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for nextcloud_talk_mcp-1.0.2.tar.gz
Algorithm Hash digest
SHA256 98aea2aecae3f04825d619483ecd0999eea05d180a49b37a75edc71d862fc370
MD5 53b7e6209e18097caa40d0a62ed1634f
BLAKE2b-256 246aea2f0c0c6d7c9223d486578677b2d7539490dcff27da40eb5b8fa12e21d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for nextcloud_talk_mcp-1.0.2.tar.gz:

Publisher: publish.yml on leiverkus/nextcloud-talk-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nextcloud_talk_mcp-1.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for nextcloud_talk_mcp-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 dc093614d0247d4b49f5cf83b763ec838bce00365bea2663135923b35cd8baa1
MD5 e79cd7adc4b1a431575272698bd4cc60
BLAKE2b-256 60e5571a4046097f01126ccd4a0e128d0659e8834ab7b9ad2c6181f588208314

See more details on using hashes here.

Provenance

The following attestation bundles were made for nextcloud_talk_mcp-1.0.2-py3-none-any.whl:

Publisher: publish.yml on leiverkus/nextcloud-talk-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page