mcp-server-modular

itamos-technologia/mcp-server-modular
★ 0 stars JavaScript Code/Dev Tools Updated today
No-code tool loading for MCP. Drop a .js file, get a tool. Lazy-load, schema validation, shared context, production-ready.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-modular": {
      "command": "npx",
      "args": [
        "-y",
        "itamos-technologia/mcp-server-modular"
      ]
    }
  }
}