make for Cursor
io.github.dave-london/make
MCP server for Make/Just task runners with structured, token-efficient output
client:Cursor
transport:stdio
runtime:npm
Install make in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"make": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@paretools/make"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs