MCP Hub
Back to servers

@moleculer/mcp-server

Validation Failed

Moleculer MCP Server

npm16/wk
Stars
4
Forks
1
Updated
Oct 8, 2025
Validated
Feb 27, 2026

Validation Error:

Process exited with code 1. stderr: npm error could not determine executable to run npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-02-27T02_56_17_990Z-debug-0.log

Quick Install

npx -y @moleculer/mcp-server

Moleculer logo

Integration & Unit Test NPM version

@moleculer/mcp-server

MCP server mixin for Moleculer API Gateway (moleculer-web)

Install

To install the package, use the following command:

npm i @moleculer/mcp-server moleculer-web

Usage

Add MCP server mixin to your API Gateway service

import ApiGateway from "moleculer-web";
import { McpServerMixin } from "../../src/index.js";

// api.service.js
export default {
	name: "api",
	mixins: [ApiGateway, McpServerMixin()],
	settings: {
		// Other API gateway settings...
	}
};

The API gateway with MCP server will be available at: http://localhost:3000/mcp

Install into MCP Client

{
    "servers": {
        "moleculer": {
            "url": "http://localhost:3000/mcp",
            "type": "http"
        }
    }
}

Install to Claude Code

claude mcp add --transport http moleculer http://127.0.0.1:3000/mcp

License

The project is available under the MIT license.

Contact

Copyright (c) 2025 MoleculerJS

@MoleculerJS @MoleculerJS

Reviews

No reviews yet

Sign in to write a review