Overview
NimbleBrain Studio generates complete Claude Desktop configurations automatically, making it easy to connect your MCP servers to Claude.No manual JSON editing required! Studio generates the entire configuration for you.
Quick Setup
Open Claude Config File
Navigate to Claude’s configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Generated Configuration
Studio generates a complete configuration including:Configuration Components
The MCP server identifier from the registry
Always
npx to use the NimbleTools MCP HTTP clientArray containing:
-yflag to bypass prompts@nimbletools/mcp-clientpackage- Your server’s MCP endpoint URL
Your workspace authentication token (automatically included)
Multiple Servers
Add multiple MCP servers to Claude Desktop:Option 1: Generate Combined Config
Option 2: Merge Individual Configs
Manually merge configurations from multiple servers:You can mix NimbleTools servers with locally-run MCP servers in the same config file.
Verifying Integration
Check Claude Desktop
After restarting Claude Desktop:Example Queries
- nationalparks-mcp
- finnhub-mcp
- github-mcp
“What are the top 5 most visited national parks?”“Show me national parks in California with camping facilities”
Tool Call Visibility
Claude will show you when it’s using your MCP tools:Claude
I’ll search for national parks in California.
Using tool: search_parks
I found 9 national parks in California…
Troubleshooting
Claude doesn't show MCP tools available
Claude doesn't show MCP tools available
Possible causes:
- Claude Desktop wasn’t fully restarted
- Configuration file has JSON syntax errors
- Config file is in wrong location
- Fully quit Claude Desktop (check system tray)
- Validate JSON syntax with a JSON validator
- Verify file path matches your OS
Tools appear but don't work
Tools appear but don't work
Possible causes:
- Server is scaled to zero (cold start delay)
- Workspace token expired
- Required secrets not configured
- Wait 5-10 seconds for cold start
- Refresh token in Studio (Settings - API Tokens)
- Check server requires secrets and add them
Error: Invalid token
Error: Invalid token
Possible causes:
- Token expired
- Token was revoked
- Wrong workspace token
- Generate a new token in Studio
- Update
NTCLI_TOKENin config file - Restart Claude Desktop
Cold starts take too long
Cold starts take too long
Possible causes:
- Server scaled to zero
- First request after idle period
- Set minimum replicas to 1 in server settings
- Understand cold starts typically take 2-5 seconds
Advanced Configuration
Custom Environment Variables
Add extra environment variables for specific servers:Environment variables in Claude’s config are separate from secrets in Studio. These are only used by the client, not the server.