Skip to main content
Glama

Pub.dev MCP Server

by devqxi

search_packages

Discover Dart and Flutter packages on pub.dev by searching with filters, sorting options, and pagination. Simplify package discovery and version management for your projects.

Instructions

Search for packages on pub.dev with filters

Input Schema

NameRequiredDescriptionDefault
pageNoPage number for pagination (default: 1)
queryYesSearch query
sortNoSort order for results

Input Schema (JSON Schema)

{ "properties": { "page": { "description": "Page number for pagination (default: 1)", "type": "number" }, "query": { "description": "Search query", "type": "string" }, "sort": { "description": "Sort order for results", "enum": [ "top", "text", "created", "updated", "popularity", "points", "likes" ], "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from Pub.dev MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/devqxi/pubdev-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server