← local-mcp.com
INDIVIDUAL MCP TOOL
finder_search
Searches for files by name within the allowlist (uses mdfind/Spotlight).
LIVE ENDPOINT
https://www.local-mcp.com/mcp
Connect to this endpoint to inspect the live schema for finder_search 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
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.