Octopus Deploy (npx) MCP Server
CommunityContributed by Octopus Deploy
Connect your AI assistant to Octopus Deploy to inspect, query, and diagnose deployments, releases, projects, and environments across your Octopus instance via npx.
About the Octopus Deploy (npx) MCP Server
The Octopus Deploy (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Connect your AI assistant to Octopus Deploy to inspect, query, and diagnose deployments, releases, projects, and environments across your Octopus instance via npx. This is a community-contributed MCP server by Octopus Deploy.
Install the Octopus Deploy (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@octopusdeploy/mcp-server"
],
"env": {
"OCTOPUS_SERVER_URL": "${input:OCTOPUS_SERVER_URL}",
"OCTOPUS_API_KEY": "${input:OCTOPUS_API_KEY}"
},
"metadata": {
"inputs": [
{
"id": "OCTOPUS_SERVER_URL",
"label": "Octopus Server URL",
"description": "The base URL of your Octopus Deploy instance (Octopus Cloud or self-hosted Octopus Server).",
"type": "url",
"required": true,
"placeholder": "https://your-instance.octopus.app"
},
{
"id": "OCTOPUS_API_KEY",
"label": "Octopus API Key",
"description": "An Octopus Deploy API key tied to your user account. The key inherits your user's permissions in Octopus.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "API-************************",
"obtain": {
"url": "https://octopus.com/docs/octopus-rest-api/how-to-create-an-api-key",
"instructions": "1. Sign in to your Octopus Deploy instance\n2. Open your user profile menu (top right) and choose 'Profile'\n3. Go to the 'API Keys' tab\n4. Click 'New API Key', give it a purpose/note\n5. Click 'Generate New' and copy the key (starts with API-) â it is only shown once",
"button_label": "Create API Key"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Octopus Deploy (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
GitHub (Docker)
Interact with GitHub repositories, issues, pull requests, and code security via Docker container. Supports both github.com and GitHub Enterprise instances. Requires Docker installed.
GitHub (Remote PAT)
Interact with GitHub repositories, issues, pull requests, actions, and code security through GitHub's hosted remote MCP server. Authenticates with a Personal Access Token.
Atlassian (Jira & Confluence)
Interact with Jira issues, Confluence pages, and Compass components through Atlassian's official remote MCP server.
Figma
Generate code from Figma designs, extract design context, variables, and components through Figma's official hosted MCP server. Supports Code Connect for design system consistency, FigJam content, and browser-to-Figma live capture.
Figma (npx)
Read and inspect Figma designs, components, and styles. Extract layout details, design tokens, and asset metadata from any Figma file. Translates auto-layout to CSS flexbox. Supports image downloads.
GitLab
GitLab's built-in MCP server for managing issues, merge requests, pipelines, and semantic code search. Requires GitLab 18.6+ with Duo enabled. Connects directly to any GitLab instance via OAuth.
Install Octopus Deploy (npx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.