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., "@Nexus MCP Serverlist open bugs for the wellness-app project"
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.
Nexus MCP Server
MCP (Model Context Protocol) server for Nexus - AI-assisted Project Delivery Platform.
This allows Claude Code and other MCP-compatible AI assistants to interact with your Nexus projects, bugs, milestones, and concepts.
Installation
Or use directly with npx:
Authentication
Option 1: Browser Login (Recommended)
This opens your browser to authenticate with Nexus and automatically saves your API key.
Option 2: Manual API Key
Generate an API key from Nexus Settings, then:
Option 3: Environment Variable
Usage with Claude Code
Add the Nexus MCP server to Claude Code:
Or with a local installation:
Available Tools
Projects
Tool | Description |
| List all projects with optional status filtering |
| Get detailed project information |
| Create a new project (with optional screenshot) |
| Update project details and test credentials |
| Change project status |
Bugs/Cards
Tool | Description |
| Get all bugs for a project |
| Create a new bug with severity, steps, etc. |
| Update card status, priority, assignee |
| Add a comment to a card |
Templates
Tool | Description |
| List available project templates |
| Create a new template |
Milestones
Tool | Description |
| List milestones with date filtering |
| Create a milestone with tasks |
| Update milestone details |
| Toggle task completion |
Concepts
Tool | Description |
| List product concepts |
| Get concept details with PRD |
| Create a new concept |
| Update concept or PRD |
| Promote concept to project |
Examples
List open bugs
Create a critical bug
Update project status
Add test credentials
Create a launch milestone
CLI Commands
Configuration
Configuration is stored in ~/.nexus-mcp/config.json:
Environment Variables
Variable | Description |
| API key (overrides config file) |
| API base URL (overrides config file) |
Development
License
MIT