For completion to your documentation want to add config lines for claude's MCP config files. ``` { "mcpServers": { "mcp-appstore": { "command": "node", "args": ["/Users/[your_username_name]/Development/mcp-appstore/server.js"] } } } ``` Adjust path to the location of your server.js obviously.