A server for JavaScript/TypeScript development with intelligent project tooling and testing capabilities.
A Model Context Protocol (MCP) server for better JS/TS development. It enables
Better context leads to less friction and struggle with project tooling.
Warning: Using this has a YOLO vibe coding factor of arbitrary 8/10 – No warranty if this breaks your project, computer, or your life, but it probably won't. Don't leave your agents unsupervised. This server allows you to run npm scripts in VSCode copilot without manual terminal command approval every time, so be careful.
npx js-mcp
For VSCode / Claude Desktop:
{
"mcpServers": {
"js-mcp": {
"command": "npx",
"args": ["js-mcp"]
}
}
}
🤖 Agent Instructions for JS/TS Projects
In Javascript or Typescript projects, PREFER TO USE TOOLS INSTEAD OF TERMINAL COMMANDS:
npm test
→ run-tests (framework detection, better errors)npm run build
→ build-project (optimization detection)npm install
→ install-deps (auto-detects npm/yarn/pnpm)npm run <script>
→ run-script (background detection, args support)- Checking package.json → list-scripts or project-status
Benefits: No terminal approval prompts, enhanced error context, framework awareness, proper background task management.
Workflow: Start with
get-help
for guidance, useproject-status
for unknown projects, then use specific tools.
Always Background: Scripts containing dev
, start
, serve
, watch
Never Background: Scripts starting with cleanup
, clean
, reset
, install
, build
, compile
, bundle
, lint
, format
, test
, deploy
, publish
, release
, prepare
, verify
, check
, validate
, audit
, update
, upgrade
, migration
, migrate
, seed
, init
, setup
, config
Local development:
git clone <repo>
npm install
npm run build
npm start
GPL-3.0 License
Go ahead. Feel free to extend this project with additional tools as needed. I can't promise to review or merge PRs. This codebase is a gift, not a commitment.
Connects to the React Native application debugger to retrieve console logs from Metro.
A specialized MCP gateway for LLM enhancement prompts and jailbreaks with dynamic schema adaptation. Provides prompts for different LLMs using an enum-based approach.
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
Integrates with Language Server Protocol (LSP) to provide features like code completion, diagnostics, and hover information.
Control Android devices using the Android Debug Bridge (ADB).
A GDB/MI protocol server based on the MCP protocol, providing remote application debugging capabilities with AI assistants.
Performs complementary code analysis by combining Claude Code and Google's Gemini AI.
A scientific computing server for symbolic math, data analysis, and visualization using popular Python libraries like NumPy, SciPy, and Pandas.
A test server for local MCP development and setup.
Enable AI Agents to fix build failures from CircleCI.