Browser Tools
local-mcp.com
Automates interactions with Google Chrome and provides a Mac app for accessing local data sources.
ENDPOINT 1
https://www.local-mcp.com/mcp
Known tools 184
setup_installInstall 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_clickClicks the first element matching a CSS selector in the current Google Chrome tab.
chrome_evaluate_jsRuns arbitrary JavaScript in the current Google Chrome tab and returns its result.
chrome_fill_formFills multiple form fields in one shot in the current Google Chrome tab.
chrome_go_backNavigates the current Google Chrome tab back to the previous page.
chrome_list_tabsLists every open tab across all Google Chrome windows with title, URL, and whether it is active.
chrome_navigateNavigates Google Chrome to a URL.
chrome_query_selector_allRuns document.querySelectorAll in the current Google Chrome tab and returns a compact summary of each match.
chrome_read_tabReads the rendered text content of a Google Chrome tab.
chrome_search_tabsSearches the rendered text of every open Google Chrome tab for a substring.
chrome_setup_checkReports whether Google Chrome is ready for interactive tools (chrome_click, chrome_type, chrome_evaluate_js, chrome_read_tab text).
chrome_typeSets the value of an input/textarea matching a CSS selector in the current Google Chrome tab and fires input/change events.
chrome_wait_forPolls the current Google Chrome tab until a CSS selector appears (or its text matches, if `text_match` is provided).
complete_omnifocus_taskMarks an OmniFocus task as complete by task ID or name.
complete_reminderMarks a reminder complete in Apple Reminders (Reminders.app).
connect_m365_accountConnect your Microsoft 365 account.
connect_servicenowConnect to your ServiceNow instance using your username and password.
create_calendar_eventCreates an event in the Mac's Calendar app (Calendar.app).
create_draftSaves an email to the Mail.app Drafts folder for the user to review and send manually — never sends.
create_email_folderCreates a new mailbox folder in Mail.app.
create_noteCreates a new note in Apple Notes.
create_omnifocus_taskCreates a new task in OmniFocus.
create_referral_invitesStep 2 of the colleague-invite flow.
create_reminderCreates a reminder in Reminders.app.
create_reminder_listCreates a new list in Apple Reminders (Reminders.app).
daily_briefReturns a single morning briefing combining today's calendar events, overdue and due-today reminders, and unread inbox email count + subjects.
delete_calendar_eventDeletes an event from the Mac's Calendar app (Calendar.app) by ID.
delete_reminderPermanently deletes a reminder in Apple Reminders (Reminders.app) by ID.
delete_reminder_listDeletes an Apple Reminders list AND all reminders inside it — cannot be undone.
disconnect_m365_accountDisconnect your Microsoft 365 account and remove stored tokens.
disconnect_servicenowDisconnect from ServiceNow and remove stored credentials.
excel_createCreates a new Excel (.xlsx) file with headers and optional data rows.
excel_readReads data from an Excel (.xlsx) file.
excel_write_cellWrites a value to a specific cell in an Excel file.
finder_listLists files and folders at any absolute path (Spotlight-free directory listing, including outside the home folder).
finder_searchSearches for files by name anywhere on the filesystem (uses mdfind/Spotlight).
fs_listLists files and folders in a local directory.
fs_readReads a text file from the local filesystem.
fs_searchSearches for files and folders by name (case-insensitive, partial match) starting from a root directory.
gdrive_file_infoMetadata for a file/folder in the synced Google Drive: size, dates, type.
gdrive_list_filesLists files and folders in a Google Drive path (the locally-synced folder).
gdrive_read_fileReads a text file from the synced Google Drive folder (.txt, .md, .csv, .json, code files...).
gdrive_rootLists the Google Drive folders synced on this Mac (My Drive, Shared drives, per-account mounts).
gdrive_search_filesSearches the synced Google Drive folder for files by name (recursive).
gdrive_write_fileWrites or overwrites a text file in the synced Google Drive folder — it uploads automatically via the official client.
get_audit_logReturns recent LMCP tool call history from the local audit log.
get_configReturns the current LMCP configuration (api_key masked).
get_contactGets a contact from the Mac's Contacts app (Contacts.app) by name or ID.
get_datetimeGet the current date and time of the machine where LMCP runs — with timezone and UTC offset.
get_m365_personGet detailed information about a specific person in your Microsoft 365 directory by their user ID or email address.
list_accountsLists email accounts configured in Mail.app.
list_calendar_eventsLists events from the Mac's Calendar app (Calendar.app, local/iCloud calendars) in a date range.
list_calendar_namesLists the calendars in the Mac's Calendar app (Calendar.app, local/iCloud).
list_contactsLists contacts from the macOS Contacts app.
list_email_accountsLists all Mail.app accounts by name.
list_email_foldersLists the full folder (mailbox) tree for Apple Mail (Mail.app) accounts, including nested subfolders.
list_emailsLists email headers (subject, sender, date, unread) from the Mac's Apple Mail (Mail.app, local accounts).
list_m365_people_insightsList the people most relevant to you in Microsoft 365 — based on your communication patterns, collaboration history, and org chart.
list_message_chatsLists recent iMessage/Messages.app conversations.
list_notesLists notes from Apple Notes app.
list_omnifocus_foldersLists folders in OmniFocus.
list_omnifocus_projectsLists projects in OmniFocus.
list_omnifocus_tagsLists all tags defined in OmniFocus.
list_omnifocus_tasksLists tasks from OmniFocus.
list_referral_candidatesStep 1 of recommending LMCP to a colleague.
list_reminder_listsLists the lists (folders) in Apple Reminders (Reminders.app) on this Mac.
list_remindersLists reminders from Apple Reminders (Reminders.app) on this Mac.
list_safari_bookmarksLists Safari bookmarks (title + URL) from the Mac's Safari (reads ~/Library/Safari/Bookmarks.plist — needs Full Disk Access).
lmcp_stateReturns a structured snapshot of the LMCP environment: server/tray/teams-proxy versions, detected AI client, cloud relay state, TCC permission states (Calendar/Reminders/Contacts), and a compact summary of which services (Mail/Calendar/Contacts/Teams/OneDrive/Reminders/Notes) are reachable.
lmcp_welcome★ START HERE — the user just installed LMCP and has not run a single tool yet.
m365_create_eventCreate a calendar event in your Microsoft 365 / Outlook calendar.
m365_delete_eventDelete a calendar event from your Microsoft 365 / Outlook calendar by its ID.
m365_get_contactGet full details of a specific Microsoft 365 contact by ID.
m365_list_contactsList contacts from your Microsoft 365 / Outlook address book.
m365_list_emailsList emails from your Microsoft 365 / Outlook inbox.
m365_list_eventsList upcoming calendar events from your Microsoft 365 / Outlook calendar.
m365_read_emailRead the full content of a specific Microsoft 365 email by its ID.
m365_reply_emailReply to a Microsoft 365 email by its message ID.
m365_search_contactsSearch contacts in your Microsoft 365 address book by name, email, or company.
m365_search_emailsSearch your Microsoft 365 emails by keyword, sender, or subject.
m365_send_emailSend an email from your Microsoft 365 account.
move_emailMoves an email to another mailbox (nested target folders are found by name).
nordvpn_diagnoseRun a diagnostic check on NordVPN: installation, login state, connection status, kill switch, and supported protocols.
nordvpn_serversGet recommended NordVPN servers by country or specialty.
nordvpn_statusCheck NordVPN connection status: connected/disconnected, auto-connect, snooze, and last known location.
notion_list_databasesLists Notion databases cached on this Mac with their schema (column names and types).
notion_list_pagesLists Notion pages cached on this Mac (titles, last edited, hierarchy), newest first.
notion_list_workspacesLists the Notion workspaces cached on this Mac with their members (names and emails).
notion_open_pageOpens a Notion page in the desktop app (deep link).
notion_read_databaseReads the cached rows of a Notion database with their properties mapped through the schema.
notion_read_pageReads a Notion page from the local cache and returns its content as markdown (headings, lists, to-dos, code, files, subpage links).
notion_searchSearches cached Notion content (page titles and block text) for a phrase, case-insensitive.
onedrive_delete_fileDeletes a file or empty folder from OneDrive.
onedrive_file_infoReturns metadata for a file or folder: size, modification date, type, and extension.
onedrive_list_filesLists files and folders in a OneDrive path.
onedrive_move_fileMoves or renames a file/folder within OneDrive.
onedrive_read_fileReads a text file from OneDrive or the local filesystem.
onedrive_rootLists all mounted OneDrive directories on this Mac.
onedrive_search_filesSearches for files by name in a OneDrive directory (recursive).
onedrive_set_scopeRestricts LMCP's OneDrive access to a specific folder.
onedrive_write_fileWrites text content to a file in OneDrive.
outlook_diagnoseChecks which email accounts are configured in Microsoft Outlook and compares them with Mail.app.
pdf_readReads and extracts text from a PDF file.
ppt_createCreates a PowerPoint (.pptx) file with title and bullet slides.
ppt_readReads slide text content from a PowerPoint (.pptx) file.
read_emailReads the full content of an email by its ID.
read_messagesReads messages from an iMessage conversation by chat ID or contact name.
read_noteReads the full content of a note by name or ID.
rename_reminder_listRenames an existing Apple Reminders list.
reply_emailReplies to an email by message ID.
report_problemReport a problem, feature request, or integration request to the LMCP team.
request_featureSubmit a feature request to the LMCP team — a new capability, a tool that doesn't exist yet, or an app/integration the user wishes LMCP supported.
run_diagnosticsRuns a fast health check of all LMCP integrations on this machine.
run_terminal_commandRuns a shell command on the user's Mac and returns its output.
safari_clickClicks the first element matching a CSS selector in the current Safari tab.
safari_evaluate_jsRuns arbitrary JavaScript in the current Safari tab and returns its result.
safari_fill_formFills multiple form fields in one shot.
safari_go_backNavigates the current Safari tab back to the previous page.
safari_list_tabsLists every open tab across all Safari windows with title, URL, and whether it is active.
safari_navigateNavigates Safari to a URL.
safari_query_selector_allRuns document.querySelectorAll in the current Safari tab and returns a compact summary of each match.
safari_read_tabReads the rendered text content of a Safari tab.
safari_search_tabsSearches the rendered text of every open Safari tab for a substring.
safari_setup_checkReports whether Safari is ready for interactive tools (safari_click, safari_type, safari_evaluate_js).
safari_typeSets the value of an input/textarea matching a CSS selector and fires input/change events.
safari_wait_forPolls the current Safari tab until a CSS selector appears (or its text matches, if `text_match` is provided).
save_attachmentSaves an attachment from an email to disk.
search_contactsSearches the Mac's Contacts app (Contacts.app, local/iCloud) by name, email, or phone number.
search_emailsSearches emails in the Mac's Apple Mail (Mail.app, local accounts).
search_m365_directorySearch your organization's Microsoft 365 directory for users by name or email.
search_messagesSearches iMessage conversations by content, sender name, or date range.
search_notesSearches Apple Notes by title or content.
search_omnifocus_tasksSearches OmniFocus tasks by name or note content.
send_emailComposes and sends an email via Mail.app.
send_messageSends an iMessage via the Mac's Messages.app to a recipient handle (phone number with country code, e.g.
servicenow_add_commentAdd a comment or work note to a ServiceNow incident.
servicenow_create_incidentCreate a new incident in ServiceNow.
servicenow_get_incidentGet full details of a specific ServiceNow incident by number or sys_id.
servicenow_list_my_incidentsList incidents assigned to you or opened by you in ServiceNow.
servicenow_search_incidentsSearch incidents in ServiceNow by keyword, number, or caller.
servicenow_search_kbSearch the ServiceNow Knowledge Base for articles.
servicenow_update_incidentUpdate fields on an existing ServiceNow incident — state, priority, assignment.
signal_connectConnect Signal to Local MCP.
signal_frictionSend an ANONYMOUS, content-free signal when an LMCP tool fails, returns nothing useful, the user seems frustrated, or you could not accomplish what they asked.
signal_list_chatsLists Signal conversations (chats) with last-active timestamps.
signal_read_messagesReads messages from a specific Signal chat.
signal_search_messagesFull-text search across locally-cached Signal messages.
signal_send_messagePreview (and get send guidance for) a message to a Signal chat.
slack_list_channelsLists channels in a Slack workspace, including public channels, private channels, and direct messages (DMs).
slack_list_workspacesLists the Slack workspaces (teams) the user has connected in Slack Desktop.
slack_read_channel_messagesReads recent messages from a Slack channel or DM.
slack_search_messagesSearches Slack messages across locally-cached channels using full-text substring matching.
stocks_get_chartGets historical price data for a stock symbol.
stocks_get_quoteGets current stock price and market data for one or more symbols (e.g.
stocks_search_symbolSearches for a stock ticker symbol by company name.
teams_call_historyReads Microsoft Teams call & meeting history from the Mac's local Teams cache — no Graph API, no token, no admin consent (the same local store the Teams Calls tab renders).
teams_list_channelsLists channels in a Microsoft Teams workspace.
teams_list_chatsLists Microsoft Teams chats (direct messages and group chats).
teams_list_teamsLists all Microsoft Teams workspaces the user belongs to.
teams_read_channel_messagesReads messages from a Microsoft Teams channel.
teams_read_chat_messagesReads messages from a Teams chat or direct message thread.
teams_send_channel_messageSends a text message to a Microsoft Teams channel via Graph API.
teams_send_messageSends a text message to a Microsoft Teams chat or channel.
todo_complete_taskMarks a Microsoft To Do task as complete (via Reminders sync).
todo_create_taskCreates a task in Microsoft To Do (via Reminders sync).
todo_list_listsLists Microsoft To Do task lists.
todo_list_tasksLists tasks from a Microsoft To Do list (or any Reminders list).
update_calendar_eventUpdates an existing event in the Mac's Calendar app (Calendar.app) by ID.
update_local_mcpChecks for and installs LMCP updates.
update_noteUpdates an existing note in Apple Notes.
update_reminderUpdates an existing reminder in Reminders.app.
update_self_diagnosisReturns the self-update health state: current version, last N update attempts (with errors), writability of the update cache, and any stale LMCP binaries found at alternate paths.
whatsapp_connectLink WhatsApp to Local MCP by showing a QR code right here in the chat — no Terminal needed.
whatsapp_disconnectUnlink WhatsApp from Local MCP — logs out the linked device on this Mac (via wacli).
whatsapp_list_chatsLists WhatsApp conversations with last message preview.
whatsapp_read_messagesReads messages from a specific WhatsApp chat.
whatsapp_search_messagesOffline full-text search across all WhatsApp chats.
whatsapp_send_fileSends a file attachment to a WhatsApp chat.
whatsapp_send_messageSends a text message to a WhatsApp chat.
word_appendAppends text to an existing Word (.docx) document.
word_createCreates a new Word (.docx) document with the given content.
word_readReads text content from a Word (.docx) file.
zoom_list_recordingsLists Zoom meeting recordings saved locally on this Mac (~/Documents/Zoom), newest first: meeting name, date, and which artifacts exist (transcript, captions, saved chat, audio, video).
zoom_read_transcriptReads the text artifacts of a local Zoom recording: the transcript/captions (.vtt or closed_caption.txt, cleaned to readable 'Speaker: text' lines) and the saved in-meeting chat.
ENDPOINT 2
https://www.local-mcp.com/mcp?token=YOUR_TOKEN`
Known tools 1
setup_installInstall 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).