TriliumNext (trilium-mcp) MCP Server
io.github.OVDEN13/trilium-mcp
What is the TriliumNext (trilium-mcp) MCP server?
Read and write a self-hosted TriliumNext knowledge base over its ETAPI.
How to install TriliumNext (trilium-mcp)
Copy-paste configuration for popular MCP clients.
TRILIUM_URLrequiredBase URL of the Trilium ETAPI. Comma-separated for failover: fast LAN first, public fallback (e.g. http://192.168.0.10:8092,https://memo.example.com).
TRILIUM_TOKENrequiredsecretETAPI token created in Trilium under Options -> ETAPI
TRILIUM_HTTP_TIMEOUT_SECONDSPer-request HTTP timeout in seconds (default 30)
TRILIUM_MCP_LOGTool-call log level on stderr: off / info (default) / debug
{
"mcpServers": {
"trilium-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ovden13/trilium-mcp:0.1.5"
],
"env": {
"TRILIUM_URL": "<YOUR_TRILIUM_URL>",
"TRILIUM_TOKEN": "<YOUR_TRILIUM_TOKEN>",
"TRILIUM_HTTP_TIMEOUT_SECONDS": "<YOUR_TRILIUM_HTTP_TIMEOUT_SECONDS>",
"TRILIUM_MCP_LOG": "<YOUR_TRILIUM_MCP_LOG>"
}
}
}
}{
"mcpServers": {
"trilium-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ovden13/trilium-mcp:0.1.5"
],
"env": {
"TRILIUM_URL": "<YOUR_TRILIUM_URL>",
"TRILIUM_TOKEN": "<YOUR_TRILIUM_TOKEN>",
"TRILIUM_HTTP_TIMEOUT_SECONDS": "<YOUR_TRILIUM_HTTP_TIMEOUT_SECONDS>",
"TRILIUM_MCP_LOG": "<YOUR_TRILIUM_MCP_LOG>"
}
}
}
}{
"mcpServers": {
"trilium-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ovden13/trilium-mcp:0.1.5"
],
"env": {
"TRILIUM_URL": "<YOUR_TRILIUM_URL>",
"TRILIUM_TOKEN": "<YOUR_TRILIUM_TOKEN>",
"TRILIUM_HTTP_TIMEOUT_SECONDS": "<YOUR_TRILIUM_HTTP_TIMEOUT_SECONDS>",
"TRILIUM_MCP_LOG": "<YOUR_TRILIUM_MCP_LOG>"
}
}
}
}{
"servers": {
"trilium-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ovden13/trilium-mcp:0.1.5"
],
"env": {
"TRILIUM_URL": "<YOUR_TRILIUM_URL>",
"TRILIUM_TOKEN": "<YOUR_TRILIUM_TOKEN>",
"TRILIUM_HTTP_TIMEOUT_SECONDS": "<YOUR_TRILIUM_HTTP_TIMEOUT_SECONDS>",
"TRILIUM_MCP_LOG": "<YOUR_TRILIUM_MCP_LOG>"
}
}
}
}claude mcp add trilium-mcp --env TRILIUM_URL=<YOUR_TRILIUM_URL> --env TRILIUM_TOKEN=<YOUR_TRILIUM_TOKEN> --env TRILIUM_HTTP_TIMEOUT_SECONDS=<YOUR_TRILIUM_HTTP_TIMEOUT_SECONDS> --env TRILIUM_MCP_LOG=<YOUR_TRILIUM_MCP_LOG> -- docker run -i --rm ghcr.io/ovden13/trilium-mcp:0.1.5Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.