Enhanced MCP server for Limitless Pendant with advanced conversation analysis, meeting detection, action item extraction, and comprehensive
Nerve is installed from its publisher's own source and answers where it runs, so this marketplace is not in the path of a single call. There is no address here to send one to, and a panel that pretended otherwise would be showing you an answer we made up. Install it and call it from your own client — the Installation tab has the entry for each one.
Open InstallationWhat it does
MCP server for Nerve — gives AI agents runtime access to iOS apps
Quickstart
# 1 — run it from where its publisher ships it
npx -y nerve-mcp
# 2 — ask your agent something
> MCP server for Nerve — gives AI agents runtime access to iOS apps
Nerve is free: there is no plan to choose, no cap to set and nothing that can bill you.
Collected from a public index. Nobody has claimed this account, so nothing here was written by its author — claim it if it is yours.
Where are you running it?
Every route below installs the same thing and ends at the same approval screen. This one runs on your machine: your client starts Nerve as a process under your own user, with your files and your network, so the tool surface below is what it can do to your computer rather than to a server somewhere else. It is scanned, signed and pinned to the version you choose — read the surface before you approve it.
This is a public server: you run it yourself and this marketplace is not in the path. Claude Code registers it in one command.
claude mcp add nerve-mcp -- npx -y nerve-mcpReconnect, or start a new session, and the tools appear in the model’s tool list.
One config entry your client uses to start the process locally. A local server runs with your file system and your network, which is why it is priced without metering.
38 tools, with what each one reads, writes and reaches shown before you agree — the same list on every route above. Read the tool surface.
Tool surface
What the model actually sees. Descriptions are diffed on every release — see version history.
See the current screen. Returns all visible UI elements with their type (btn, txt, field, toggle), label, identifier (#id), and position. This is your primary tool for understanding what
Takes no parameters.
Dump the complete view hierarchy tree showing all views with nesting, types, and frames.
Takes no parameters.
Inspect a specific UI element. Returns properties, accessibility info, constraints, and type information. Query by #identifier, @label, .Type, or x,y coordinates.
Takes no parameters.
Tap a UI element. Response includes the updated screen state (auto-view), so you do NOT need to call nerve_view after tapping. Use #identifier, @label, or x,y coordinates.
Takes no parameters.
Scroll the current scroll view in a direction.
Takes no parameters.
Perform a swipe gesture in a direction.
Takes no parameters.
Double-tap a UI element. Used for zoom in/out on maps, text selection.
Takes no parameters.
Drag and drop: long-press the source element, drag to the target, release.
Takes no parameters.
Pull down to refresh the current scroll view content.
Takes no parameters.
Two-finger pinch/zoom gesture. Scale > 1.0 zooms in, < 1.0 zooms out.
Takes no parameters.
Open a context menu by long-pressing an element. Returns the current screen showing menu items. Use nerve_tap to select a menu item.
Takes no parameters.
Long-press a UI element. Triggers context menus, drag initiation, and haptic touch actions.
Takes no parameters.
Type text into the currently focused text field. Tap the field first with nerve_tap to focus it, then call this to enter text.
Takes no parameters.
Navigate back (pop navigation or dismiss presented view controller).
Takes no parameters.
Dismiss the keyboard or the frontmost presented view controller.
Takes no parameters.
Capture a screenshot. WARNING: Screenshots consume significant tokens — use nerve_view for all normal inspection. Only use for visual checks (colors, gradients, images, layout). Use
Takes no parameters.
Read the app
Takes no parameters.
Show recent HTTP requests with method, URL, status, and timing. In-flight requests show as
Takes no parameters.
Find live instances of a class on the heap and inspect their properties. First call with just class_name to list instances. Then call with index to read all properties of a specific instance (e.g., check a ViewModel
Takes no parameters.
Read app storage: UserDefaults, Keychain, cookies, sandbox files, or Core Data. For Core Data, omit entity to list all entities, or specify entity to fetch records.
Takes no parameters.
Check connection status, app state, and Nerve version for all connected targets.
Takes no parameters.
Show the app
Takes no parameters.
Auto-navigate to a screen by name (e.g.,
Takes no parameters.
Invoke a custom accessibility action on an element. Use nerve_inspect to discover available actions first.
Takes no parameters.
Find an element that
Takes no parameters.
Wait until ALL network requests complete and animations finish. Simple but may wait too long if the app has background polling. For precise control, use nerve_network instead to check if a specific request completed.
Takes no parameters.
Build an iOS app for the simulator using xcodebuild.
Takes no parameters.
Build, install, and launch an iOS app on the simulator. Nerve is auto-injected if the app doesn
Takes no parameters.
Open a deeplink URL in the app to navigate directly to a screen. Works with custom URL schemes (e.g.,
Takes no parameters.
Pre-grant iOS permissions so system dialogs never appear during automation. Call before interacting with features that require permissions (camera, location, photos, etc.).
Takes no parameters.
List available iOS simulators and their state (Booted/Shutdown).
Takes no parameters.
Boot a simulator by name or UDID. Opens the Simulator app if not already open.
Takes no parameters.
Switch between light and dark mode. On simulator, uses simctl. On device or if Nerve is connected, overrides the app
Takes no parameters.
Build, install, and launch an iOS app on a connected physical device. Requires the device to be paired and a valid code signing identity.
Takes no parameters.
List connected physical iOS devices and their state (available/unavailable).
Takes no parameters.
Trace method calls at runtime via swizzling. Logs every invocation to the console (read with nerve_console). Zero overhead compared to LLDB breakpoints. Use this to understand code flow without rebuilding.
Takes no parameters.
Draw a colored border around a UI element for visual debugging. Use with nerve_screenshot to see the result. Call with action=
Takes no parameters.
Modify a UI element
Takes no parameters.
- Every tool, no call limit
- No card, no account needed
- Source published under a licence you can read
- Runs on your machine — nothing of it reaches our gateway
- Nothing to cap, because nothing bills
What counts against your monthly calls
| Tool | Unit | Calls used | Out of the allowance |
|---|
Nothing here is billable. Nerve costs nothing to install and nothing to call, at any volume.
Two independent axes, because powerful and malicious are different questions. The grade is threat only. The capability level is blast radius, and it is never a penalty on the grade — it is priced as one subtract-only term in the score, where you can see it.
| Term | Level | What it prices | Points |
|---|---|---|---|
| capability-exposure | critical | capability blast radius (critical) — client exposure if the model is manipulated | −10 |
| verification-discount | repo | publisher verification (public source) — no provenance, but the source is public and inspectable | −1 |
| coverage-honesty | source | inspection depth (source) — how much of the target the scan could see | −0 |
What the scan could actually read
A grade is only as meaningful as its coverage, so the scanner publishes its own depth before it publishes its result.
Tools were statically extracted from the published source (40 recovered), not enumerated from a running server. Tool-poisoning, Unicode-smuggling, capability and toxic-flow analysis ran on this inferred surface, but a mis-parsed registration could be missed or mis-attributed, so tool-derived findings are capped below “confirmed”. To grade the real runtime surface, scan the running server: --command "npx -y <package>".
Capability — what it could do if the model were manipulated
Tags derived from each tool’s schema and the implementation, not from what the tool calls itself. critical is the level these add up to.
| Tool | Capability tags | Why the tag was assigned |
|---|---|---|
| nerve_view | no tags | |
| nerve_tree | sensitive-source | |
| nerve_inspect | no tags | |
| nerve_tap | no tags | |
| nerve_scroll | no tags | |
| nerve_swipe | no tags | |
| nerve_double_tap | no tags | |
| nerve_drag_drop | no tags | |
| nerve_pull_to_refresh | no tags | |
| nerve_pinch | no tags | |
| nerve_context_menu | no tags | |
| nerve_long_press | no tags | |
| nerve_type | no tags | |
| nerve_back | no tags | |
| nerve_dismiss | no tags | |
| nerve_screenshot | no tags | |
| nerve_console | no tags | |
| nerve_network | external-sink | |
| nerve_heap | no tags | |
| nerve_storage | untrusted-input | |
| nerve_status | no tags | |
| nerve_map | no tags | |
| nerve_navigate | no tags | |
| nerve_action | no tags | |
| nerve_scroll_to_find | no tags | |
| nerve_wait_idle | no tags | |
| nerve_build | no tags | |
| nerve_run | no tags | |
| nerve_deeplink | no tags | |
| nerve_grant_permissions | no tags | |
| nerve_list_simulators | no tags | |
| nerve_boot_simulator | no tags | |
| nerve_appearance | no tags | |
| nerve_run_device | no tags | |
| nerve_list_devices | no tags | |
| nerve_trace | no tags | |
| nerve_highlight | no tags | |
| nerve_modify | no tags | |
| nerve_lldb | code-exec | |
| nerve_sequence | code-exec |
Toxic-flow graph
The lethal trifecta, checked as a graph rather than as a checklist: untrusted input, a sensitive source and an external sink have to meet before there is a path worth worrying about.
Supply chain and provenance
This is the first scan of this surface here, so there is nothing yet to compare it against.
Every result on this tab comes from one deterministic pass over the published package — offline, rule by rule, and auditable line by line above. Same methodology version, same bytes, same score.
Release history
Pinned to 0.2.2 — the install command below asks for that release. A pin is part of an install, so it is kept for this visit and written down when you install.
No release note was published with this version.
Only accounts with at least 50 real tool calls against this server in the last 90 days can post. Ratings are weighted by how much the reviewer actually uses it, and publishers can reply once per review.
Writing one takes an account with at least 50 real tool calls against Nerve in the last 90 days. That is the whole gate — there is no other way to post, which is why the counts beside each review are worth reading.
Nobody has reviewed this listing. The rating on the card is the mean of the reviews written here and nothing else, so there is no rating until somebody writes the first — which takes an account with 50 real tool calls against it.