Installation
Claude Code uses theclaude mcp add command to install MCP servers:
- macOS / Linux
- Windows
MCP Scopes
Claude Code supports different scopes for MCP server configuration:| Scope | Flag | Description |
|---|---|---|
| Local | --scope local | Available only to you in the current project (default) |
| Project | --scope project | Shared with team via .mcp.json file |
| User | --scope user | Available to you across all projects |
Managing MCP Servers
Troubleshooting
'uvx: command not found'
'uvx: command not found'
Claude Code can’t find the
uv package manager.- Install uv:
- Make sure uv is in your PATH
- Try the command again
'Connection closed' error on Windows
'Connection closed' error on Windows
On Windows, you must use the Without
cmd /c wrapper:cmd /c, Windows cannot directly execute uvx.Server not appearing in /mcp
Server not appearing in /mcp
- Verify the server was added:
- Check the server details:
- Try removing and re-adding:
MCP timeout errors
MCP timeout errors
If the server takes too long to start, increase the timeout:This sets a 10-second timeout (default is lower).
Login not opening browser
Login not opening browser
If the browser doesn’t open when you ask to log in:
- Check your system’s default browser settings
- Look for a login URL in Claude’s response
- Copy and paste the URL manually
Want to share with your team?
Want to share with your team?
Verify Installation
To verify Neptune is working:- Run
/mcpin Claude Code to check server status - Ask: “What Neptune tools do you have access to?”
- You should see tools including
login,deploy_project, etc.
Learn More
Next Steps
Quickstart
Continue with authentication and deploy your first app