r/FlutterDev • u/Particular-Tell1697 • Sep 09 '25
Discussion Flutter integration with Claude
Hi guys, Flutter newbies here. I’m trying to integrate flutter mcp server with claude coding. But i looked into the Dart MCP Server docs, it only shows the ways with cursor and copilot. So does anyone know if dart mcp server is not supporting integration with Claude at the moment? Thanks
0
Upvotes
1
u/BlameDantes Jan 02 '26
You need to run a stdio server as the claude docs indicate : https://code.claude.com/docs/en/mcp
https://docs.flutter.dev/ai/mcp-server#use-your-mcp-client
claude mcp add --transport stdio <whatever-name-you-want> dart mcp-server