Setup
Connecting Editz to Cursor
Add it once in Settings → MCP, or drop the JSON in yourself.
In Cursor, go to Settings → MCP → "Add new MCP server". That UI writes to a config file for you — but you can also edit it directly.
Global (all projects)
~/.cursor/mcp.json:
{
"mcpServers": {
"editz": {
"url": "http://127.0.0.1:9317/mcp"
}
}
}Just this project
Same content, in .cursor/mcp.json at your project root.
Using it
With npx @editz/editz running and you signed in, open Cursor's chat and ask it to look at your project. It'll call Editz's tools the same way Claude Code does — same bridge, same tools, different front door.