module-catalog-mcp

modsynth/module-catalog-mcp

3.2

If you are the rightful owner of module-catalog-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

MCP Server for module search and recommendation, part of the Modsynth ecosystem.

Tools
2
Resources
0
Prompts
0

Module Catalog MCP

MCP Server for module search and recommendation

Part of the Modsynth ecosystem.

Features

  • Search modules by keyword
  • Get module recommendations
  • Integration with Claude Code

Installation

npm install -g @modsynth/module-catalog-mcp

Usage with Claude Code

Add to your MCP settings:

{
  "mcpServers": {
    "module-catalog": {
      "command": "npx",
      "args": ["-y", "@modsynth/module-catalog-mcp"]
    }
  }
}

Tools

search_modules

Search for modules by keyword, category, or technology.

recommend_modules

Get module recommendations for a specific use case.

Version

Current version: v0.1.0

License

MIT