HomeCommunication › local-mcp-releases

local-mcp-releases

Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.

TypeScript Local macOS Remote
★ 58 stars Last pushed 2026-09-21 License: NOASSERTION

Topics: Communication

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://local-mcp.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http local-mcp-releases https://local-mcp.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "local-mcp-releases": {
      "url": "https://local-mcp.com/mcp"
    }
  }
}

Package (npm 3.0.409)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "local-mcp-releases": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "LMCP_REF": "<YOUR_VALUE>"
      }
    }
  }
}
  • LMCP_REF — Install-source attribution tag (fixed).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry