Route LLM inference tasks to low-cost renewable energy nodes using this MCP server plugin to reduce compute expenses.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mica-plugin": {
"command": "npx",
"args": [
"-y",
"liuhong8911/mica-plugin"
]
}
}
}
Run in terminal:
claude mcp add mica-plugin npx -y liuhong8911/mica-plugin
Add to .cursor/mcp.json:
{
"mcpServers": {
"mica-plugin": {
"command": "npx",
"args": [
"-y",
"liuhong8911/mica-plugin"
]
}
}
}