pub.dev package search.com
pub.dev package search.com logo

Pub.dev Package Search

Enables natural language search for Dart and Flutter packages on pub.dev, providing detailed package information, scores...

Created byApr 23, 2025

PubDev MCP

This MCP provides functionality for searching pub.dev packages using natural language queries and performing basic arithmetic calculations. Powered by LLM integration, it enables intuitive package discovery through conversational interactions.

Features

  • Natural language package search on pub.dev - Use conversational queries to find packages - Get intelligent package recommendations based on your needs - Powered by LLM for better understanding of search intent

Installation

  1. Clone this repository
  1. Install dependencies
  1. Configure mcp.json Add the following configuration to your `~/.cursor/mcp.json`:
Replace `[path-to-repo]` with the actual path to your cloned repository.

Requirements

  • Dart SDK
  • Flutter (recommended)

License

This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.

Contributing

  1. Fork the repository
  1. Create a feature branch (`git checkout -b feature/amazing-feature`)
  1. Commit your changes (`git commit -m 'Add some amazing feature'`)
  1. Push to the branch (`git push origin feature/amazing-feature`)
  1. Create a Pull Request