BatteryOS MCP
Access BatteryOS's comprehensive suite of tools through our secure and efficient Model Context Protocol server.
Note: Node.js is required for Claude and MCP to work.
{
"mcpServers": {
"BatteryOS Tools": {
"command": "npx",
"args": [
"mcp-remote@latest",
"https://mcp.batteryos.com/mcp/",
"--header",
"Authorization: Bearer YOUR_API_KEY",
"--header",
"X-Client-ID: YOUR_CLIENT_ID"
],
"description": "BatteryOS Tools MCP Server"
}
}
}