Grok Bot cannot spawn 1Password MCP (1password-mcp ENOENT)

Where does the bug appear (feature/product)?

Somewhere else…

Describe the Bug

The 1Password plugin (id 768) is installed. Status stays error: spawn 1password-mcp ENOENT. Restarting MCP servers does not fix it. GetMcpTools then reports the server as not found.

On the Mac the binary exists and is runnable:
/Applications/1Password.app/Contents/MacOS/1password-mcp

“Integrate with MCP clients” created /usr/local/bin/1password-mcp as a root-owned lrwx------ symlink, which Cursor could not follow. After chmod -h 755 the symlink is valid (lrwxr-xr-x → the app binary). Grok Bot still returns ENOENT.

1Password desktop: Labs local MCP server on, Developer → Integrate with MCP clients done. Full Cursor quit/reopen did not change it.

This looks like Grok Bot’s stdio MCP runner cannot see the local 1password-mcp on PATH, even when the desktop app has installed it. Other connectors (Gmail, Calendar, GitHub, Notion, etc.) are fine over HTTP.

Expected: Grok Bot can use the 1Password Environments MCP the same way Cursor IDE does, or the plugin should not show as installed-but-broken here.

Steps to Reproduce

See above

Operating System

MacOS

Version Information

Grokbot for iOS

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey @jaybna
Grok Bot runs on a cloud computer, not your Mac, so a local MCP like 1Password’s (which is tied to the 1Password desktop app) isn’t reachable from it. That’s why your HTTP connectors (Gmail, Calendar, GitHub, Notion) work but this one can’t.

Use remote HTTP/SSE MCP or catalog connectors where they exist, and the cloud browser otherwise. For the 1Password local MCP specifically, Cursor IDE is the surface that can use it. If 1Password ships a remote/HTTP endpoint later, you can add that to Grok Bot as a custom connector.

And you’re right that installing fine and then erroring with a raw spawn 1password-mcp ENOENT is confusing - appreciate you flagging it.

There’s a related thread with the same answer: Does Grok Bot support local MCP (e.g. Workflowy)?