Plutus MCP Server
Provides tools to manage Docker containers: list, view logs, start, stop, and restart containers.
Provides web and Google search capabilities as part of public APIs.
Provides tools to query states, search, call services, and turn devices on/off.
Provides tools to search photos, browse albums, memories, and people.
Provides tools to search media and view recently added items.
Provides tools to manage calendars, events, tasks, notes, contacts, and files.
Provides tools to send notifications via ntfy.
Provides tools to manage torrents: list, pause, resume, and delete.
Provides tools to search, list, add, and manage movie queue.
Provides tools to search, list, add, manage queue, calendar, and missing episodes.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Plutus MCP Servershow me recently added movies on Jellyfin"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Plutus MCP Server
A single self-hosted Model Context Protocol server for a homelab, with a web dashboard for configuration, health, and client setup. ~193 tools across media, photos, home automation, productivity, infrastructure, and public APIs.
MCP endpoint:
http://<host>:8765/mcp(streamable HTTP)Web dashboard:
http://<host>:8766/ui(HTTP Basic auth)
📚 Full docs: Architecture · Security · Operations · Configuration · Testing · Changelog · Contributing
Tools included
Service | Tools |
Jellyfin | search, recently added |
Sonarr | search, list, add, queue, calendar, missing |
Radarr / Lidarr | search, list, add, queue |
Jellyseerr | request, list requests |
qBittorrent | list, pause, resume, delete |
Habitica | tasks, stats, score, add todo, add/delete task |
Nextcloud | calendars, events, tasks, notes, contacts, files |
Home Assistant | states, search, call service, on/off |
Immich | search, albums, memories, people |
Docker / OMV | containers, logs, start/stop/restart; disk & system info |
SSH / SMB | allowlisted remote commands; share browse/manage |
Ntfy | send notifications |
Filesystem | list, read (secret-redacted), search, write, move |
Public APIs | weather, maps, web/Google search, finance, trivia, … |
Related MCP server: homelab-mcp
Setup
cp .env.example .envand fill in service URLs/keys (see Configuration). SetUI_PASSWORD.chmod 600 .envEdit
docker-compose.yml: set the NAS volume path/UUID for your host.Deploy:
docker compose up -dOpen the dashboard:
http://<host>:8766/ui(loginadmin/ yourUI_PASSWORD).
Connect an MCP client
The dashboard (Settings → Connection Manager) generates and downloads a ready-to-use config for any client — Claude Desktop, Claude Code, Cursor, VS Code, Cline, Windsurf, ChatGPT/OpenAI, LM Studio, Open WebUI, n8n — pre-filled with your URL and (optionally) a Bearer token. Test MCP connection verifies it before you paste it in.
Claude Desktop bridges to the remote endpoint via mcp-remote:
{
"mcpServers": {
"plutus": {
"command": "npx",
"args": ["mcp-remote", "http://<host>:8765/mcp", "--allow-http"]
}
}
}Claude Code, Cursor, VS Code, etc. connect to http://<host>:8765/mcp directly — let the
Connection Manager emit the exact format for each.
Security (summary)
Web UI behind HTTP Basic auth (+ login lockout); CSRF Origin-check on mutating requests.
Optional MCP Bearer auth (
MCP_REQUIRE_BEARER=true), applied live.Docker writes off by default; SSH hosts read-only by default; filesystem confined to
FILESYSTEM_ALLOWED_PATHS.Secrets in files/errors are redacted by default;
web_fetchhas an SSRF guard.Keep ports 8765/8766 off the public internet — LAN/Tailscale only.
Full model, threat analysis, and hardening checklist: docs/SECURITY.md.
Health monitoring
POST /api/v1/health/regression-check?notify=1 runs the tool batch, diffs against a
saved baseline, and ntfy-alerts on tools that worked before and fail now. Schedule it via
cron or n8n — see docs/OPERATIONS.md.
Remote access via Tailscale (optional)
tailscale serve --bg --https=443 http://localhost:8766 # dashboardSet PUBLIC_MCP_BASE=https://<name>.<ts-net> in .env so the Connection Manager emits
HTTPS configs. Connect MCP clients to https://<name>.<ts-net>/mcp.
Development
pip install -r requirements.txt -r requirements-dev.txt
python -m pytest # offline suiteSee docs/CONTRIBUTING.md.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Thefrizzy1/MCP-Manager'
If you have feedback or need assistance with the MCP directory API, please join our Discord server