JS Development MCP Server
About
A server for JavaScript/TypeScript development with intelligent project tooling and testing capabilities.
Details
- Author
- tymek
- Categories
- Developer Tools
Jump to
Setup
Install JS Development MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/tymek/js-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
A Model Context Protocol (MCP) server for better JS/TS development. It enables
- accurate scripts use
- project tooling discovery
- improved background tasks
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 itprobablywon'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.
{ "mcpServers": { "js-mcp": { "command": "npx", "args": ["js-mcp"] } } }
Instructions for LLM Agents & AI Assistants
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-scriptsorproject-status
Benefits: No terminal approval prompts, enhanced error context, framework awareness, proper background task management.
Workflow: Start withget-helpfor guidance, useproject-statusfor unknown projects, then use specific tools.
- get-help- Get intelligent recommendations for which tools to use
- run-tests- Run project tests with framework detection and better errors
- build-project- Build projects with optimization detection and framework awareness
- install-deps- Install dependencies with auto-detected package manager (npm/yarn/pnpm)
- run-script- Run npm scripts with background detection and argument support
- list-scripts- List and categorize all available npm scripts
- project-status- Check comprehensive project health and framework detection
- Framework Detection: Next.js, React, Vue.js, Express, NestJS, and more
- Background Task Management: Auto-detection for dev servers, manual control, output capture
- Smart Error Handling: Contextual suggestions and dependency checking
- Package Manager Detection: Auto-detects npm, yarn, or pnpm from lock files
- Custom Timeout Support: Configure timeouts (1s-5m) for long-running commands, with smart defaults
Always Background:Scripts containingdev,start,serve,watch
Never Background:Scripts starting withcleanup,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
git clone <repo> npm install npm run build npm start
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.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Help agents automatically write and test stories for your UI components
Six read-only decision tools for coding agents to assess GitHub bounties, audit agent instructions, diagnose GitHub Actions failures and flakes, and detect MCP tool drift. Remote Streamable HTTP
AI-Safe Code Analysis with 113+ MCP tools for guard validation, memory, workflow, and testing.
fable-discipline is a Claude Code plugin that makes agentic software work follow repeatable working patterns: design before code, verify after edits, separate author from reviewer, preserve verified state between sessions, and report uncertainty honestly.
MCP server that generates production-grade engineering standards (SOLID, testing, architecture, CI/CD) for AI coding assistants
Execute JavaScript code in a modern runtime environment with support for various built-in modules.
Provides a secure JavaScript execution environment for running code snippets.
Execute code securely in isolated sandbox environments using the E2B API.
A powerful Model Context Protocol (MCP) server that supercharges your Python development workflow with AI-powered code review, intelligent test generation, and comprehensive test execution.
Prompt optimization loops and regression test suites for Claude Code, with a companion web UI.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





