Flutter Mcp Server Centinol Alt
Developer ToolsOpen-source Model Context Protocol (MCP) server for Dart & Flutter. Exposes SDK tools and project resources for AI-driven workflows, automation, and remote development
Installation
docker run -p 8080:8080 centinolalt/flutter_mcp_serverView configuration snippet
{
"mcpServers": {
"flutter_mcp_server": {
"type": "http",
"url": "https://mcp.so/api/flutter_mcp_server",
"command": "docker run -p 8080:8080 centinolalt/flutter_mcp_server",
"tools": [
{
"name": "analyze",
"description": "Analyze Dart/Flutter files for diagnostics and suggestions",
"inputSchema": {
"type": "object",
"properties": {
"filePath": {
"type": "string",
"description": "Path to the Dart/Flutter file to analyze"
}
},
"required": [
"filePath"
]
}
}
]
}
}
}💡 Tip: Make sure you have the appropriate package manager installed. Refer to the official documentation for detailed installation instructions.
Compatibility Matrix
Cursor
Claude Desktop
MCP Compatible
Server Information
Quick Stats
Related Servers
Time
Time is an open-source MCP server that gives AI assistants access to specialized functionality. Compatible with Claude Desktop, Cursor, and other MCP clients for enhanced AI agent workflows.
Sequentialthinking
Sequentialthinking MCP server enables seamless integration between AI agents and external services. Built on the Model Context Protocol, it provides standardized access to tools and data for AI-powered workflows.
Gitlab
Gitlab MCP server provides AI agents with powerful tools and integrations for automation workflows. Connect your AI assistant to Gitlab capabilities through the Model Context Protocol standard.
Sentry
Sentry MCP server provides AI agents with powerful tools and integrations for automation workflows. Connect your AI assistant to Sentry capabilities through the Model Context Protocol standard.
Like this server?
Discover more MCP servers or submit your own to directory.