Installation
Claude Desktop
- **macOS**: ~/Library/Application Support/Claude/claude_desktop_config.json
- **Windows**: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"lmp-price": {
"command": "npx",
"args": ["@saral/mcp-lmp"]
}
}
}Cursor
npx @saral/mcp-lmpChatGPT (Actions)
For ChatGPT, you can import our OpenAPI specifications as Actions:
- LMP: https://saralsystems.co/api/gridkit/lmp/openapi.json
- Carbon: https://saralsystems.co/api/gridkit/carbon/openapi.json
Docker (Self-hosted)
If you prefer to self-host, each tool is available as a Docker container:
docker run -p 3000:3000 saral/mcp-lmpThis runs the MCP server locally on port 3000.