@bachstudio/simple-npm-mcp
v0.1.0
Published
A tiny npm-based MCP server with one hello tool.
Readme
@bachstudio/simple-npm-mcp
A very small npm-based MCP server. It exposes one tool:
hello: returns a greeting, optionally using anameargument.
Run locally
npm install
npm startThe server uses stdio, so npm start waits for an MCP client to talk to it.
Use from Codex or another MCP client
Point your MCP client at this command:
node /Users/dengpengfei/Documents/Codex/2026-06-23/gei/outputs/simple-npm-mcp/src/index.jsOr install it from npm:
npm install @bachstudio/simple-npm-mcpRun the binary after installing globally:
npm install -g @bachstudio/simple-npm-mcp
bachstudio-simple-npm-mcpExample tool input:
{
"name": "Codex"
}