MCP.so
Sign In

PubDev MCP

@kikuchy

About PubDev MCP

A MCP server that helps you find and search for packages on pub.dev through natural language queries

Basic information

Category

Other

License

Apache-2.0

Runtime

dart

Transports

stdio

Publisher

kikuchy

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

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.

Comments

More Other MCP servers