---
slug: "simple-dart-mcp-server"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/nmfisher/simple_dart_mcp_server@master/README.md"
repo: "https://github.com/nmfisher/simple_dart_mcp_server"
source_file: "README.md"
branch: "master"
---
A very simple Model Context Protocol (MCP) server implementation using Dart.

Supports stdio/websocket transport.

Credit to https://github.com/cristhro/dart_mcp for some classes.


