# ms_industry_ai
Enables useful industry use-cases across different functions & divisions via MCP

# Testing with Claude Desktop

Add the following Config to your Claude Desktop configuration. You find the configuration by opening Claude -> Settings -> Developer:

```
{
  "globalShortcut": "Shift+Alt+Space",
  "mcpServers": {
  "ms_salespower": {
      "command": "/YOUR PATH TO BINARY/ms_industry_ai"
  }
  }
}
```
