diff --git a/MCP-server.md b/MCP-server.md new file mode 100644 index 0000000..9692de9 --- /dev/null +++ b/MCP-server.md @@ -0,0 +1,27 @@ +# MCP Server + +The MCP server feature is currently available **experimentally** only in the `dev` branch. It can be executed using the built-in JavaScript engine without installing any additional components. + +## Setup + +1. **Download the `dev` branch** + +2. **Configure your MCP client (e.g., Claude)** + +```json +"mcpServers": { + "local-tools": { + "command": "cscript", + "args": [ + "/nologo", + "/app.js", + "mcploader", + "/quiet" + ] + } +} +```` + +3. **Customize your functions**: You can modify the `mcploader.js` file to add your own custom functions. + +4. **Start using MCP** \ No newline at end of file