dart_mcp_server

quinnjr/dart_mcp_server
★ 0 stars Dart Browser/Web Updated today
A Dart implementation of the Model Context Protocol server side, revision 2025-06-18, over Streamable HTTP with Server-Sent Events.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dart_mcp_server": {
      "command": "npx",
      "args": [
        "-y",
        "quinnjr/dart_mcp_server"
      ]
    }
  }
}