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.
Leverages `build_runner` for compile-time code generation with extension-based handler registration, eliminating inheritance boilerplate while maintaining type safety through automatic JSON Schema generation from method signatures. Supports multiple transport layers—stdio for CLI integration, HTTP with the Relic framework, and Server-Sent Events (SSE)—each with built-in health checks, CORS, request logging, and graceful shutdown handling. Full MCP 2025-06-18 protocol compliance enables seamless integration with Claude and other LLM clients for tool calling, resource serving, and prompt templating.
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)
felores/airtable-mcp
Search, create and update Airtable bases, tables, fields, and records using Claude Desktop and...