A Dart implementation of the Model Context Protocol server side, revision 2025-06-18, over Streamable HTTP with Server-Sent Events.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dart_mcp_server": {
"command": "npx",
"args": [
"-y",
"quinnjr/dart_mcp_server"
]
}
}
}
Run in terminal:
claude mcp add dart_mcp_server npx -y quinnjr/dart_mcp_server
Add to .cursor/mcp.json:
{
"mcpServers": {
"dart_mcp_server": {
"command": "npx",
"args": [
"-y",
"quinnjr/dart_mcp_server"
]
}
}
}