mcp -flutter
MCP server from asmagin/mcp-server-flutter
How to use
The mcp-flutter server from asmagin/mcp-server-flutter is designed to facilitate seamless communication between Flutter applications and backend services using the Model Context Protocol (MCP). Developers can leverage this server to manage real-time data synchronization and state management, enabling smoother user experiences in their Flutter projects.
Once connected to the mcp-flutter server, you can interact with it using standard MCP commands to send and receive data. This server is optimized for handling JSON payloads, making it easy for you to execute queries to fetch or update context models. You can use various commands to subscribe to changes in data, ensuring that your Flutter application remains in sync with the backend.
How to install
Prerequisites:
- Ensure you have Node.js installed on your machine. You can check this by running
node -vin your terminal.
Option A: Quick start with npx: If you want to quickly start using the mcp-flutter server, you can use the following command:
npx -y https://github.com/asmagin/mcp-server-flutter
Option B: Global install alternative: If you prefer to install it globally, you can clone the repository and run it locally:
git clone https://github.com/asmagin/mcp-server-flutter.git
cd mcp-server-flutter
npm install
npm start
Additional notes
When configuring the mcp-flutter server, ensure that your environment variables are set correctly for the protocol and port you wish to use. Be mindful that if you're running multiple instances, you may need to configure different ports to avoid conflicts. Additionally, check the repository's README for any specific configuration files that may need to be adjusted for your development environment.
Related MCP Servers
zen
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
mcp
Inkdrop Model Context Protocol Server
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.