mcp-package-ws
About
mcp-package-ws is an MCPBind server package for building MCP (Model Context Protocol) servers. It provides a client and server interface for Node.js developers who want to integrate MCP functionality using the MCPBind service.
Details
- Author
- manojkumargogula
- Downloads
- 214
- Categories
- Other
Jump to
- Client for executing MCP prompts via bindClient.executeServer
- Simple server startup with startServer()
- Lightweight Node.js package with minimal dependencies
- Authentication via single environment variable (MCPBIND_TOKEN)
Install the package via npm, then require the bindClient and startServer functions. Use bindClient.executeServer to send prompts directly, or call startServer() to run the MCP server. The MCPBIND_TOKEN environment variable must be set to your API token.
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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



