llmcore
Active·★ 24·MIT·Updated 2026-05-29
★ Trending★ Dev Tooling
Qt C++ library for working with AI/LLM Providers and MCP
LLMCore is a Qt/C++ library that provides a unified streaming API for multiple LLM providers (Claude, OpenAI, Ollama, Google AI, llama.cpp) and implements client and server for the MCP 2025-11-25 specification. It supports streaming chat, tool calling, and MCP transports like stdio and HTTP.
#claude#google#mcp#mcp-client#mcp-server#mcp-servers#ollama#openai
01
Features
01Unified streaming API for six LLM providers
02Full MCP client and server implementation (2025-11-25)
03Streaming chat and tool calling
04MCP transports: stdio and Streamable HTTP
05Support for tools, resources, prompts, and more in MCP
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 custom LLM chat applications
↳Integrate MCP tools into LLM clients
↳Expose tools and resources via MCP protocol
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
- QQuinn ClarkMay 13, 2026
Good for desktop software developers adding AI capabilities without Python.
- DDakota HarrisApr 13, 2026
Low overhead, appropriate for resource-constrained native applications.
- Phoenix ChenApr 12, 2026
Qt C++ library for LLM and MCP — clean C++ API for AI-powered Qt applications.
- KKendall NguyenMar 27, 2026
Consistent API design makes switching between providers straightforward.