Confidential guide on numerology and astrology, based of GG33 Public information

pubdev_mcp
A MCP server that helps you find and search for packages on pub.dev through natural language queries
3 years
Works with Finder
2
Github Watches
0
Github Forks
7
Github Stars
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
- Clone this repository
git clone [repository-url]
- Install dependencies
dart pub get
- 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
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Create a Pull Request
相关推荐
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease
I find academic articles and books for research and literature reviews.
Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
Bridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
🔍 Enabling AI assistants to search and access PyPI package information through a simple MCP interface.
🧑🚀 全世界最好的LLM资料总结(Agent框架、辅助编程、数据处理、模型训练、模型推理、o1 模型、MCP、小语言模型、视觉语言模型) | Summary of the world's best LLM resources.
Reviews

user_w177AkvH
I've been using pubdev_mcp for several projects and it has drastically improved my workflow. The tool, created by kikuchy, offers great functionalities and the integration is seamless. I highly recommend it to any developer looking for a reliable solution. Check it out here: https://github.com/kikuchy/pubdev_mcp.