MCP Client which serves as bridge between mcp servers and local LLMs running on Ollama, Created for MCP Servers Developed by Me, However other MCP Servers may run as well
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"zin-mcp-client": {
"command": "uvx",
"args": [
"zin-mcp-client"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add zin-mcp-client uvx zin-mcp-client
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"zin-mcp-client": {
"command": "uvx",
"args": [
"zin-mcp-client"
]
}
}
}
📋 Copy
Or install with pip: pip install zin-mcp-client