mcp_server_dart and widgetbook_mcp_server

One is a framework for building MCP servers in Dart, and the other is a specific MCP server application built for Flutter Widgetbook development, making them an ecosystem sibling relationship where the latter potentially utilizes the former or a similar framework.

mcp_server_dart
40
Emerging
widgetbook_mcp_server
33
Emerging
Maintenance 6/25
Adoption 6/25
Maturity 15/25
Community 13/25
Maintenance 2/25
Adoption 4/25
Maturity 15/25
Community 12/25
Stars: 17
Forks: 3
Downloads:
Commits (30d): 0
Language: Dart
License: MIT
Stars: 5
Forks: 1
Downloads:
Commits (30d): 0
Language: Dart
License: MIT
No Package No Dependents
Stale 6m No Package No Dependents

About mcp_server_dart

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.

Dart-development AI-integration LLM-tooling backend-development protocol-implementation

About widgetbook_mcp_server

Mastersam07/widgetbook_mcp_server

A Model Context Protocol (MCP) server that supercharges Flutter Widgetbook development by giving AI assistants direct access to create, modify, and test UI components in your design system.

Scores updated daily from GitHub, PyPI, and npm data. How scores work