Description

MCP Client which serves as bridge between mcp servers and local LLMs running on Ollama.

Installation

npx -y zin-mcp-client
npm install zin-mcp-client
git clone https://github.com/zinja-coder/zin-mcp-client

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "zin-mcp-client": {
      "command": "npx",
      "args": [
        "-y",
        "zin-mcp-client"
      ]
    }
  }
}