Model Context Protocol (MCP) server configuration and tool manifest for impress/build.js
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"build.js": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-build.js"
]
}
}
}