flutter-ai-labs
by theshivamlko
Overview
A Dart-based server implementing the Model Context Protocol (MCP) to enable AI agents to perform email sending operations.
Installation
dart run bin/email_dart_mcp_server_example.dartSecurity Notes
The example code explicitly hardcodes SMTP server credentials (username and password) directly into the source file for email sending. While the README advises to replace these values, the presence of hardcoded credentials in the example code itself is a significant security risk if deployed or committed as-is, potentially leading to accidental exposure of sensitive information.
Similar Servers
awesome-remote-mcp-servers
A curated directory for developers to discover, evaluate, and integrate high-quality, official remote Model Context Protocol (MCP) servers into their AI applications and LLM clients.
awesome-mcp-devtools
This repository serves as a curated list of developer tools, SDKs, libraries, and resources for building and interacting with Model Context Protocol (MCP) servers.
mcp_flutter
Connects Flutter applications with AI coding assistants to enable real-time debugging, UI inspection, and dynamic tool interaction for development workflows.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.