Server to call npm and npx command from LLM
This is a TypeScript-based MCP server that implements a simple npm system.
npm
and npx
commandsInstall dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"project-npm": {
"command": "/path/to/project-npm/build/index.js"
}
}
}
MCP server connecting Claude to Vercel
Speech MCP: A Goose MCP extension for voice interaction with audio visualization
DButils is an all-in-one MCP service that enables your AI to do data analysis by harnessing versatile types of database (sqlite, mysql, postgres, and more) within a unified configuration of multiple connections in a secured way (like SSL and controlled write access).
The Azure MCP Server, bringing the power of Azure to your agents.