← 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
| NAME | LINK |
|---|---|
| Ollama | https://ollama.com/ |
| Oobabooga | https://github.com/oobabooga/text-generation-webui |
| LM Studio | https://lmstudio.ai/ |
| Jan AI | https://jan.ai/ |
| Faraday | https://faraday.dev/ |
| ChartWizard | https://github.com/lisiur/ChatWizard |
| KoboldCpp | https://github.com/LostRuins/koboldcpp |
| GPT4All | https://gpt4all.io/ |
| EdgenAI | https://edgen.co/ |
| HammerAI | https://hammerai.com/desktop |
| LLMSymphony | https://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.