Connects Claude to pub.dev, the official package registry for Dart and Flutter. Exposes a search_packages tool that lets you query by keyword and returns matching package names with pagination support. Part of the larger Pipeworx gateway ecosystem, which means you can either use this standalone server or tap into it through their unified gateway alongside 725+ other data sources. Useful when you're prototyping Flutter apps, comparing package options, or need to quickly look up what's available in the Dart ecosystem without leaving your AI workflow. Supports the ask_pipeworx interface for natural language queries if you're using the full gateway.
pub.dev MCP — package registry for Dart & Flutter.
Part of Pipeworx — an MCP gateway connecting AI agents to 725+ live data sources.
| Tool | Description |
|---|---|
search_packages | Search pub.dev for Dart & Flutter packages by keyword. Returns matching package names and a next-page URL. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"pub-dev": {
"url": "https://gateway.pipeworx.io/pub-dev/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 725+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Pub Dev data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
inditextech/mcp-server-simulator-ios-idb
mobile-next/mobile-mcp
alexgladkov/claude-in-mobile
srmorete/mobile-device-mcp