MCP.so
登录

mcp-package-ws

@manojkumargogula

关于 mcp-package-ws

MCP package for scorzeth/anki-mcp-server

基本信息

分类

其他

传输方式

stdio

发布者

manojkumargogula

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is mcp-package-ws?

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.

How to use mcp-package-ws?

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.

Key features of mcp-package-ws

  • 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)

Use cases of mcp-package-ws

FAQ from mcp-package-ws

评论

其他 分类下的更多 MCP 服务器