mcp-package-ws-mcp
If you are the rightful owner of mcp-package-ws-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCPBind server package for MCP Server
mcp-package-ws
MCPBind server package for MCP Server
Installation
npm install mcp-package-ws
Usage
const { bindClient, startServer } = require('mcp-package-ws');
// Use the client directly
const result = await bindClient.executeServer(
null,
null,
"Your prompt here"
);
// Or start the MCP server
startServer();
Configuration
Set the MCPBIND_TOKEN
environment variable to your MCPBind API token.