Skip to main content
Claude Code has a built-in mcp add command that handles the config for you.

Install

claude mcp add versuno -e VERSUNO_API_KEY=uk_live_xxx -- npx -y versuno-mcp
The -- separates Claude Code flags from the command it will spawn. Everything after -- is what Claude Code runs.

Verify

claude mcp list
You should see versuno in the list with a green status indicator.

Scope

By default the server is added to the current project. To make it available globally, add --scope user:
claude mcp add versuno --scope user -e VERSUNO_API_KEY=uk_live_xxx -- npx -y versuno-mcp

Remove

claude mcp remove versuno

Using it

Start a chat session with claude and mention Versuno:
“Pull the ‘onboarding context’ asset from Versuno.”
Claude Code asks for approval on each tool call. Keep this setting on. See Security.

Troubleshooting

Run claude mcp logs versuno to see stderr output from the server. The most common issues are a missing or invalid API key. See Troubleshooting.