MCP.so
ログイン

anki

@manojkumargogula

anki について

MCP package for scorzeth/anki-mcp-server

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

manojkumargogula

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is anki?

It is an MCPBind server package for MCP Server, providing a bind client and server functionality for executing prompts via the MCP protocol.

How to use anki?

Install via npm install anki, then use either bindClient.executeServer to run prompts directly or startServer to start the MCP server. Set the MCPBIND_TOKEN environment variable to your MCPBind API token for authentication.

Key features of anki

  • Provides a bind client for executing server prompts
  • Can start an MCP server directly
  • Uses MCPBind API token for authentication
  • Simple npm installation and usage

Use cases of anki

FAQ from anki

How do I install anki?

Run npm install anki in your project.

How do I use the bind client to execute a prompt?

Call bindClient.executeServer(null, null, "Your prompt here") with your prompt text.

How do I start the MCP server?

Use the startServer() function provided by the package.

What environment variable is required for authentication?

Set the MCPBIND_TOKEN environment variable to your MCPBind API token.

コメント

「その他」の他のコンテンツ