Skip to content

Lunar

Free

by MCP Community

MCP (Model Context Protocol) client for Lunar

v0.5.0Added Apr 12, 2026
lunarmcpmodel-context-protocolbun
Works with:ClaudeGPTGeminiCopilot

Lunar MCP Server

MCP (Model Context Protocol) client for Lunar

Installation

npx -y @onmars/lunar-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @onmars/lunar-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "lunar": {
      "command": "npx",
      "args": ["-y", "@onmars/lunar-mcp"]
    }
  }
}