anki-mcp

anki-mcp

0

Anki is an MCPBind server package that is used as part of an MCP Server. Its functionality includes binding a client to a server and starting the server for execution.

anki

MCPBind server package for MCP Server

Installation

npm install anki

Usage

const { bindClient, startServer } = require('anki');

// 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.