edititall mcp for Cursor
io.github.subcue/edititall-mcp
Drive EditItAll's local in-browser editors: PDF, sheet, photo, vector, Word, slides.
client:Cursor
transport:stdio
runtime:npm
Install edititall mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"edititall-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@edititall/mcp"
],
"env": {
"EDITITALL_URL": "<EDITITALL_URL>",
"CHROME_PATH": "<CHROME_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs