pubdev_mcp 0.0.1 copy "pubdev_mcp: ^0.0.1" to clipboard
pubdev_mcp: ^0.0.1 copied to clipboard

A MCP server that helps you find and search for packages on pub.flutter-io.cn through natural language queries. This package provides a simple interface to search and interact with pub.flutter-io.cn using natural languag [...]

PubDev MCP #

This MCP provides functionality for searching pub.flutter-io.cn 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.flutter-io.cn
    • 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
git clone [repository-url]
  1. Install dependencies
dart pub get
  1. Configure mcp.json Add the following configuration to your ~/.cursor/mcp.json:
{
  "mcpServers": {
    "PubDev MCP": {
      "command": "dart [path-to-repo]/bin/pubdev_mcp.dart",
      "workingDirectory": "[path-to-repo]"
    }
  }
}

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 file for details.

Contributing #

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Create a Pull Request
0
likes
120
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

A MCP server that helps you find and search for packages on pub.flutter-io.cn through natural language queries. This package provides a simple interface to search and interact with pub.flutter-io.cn using natural language processing.

Documentation

API reference

License

unknown (license)

Dependencies

mcp_dart, pub_api_client

More

Packages that depend on pubdev_mcp