Zfinix/mcp_server_dart
A developer-friendly MCP (Model Context Protocol) framework for Dart with annotations and code generation. Build MCP servers as easily as annotating methods with @MCPTool, @MCPResource, or @MCPPrompt - similar to how json_serializable or freezed works.
This framework helps Dart developers quickly build server-side components that can communicate with large language models (LLMs) or other AI agents using the Model Context Protocol (MCP). Developers can define 'tools' (functions for LLMs to call), 'resources' (data for LLMs), and 'prompts' (templates for LLMs) by adding simple annotations to their Dart code. It takes your annotated Dart methods and automatically generates the necessary code to expose them as an MCP server, outputting a fully functional server ready to interact with AI.
Use this if you are a Dart developer building AI-powered applications and need a streamlined way to expose server-side logic and data to large language models or other intelligent agents via the Model Context Protocol.
Not ideal if you are not a Dart developer or if your project does not involve integrating with large language models or AI agents using the MCP standard.
Stars
17
Forks
3
Language
Dart
License
MIT
Category
Last pushed
Nov 06, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/Zfinix/mcp_server_dart"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
mongodb-js/mongodb-mcp-server
A Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
domdomegg/airtable-mcp-server
🗂️🤖 Airtable Model Context Protocol Server, for allowing AI systems to interact with your Airtable bases
kiliczsh/mcp-mongo-server
A Model Context Protocol Server for MongoDB
rashidazarang/airtable-mcp
Airtable integration for AI-powered applications via Anthropic's Model Context Protocol (MCP)
tableau/tableau-mcp
Tableau's official MCP Server. Helping Agents see and understand data.