# mcp_dart_sdk

> MCP Server

This repository provides a Dart SDK for the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources through various transport options. This repository provides a

## Overview

- **Category:** Developer Tools
- **Language:** Dart
- **Stars:** 0
- **Forks:** 0
- **Owner:** Ayobami-00
- **GitHub:** https://github.com/Ayobami-00/mcp_dart_sdk
- **Created:** 2025-03-19T10:40:56+00:00
- **Updated:** 2025-03-19T12:24:51+00:00
- **Source:** https://model-context-protocol.com/servers/dart-sdk-model-context-protocol

## Setup

## Setup

Add `mcp_dart_sdk` as a dependency in your `pubspec.yaml` file:

```yaml
dependencies:
  mcp_dart_sdk: ^0.1.0
```

Then run:

```bash
dart pub get
```

Or with Flutter:

```bash
flutter pub get
```

## Tools

## Available Tools

1. Full implementation of the Model Context Protocol (for seamless integration between LLM applications and external data sources/tools).
2. Multiple transport options (stdio, HTTP+SSE, WebSocket) (for connecting to the server).
3. Support for all core capabilities (resources, tools, prompts, logging) (for interacting with the server).
4. Type-safe API with Dart idioms (for ease of use).
5. Comprehensive documentation and examples (for learning and implementation).
6. Support for both Flutter and standalone Dart applications (for versatility).
