llmqore
Active·★ 24·MIT·Updated 2026-05-29
★ Trending★ Dev Tooling
Qt C++ library for working with AI/LLM Providers and MCP
A Qt/C++ library that provides a unified streaming API across six LLM providers, supports creating MCP servers and clients, and includes a standalone CLI tool called MCP Bridge for aggregating MCP servers.
#claude#google#mcp#mcp-client#mcp-server#mcp-servers#ollama#openai
01
Features
01Unified streaming API across six LLM providers
02MCP server with stdio and HTTP transports
03MCP client that binds server tools into LLM clients
04MCP Bridge CLI tool to aggregate multiple MCP servers
05Support for tools, resources, and prompts via MCP protocol
02
Compatibility
Anthropic Claude
Claude
Verified via docs
OpenAI (Chat Completions)
OpenAI Chat
Verified via docs
OpenAI (Responses API)
OpenAI Responses
Verified via docs
Ollama
Ollama
Verified via docs
Google AI
Google AI
Verified via docs
llama.cpp
llama.cpp
Verified via docs
03
Use cases
↳Build LLM-powered applications with a unified API
↳Create MCP servers to expose tools and resources
↳Aggregate multiple MCP servers into one endpoint using MCP Bridge
04
Alternatives
MetaGPT★ 68.4k
🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming
cua★ 17.3k
Open-source infrastructure for Computer-Use Agents. Sandboxes, SDKs, and benchmarks to train and evaluate AI agents that can control full desktops (macOS, Linux, Windows).
FunASR★ 16.6k
Industrial-grade speech recognition toolkit: 170x realtime, 50+ languages, speaker diarization, emotion detection, streaming, and OpenAI-compatible API.
context-mode★ 16.0k
Context window optimization for AI coding agents. Sandboxes tool output, 98% reduction. 12 platforms
Related searches
Comments
Log in to leave a comment
- Kai LeeMay 14, 2026
Works with multiple LLM providers through a consistent Qt API.
- RRobin AndersonMay 10, 2026
Good for Qt developers building desktop AI applications.
- CCasey BrownApr 13, 2026
Qt C++ LLM and MCP integration for native application development.
- MMorgan NguyenMar 23, 2026
Native C++ means minimal overhead for embedded and performance-sensitive applications.