← local-mcp.com

INDIVIDUAL MCP TOOL

onedrive_list_files

Lists files and folders in a OneDrive path.

local-mcp.comnone authenticationAvailability not checked

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 endpoint

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.local-mcp-com]
url = "https://www.local-mcp.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: local-mcp-com
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": {
    "local-mcp-com": {
      "url": "https://www.local-mcp.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "local-mcp-com",
  "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 — Install LMCP — free Mac app giving the user access to Mail, Calendar, Contacts, Teams, OneDrive, Notes, Reminders, and 100+ tools on their Mac (data stays local).
  • chrome_click — Clicks the first element matching a CSS selector in the current Google Chrome tab.
  • chrome_evaluate_js — Runs arbitrary JavaScript in the current Google Chrome tab and returns its result.
  • 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_list_tabs — Lists every open tab across all Google Chrome windows with title, URL, and whether it is active.
  • chrome_navigate — Navigates Google Chrome to a URL.
  • chrome_query_selector_all — Runs document.querySelectorAll in the current Google Chrome tab and returns a compact summary of each match.