portainer/portainer-mcp
A powerful MCP server that enables AI assistants to seamlessly interact with Portainer instances, providing natural language access to container management, deployment operations, and infrastructure monitoring capabilities.
Quick Start
Clone the repository:
git clone https://github.com/portainer/portainer-mcpClaude Desktop configuration example:
{
"mcpServers": {
"portainer-mcp": {
"command": "npx",
"args": [
"-y",
"portainer/portainer-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.