Loading MCP server directory, please wait...
Find EV charging stations, detail, and reliability check-ins via the global Open Charge Map.
npx @getmcp/cli add io.github.cyanheads/openchargemap-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
OPENCHARGEMAP_API_KEYOpen Charge Map API key, sent as the X-API-Key header on every request. Free instant signup at openchargemap.org.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/openchargemap-mcp-server": {
"command": "node",
"args": [
"@cyanheads/openchargemap-mcp-server",
"run",
"start:stdio"
],
"env": {
"OPENCHARGEMAP_API_KEY": "",
"OPENCHARGEMAP_BASE_URL": "",
"OPENCHARGEMAP_REFERENCE_REFRESH": "false",
"MCP_LOG_LEVEL": "info"
}
}
}
}