portainer-mcp-server

hlavrencic/portainer-mcp-server
★ 0 stars JavaScript 🔌 API Integration Updated today
MCP server for Portainer REST API — manage Docker containers, stacks, images, networks and volumes via AI assistants
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "portainer-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hlavrencic/portainer-mcp-server"
      ]
    }
  }
}

README Excerpt

MCP server for the [Portainer](https://portainer.io) REST API. Manage Docker containers, stacks, images, networks and volumes from any AI assistant that supports the [Model Context Protocol](https://modelcontextprotocol.io). ```bash npx portainer-mcp-server ``` Or with a permanent install: ```bash npm install -g portainer-mcp-server

Tools (15)

PORTAINER_PATPORTAINER_URLget_container_logsget_stack_fileinspect_containerinspect_stacklist_containerslist_environmentslist_imageslist_networkslist_stackslist_volumesrestart_containerstart_containerstop_container