mcp_llm 2.1.0 copy "mcp_llm: ^2.1.0" to clipboard
mcp_llm: ^2.1.0 copied to clipboard

Dart package for Large Language Model integration with Model Context Protocol (MCP). Multi-provider LLM access (Claude / OpenAI / Gemini / Vertex / Bedrock / Cohere / Mistral / Groq / Together / Custo [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mcp_llm

With Flutter:

 $ flutter pub add mcp_llm

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mcp_llm: ^2.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mcp_llm/mcp_llm.dart';
8
likes
110
points
400
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Dart package for Large Language Model integration with Model Context Protocol (MCP). Multi-provider LLM access (Claude / OpenAI / Gemini / Vertex / Bedrock / Cohere / Mistral / Groq / Together / Custom), MCP client + server orchestration, and Contract Layer adapters for the mcp_bundle ecosystem. Compatible with MCP spec 2024-11-05 / 2025-03-26 / 2025-06-18 / 2025-11-25.

Homepage
Repository (GitHub)
View/report issues

Topics

#llm #mcp #ai #dart #flutter

License

MIT (license)

Dependencies

collection, crypto, http, json_annotation, logging, mcp_bundle, path, sqlite3, uuid

More

Packages that depend on mcp_llm