Nextcloud MCP Server for LlamaIndexGive LlamaIndex instant access to 16 tools to Create Folder, Create Share, Delete App Password, and more
LlamaIndex specializes in data-aware AI agents that connect LLMs to structured and unstructured sources. Add Nextcloud as an MCP tool provider through Vinkius and your agents can query, analyze, and act on live data alongside your existing indexes.
Ask AI about this MCP Server for LlamaIndex
The Nextcloud MCP Server for LlamaIndex is a standout in the Productivity category — giving your AI agent 16 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import asyncio
from llama_index.tools.mcp import BasicMCPClient, McpToolSpec
from llama_index.core.agent.workflow import FunctionAgent
from llama_index.llms.openai import OpenAI
async def main():
# Your Vinkius token. get it at cloud.vinkius.com
mcp_client = BasicMCPClient("https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp")
mcp_tool_spec = McpToolSpec(client=mcp_client)
tools = await mcp_tool_spec.to_tool_list_async()
agent = FunctionAgent(
tools=tools,
llm=OpenAI(model="gpt-4o"),
system_prompt=(
"You are an assistant with access to Nextcloud. "
"You have 16 tools available."
),
)
response = await agent.run(
"What tools are available in Nextcloud?"
)
print(response)
asyncio.run(main())
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Nextcloud MCP Server
Connect your Nextcloud instance to any AI agent and take full control of your self-hosted productivity suite through natural conversation.
LlamaIndex agents combine Nextcloud tool responses with indexed documents for comprehensive, grounded answers. Connect 16 tools through Vinkius and query live data alongside vector stores and SQL databases in a single turn. ideal for hybrid search, data enrichment, and analytical workflows.
What you can do
- File & Folder Management — List, create, and delete files or folders within your Nextcloud storage directly from the chat.
- Advanced Sharing — Create and manage shares for users, groups, or public links with custom permissions and passwords.
- User & Admin Tools — List users (admin only), fetch detailed user profiles, and inspect server capabilities and enabled apps.
- Presence & Status — Get or set your online status and custom status messages with emojis to keep your team informed.
- Activity Tracking — Monitor recent activities and changes within your Nextcloud environment.
The Nextcloud MCP Server exposes 16 tools through the Vinkius. Connect it to LlamaIndex in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 16 Nextcloud tools available for LlamaIndex
When LlamaIndex connects to Nextcloud through Vinkius, your AI agent gets direct access to every tool listed below — spanning file-sharing, cloud-hosting, self-hosted, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Create folder on Nextcloud
Create a new folder in Nextcloud (WebDAV)
Create share on Nextcloud
Share Types: 0=User, 1=Group, 3=Public Link, 4=Email, 6=Federated, 7=Circle, 10=Talk. Create a new Nextcloud share
Delete app password on Nextcloud
Delete the current app password
Delete file on Nextcloud
Delete a file or folder in Nextcloud (WebDAV)
Delete share on Nextcloud
Delete a Nextcloud share
Get app password on Nextcloud
Requires authenticating with the real user password. Generate a new app password
Get capabilities on Nextcloud
Get Nextcloud server capabilities
Get user on Nextcloud
Get details for a specific Nextcloud user
Get user status on Nextcloud
Get current user status
List activities on Nextcloud
List Nextcloud activity stream
List files on Nextcloud
Path is relative to the user root. List files in a Nextcloud directory (WebDAV)
List shares on Nextcloud
List all Nextcloud shares
List users on Nextcloud
Requires admin privileges. List Nextcloud users (Admin only)
Set user status on Nextcloud
Set user online status
Set user status message on Nextcloud
Set custom user status message
Update share on Nextcloud
Update an existing Nextcloud share
Connect Nextcloud to LlamaIndex via MCP
Follow these steps to wire Nextcloud into LlamaIndex. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install dependencies
pip install llama-index-tools-mcp llama-index-llms-openaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the agent
agent.py and run: python agent.pyExplore tools
Why Use LlamaIndex with the Nextcloud MCP Server
LlamaIndex provides unique advantages when paired with Nextcloud through the Model Context Protocol.
Data-first architecture: LlamaIndex agents combine Nextcloud tool responses with indexed documents for comprehensive, grounded answers
Query pipeline framework lets you chain Nextcloud tool calls with transformations, filters, and re-rankers in a typed pipeline
Multi-source reasoning: agents can query Nextcloud, a vector store, and a SQL database in a single turn and synthesize results
Observability integrations show exactly what Nextcloud tools were called, what data was returned, and how it influenced the final answer
Nextcloud + LlamaIndex Use Cases
Practical scenarios where LlamaIndex combined with the Nextcloud MCP Server delivers measurable value.
Hybrid search: combine Nextcloud real-time data with embedded document indexes for answers that are both current and comprehensive
Data enrichment: query Nextcloud to augment indexed data with live information before generating user-facing responses
Knowledge base agents: build agents that maintain and update knowledge bases by periodically querying Nextcloud for fresh data
Analytical workflows: chain Nextcloud queries with LlamaIndex's data connectors to build multi-source analytical reports
Example Prompts for Nextcloud in LlamaIndex
Ready-to-use prompts you can give your LlamaIndex agent to start working with Nextcloud immediately.
"Show me the capabilities and enabled apps of my Nextcloud server."
"Create a public share link for the folder '/Documents/Project-Alpha' with read-only permissions."
"Set my status to 'away' and my message to 'Out for lunch' with a pizza emoji."
Troubleshooting Nextcloud MCP Server with LlamaIndex
Common issues when connecting Nextcloud to LlamaIndex through Vinkius, and how to resolve them.
BasicMCPClient not found
pip install llama-index-tools-mcpNextcloud + LlamaIndex FAQ
Common questions about integrating Nextcloud MCP Server with LlamaIndex.
How does LlamaIndex connect to MCP servers?
Can I combine MCP tools with vector stores?
Does LlamaIndex support async MCP calls?
Explore More MCP Servers
View all →
AssemblyAI
6 toolsTranscribe and audit audio — manage speech-to-text jobs via AI.

IP Subnet Calculator
1 toolsFlawless binary math. Calculate perfect network boundaries, broadcast addresses, and IP ranges without LLM hallucination.

Plex
15 toolsManage your Plex Media Server — browse libraries, search media, check active streams and control playback from any AI agent.

Files.com Alternative
17 toolsSecurely manage Files.com storage, users, and permissions. List folders, move files, and automate workflows through natural language.
