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 to analyze your genetic test results from WeGene
Lightweight MCP server to give your Cursor Agent access to the Vercel API.
Share code with LLMs via Model Context Protocol or clipboard. Rule-based customization enables easy switching between different tasks (like code review and documentation). Includes smart code outlining.
DuckDuckGo search implementation for Model Context Protocol (MCP)