mcp-package
About
mcp-package is a server package for MCP Server that integrates with MCPBind, allowing developers to execute prompts via a client or start an MCP server.
Details
- Author
- manojkumargogula
- Downloads
- 215
- Categories
- Other
Jump to
- Provides a client for executing server prompts directly.
- Offers a method to start an MCP server.
- Requires an MCPBIND_TOKEN environment variable for configuration.
Install with npm install mcp-package, then use bindClient.executeServer(null, null, "Your prompt here") to execute a prompt directly, or call startServer() to start an MCP server. Set the MCPBIND_TOKEN environment variable for authentication.
mcp-package
MCPBind server package for MCP Server
Installation
npm install mcp-package
Usage
const { bindClient, startServer } = require('mcp-package');
// 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.



