MCP server for Make/Just task runners with structured, token-efficient output
claude mcp add make -- npx -y @paretools/make
claude_desktop_config.json
{
"mcpServers": {
"make": {
"command": "npx",
"args": [
"-y",
"@paretools/make"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"make": {
"command": "npx",
"args": [
"-y",
"@paretools/make"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"make": {
"command": "npx",
"args": [
"-y",
"@paretools/make"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"make": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@paretools/make"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"make": {
"command": "npx",
"args": [
"-y",
"@paretools/make"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Dave-London--make/reviews or the review_server meta-tool.
POST /mcp