nhevers/mica-plugin
Claude Code plugin - route compute through MVM nodes on cheap renewable energy. Save tokens, cut inference costs.
Platform-specific configuration:
{
"mcpServers": {
"mica-plugin": {
"command": "npx",
"args": [
"-y",
"mica-plugin"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
__ ______________
/ |/ / _/ ____/ _
/ /|_/ // // / / | / /
/ / / // // /___/ |/ /
/_/ /_/___/\____/|___/Save tokens. Cut inference costs. Route compute through MVM nodes on the cheapest available energy.
[](LICENSE) [](#)
---
LLM inference is expensive. Running agents 24/7 burns tokens and energy. Mica fixes this by routing your compute-heavy tasks through MVM (Mica Virtual Machine) nodes — distributed across regions with the cheapest renewable energy on the planet.
Instead of paying full price for cloud compute at $0.10+/kWh, MVM routes your workloads to nodes running on Nordic hydroelectric ($0.02/kWh), Icelandic geothermal ($0.01/kWh), and Canadian hydro ($0.04/kWh). Same results, ~40% lower cost.
Mica runs as an MCP server plugin for Claude Code. When your agent needs to run inference, batch processing, or long-running tasks, it routes through MVM instead of standard cloud — saving tokens and money automatically.
/plugin marketplace add nhevers/mica-pluginThen install:
/plugin install micaexport MICA_API_KEY=mica_your_key_hereOr paste your key in chat and the plugin will prompt you to set it via mica_set_api_key.
| Tool | What it does | |------|-------------| | mica_set_api_key | Set your mica API key at runtime | | mica_route_compute | Route a compute job through MVM nodes | | mica_estimate_savings | Estimate token and cost savings vs standard cloud | | mica_node_status | Check MVM node clusters, energy costs, and load | | mica_check_job | Check the status of a submitted compute job |
mica_set_api_key({ key: "mica_abc123..." })
mica_route_compute({ task: "batch inLoading reviews...