MCP server
Nextcloud MCP Server
Community server that reaches a self-hosted Nextcloud's files, notes, calendar and contacts.
Add it to your client
CommunityInstall
uvx nextcloud-mcp-server run --transport stdio
mcpServers
{
"mcpServers": {
"nextcloud-mcp": {
"command": "uvx",
"args": [
"nextcloud-mcp-server",
"run",
"--transport",
"stdio"
]
}
}
}- Transport
- both
- Runtime
- Python
- Auth
- Required
- License
- AGPL-3.0
It runs beside your instance rather than inside it — as a uvx command, a container or a Kubernetes workload — and signs in with an app password over Basic Auth. Coverage is unusually wide for one server: WebDAV files, Notes, Calendar, Contacts, Deck, Tables and more, well past a hundred tools. The project is AGPL-3.0 and maintained independently of Nextcloud itself.
Similar MCP servers
Temporal Knowledge Base MCP
MCP serverAnswers Temporal questions from the docs, courses and community archives
Developer Tools
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Developer ToolsVersion Control & Repos
Filesystem MCP Server
MCP serverReference server for scoped read and write access to local folders
Developer ToolsStorage & Files
Comments(0)
Sign in to comment