Manual Setup

If you prefer full control over your configuration, you can add the Junovy connectors by editing Claude Desktop's config file directly.

Before you start

Locate the config file

The configuration file is called claude_desktop_config.json and lives in:

If the file doesn't exist yet, create it with an empty JSON object: {}

Add the Junovy Money connector

Open claude_desktop_config.json and add the Junovy Money MCP server under mcpServers:

{
  "mcpServers": {
    "junovy-money": {
      "url": "https://mcp-money.junovy.com/mcp"
    }
  }
}

Add the Junovy Business Suite connector

To add the Business Suite connector (either alongside or instead of Junovy Money):

{
  "mcpServers": {
    "junovy-money": {
      "url": "https://mcp-money.junovy.com/mcp"
    },
    "junovy-business-suite": {
      "url": "https://mcp-business-suite.junovy.com/mcp"
    }
  }
}

If you only want one connector, remove the other entry.

Restart Claude Desktop

After saving the config file, fully quit and reopen Claude Desktop. The new connectors will appear when you start a conversation.

Verify it's working

Start a new conversation in Claude Desktop and check for the connector tools:

If the tools don't appear, double-check your JSON syntax. A missing comma or bracket is the most common issue.

Tips

Next steps


Revision #2
Created 24 February 2026 12:44:52 by Junovy Support
Updated 24 February 2026 16:12:03 by Junovy Support