AIquila — Nextcloud MCP Server for LangChain
io.github.elgorro/aiquila-mcp
Nextcloud MCP server — files, calendar, contacts, mail, maps, notes, tasks & 120+ more tools
client:LangChain
transport:streamable-http
runtime:npm
Install AIquila — Nextcloud MCP Server in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"aiquila-mcp": {
"transport": "streamable_http",
"url": "https://{hostname}/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs