[ MCP_NODE_3829 ]

just-mcp

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

Execute Just commands and task runners seamlessly from Claude Code. Manage project tasks, run build scripts, and automate development workflows with Just integration.

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "just-mcp-en": {
            "description": "Execute Just commands and task runners seamlessly from Claude Code. Manage project tasks, run build scripts, and automate development workflows with Just integration.",
            "command": "/path/to/just-mcp",
            "args": [
                "--stdio"
            ]
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.