Servers
PubDev MCP
@kikuchy
A MCP server that helps you find and search for packages on pub.dev through natural language queries
Overview
What is PubDev MCP?
An MCP server that enables natural language search of pub.dev packages and basic arithmetic calculations, powered by LLM integration for intuitive package discovery.
How to use PubDev MCP?
Clone the repository, run dart pub get, then configure the server in ~/.cursor/mcp.json with the command dart [path-to-repo]/bin/pubdev_mcp.dart and appropriate working directory.
Key features of PubDev MCP
- Natural language package search on pub.dev
- Conversational queries for finding packages
- Intelligent package recommendations based on user needs
- LLM‑powered understanding of search intent
- Basic arithmetic calculation support
Use cases of PubDev MCP
- Quickly find Dart/Flutter packages using everyday language
- Discover packages without knowing exact names or categories
- Get package recommendations tailored to project requirements
FAQ from PubDev MCP
What does PubDev MCP require to run?
The Dart SDK is required; Flutter is recommended.
How is PubDev MCP installed and configured?
Clone the repository, run dart pub get, and add an entry pointing to bin/pubdev_mcp.dart in ~/.cursor/mcp.json.
Can PubDev MCP compute arithmetic expressions?
Yes, its description mentions basic arithmetic calculations, though the README does not provide examples or details.