Command Palette

Search for a command to run...

UnylyUnyly
Unyly▸ Q&A

Can I use MCP in Cursor?

▸ TL;DR

Yes. Cursor supports MCP servers natively. Install via Unyly (one-click cursor:// deeplink) or hand-edit ~/.cursor/mcp.json. After install, reload Cursor (Cmd+Shift+P → Reload Window).

See install guides

Full answer

Cursor IDE added MCP support in 2025. Config lives at ~/.cursor/mcp.json (macOS/Linux) or %USERPROFILE%\.cursor\mcp.json (Windows). The simplest way to install: pick an MCP on Unyly, switch to the Cursor tab, click Install — the cursor:// deeplink opens Cursor with the config pre-filled, you approve, MCP is registered. For local stdio MCPs, Cursor launches the subprocess on first use. For remote (HTTP) MCPs, you need Cursor Pro which adds connector support.

Related questions