← Discover MCPs and Agents
l
MCPAI & MLGitHub

llm-clients

A list of LLM clients that can be used to interact with a proprietary or open source models using UI or CLI

Links

README

From the repo.

UI or CLI for AI

A list of LLM clients that can be used to interact with proprietary and open models using UI, CLI, or Local API endpoints

NAMELINK
Ollamahttps://ollama.com/
Oobaboogahttps://github.com/oobabooga/text-generation-webui
LM Studiohttps://lmstudio.ai/
Jan AIhttps://jan.ai/
Faradayhttps://faraday.dev/
ChartWizardhttps://github.com/lisiur/ChatWizard
KoboldCpphttps://github.com/LostRuins/koboldcpp
GPT4Allhttps://gpt4all.io/
EdgenAIhttps://edgen.co/
HammerAIhttps://hammerai.com/desktop
LLMSymphonyhttps://llmsymphony.io

Feel free to make a pull request or suggest a new UI/CLI client. Join our reddit community to talk about LLM app development, deployment and operations.

Collected info

  • 12 stars
  • 4 forks
  • Source updated: 9/10/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.