← local-mcp.com

INDIVIDUAL MCP TOOL

list_contacts

Lists contacts from the macOS Contacts app.

local-mcp.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.local-mcp.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_contacts and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

local-mcp.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.lmcp]
url = "https://www.local-mcp.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lmcp": {
      "type": "http",
      "url": "https://www.local-mcp.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lmcp
Remote MCP URL: https://www.local-mcp.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "lmcp": {
      "url": "https://www.local-mcp.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lmcp": {
      "type": "http",
      "url": "https://www.local-mcp.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lmcp",
  "transport": "streamable-http",
  "url": "https://www.local-mcp.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • setup_install — Returns a personalized LMCP install link and setup steps (~30 sec to install).
  • agent_ack — Tells the senders that you actually read the messages agent_inbox gave you.
  • agent_sent — Shows what THIS machine sent and what happened to it: who it was delivered to and who acknowledged it.
  • chrome_click — Clicks the first element matching a CSS selector in the current Google Chrome tab.
  • chrome_fill_form — Fills multiple form fields in one shot in the current Google Chrome tab.
  • chrome_go_back — Navigates the current Google Chrome tab back to the previous page.
  • chrome_history — Lists or searches the user's Google Chrome browsing history (local SQLite, read-only — no page is opened).
  • chrome_list_tabs — Lists every open tab across all Google Chrome windows with title, URL, and whether it is active.