MCP Install Matrix¶
This matrix documents practical local setup paths for Claude, ChatGPT, Gemini, and Copilot.
The Neksus MCP server itself is local stdio:
Install dependency extra first:
Claude¶
Direct local MCP is supported in Claude Desktop.
Use your Claude MCP/local server config to run:
- command:
neksus-jobspec-mcp - args:
[]
Reference: Anthropic local MCP setup docs. Anthropic: local MCP on Claude Desktop
ChatGPT¶
ChatGPT supports MCP through custom connectors/developer mode flows, but local process wiring can vary by plan/workspace and product surface.
Recommended path:
- Use MCP connector workflow where available.
- If direct local process wiring is unavailable in your environment, use:
- the Neksus CLI locally, and
- the ChatGPT prompt pack in
skills/chatgpt/.
Reference: OpenAI MCP and connectors documentation. OpenAI: MCP docs and OpenAI Help: connectors in ChatGPT
Gemini¶
Gemini CLI supports MCP server configuration, including stdio command-based servers.
Configure your Gemini MCP settings to launch:
- command:
neksus-jobspec-mcp - args:
[]
If your Gemini environment does not expose MCP config controls, use CLI + prompt-pack fallback (skills/gemini/).
Reference: Gemini CLI MCP documentation. Gemini CLI MCP docs
Copilot¶
Copilot MCP capability depends on editor/client and policy controls (especially in Business/Enterprise contexts).
When MCP server configuration is available, point it to:
- command:
neksus-jobspec-mcp - args:
[]
If local MCP server configuration is not available in your Copilot environment, use CLI + prompt-pack fallback (skills/copilot/).
Reference: GitHub MCP docs for Copilot. GitHub Docs: About MCP in Copilot
Fallback path (all assistants)¶
When direct MCP wiring is unavailable:
- Run
neksus-jobspeccommands locally. - Use assistant prompt packs under
skills/. - Keep workflows local-first with validated YAML and deterministic exports.