Losant MCP Server is a Model Context Protocol (MCP) server that provides AI assistants with secure access to the Losant IoT Platform
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"losant-mcp-server": {
"command": "npx",
"args": [
"-y",
"Losant/losant-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add losant-mcp-server npx -y Losant/losant-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"losant-mcp-server": {
"command": "npx",
"args": [
"-y",
"Losant/losant-mcp-server"
]
}
}
}