SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 JavaScript mcp-server Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
firecrawl-mcp-server
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Project mention: Show HN: MCP-recorder – VCR.py for MCP servers. Record, replay, verify | news.ycombinator.com | 2026-03-06--target https://mcp.devhelm.io
It works with both HTTP and stdio transports. Scenarios are defined in YAML so it works with MCP servers in any language, and there's a pytest plugin if you want tighter integration. Secret redaction and environment variable interpolation are built in.
To make sure this actually works on real codebases, I submitted several PRs to production MCP servers: monday.com's MCP server (https://github.com/mondaycom/mcp/pull/222), Tavily's MCP server (https://github.com/tavily-ai/tavily-mcp/pull/113), and Firecrawl's MCP server (https://github.com/firecrawl/firecrawl-mcp-server/pull/175). They went from zero schema coverage to full tool surface verification with a clean schema diff available on each tool change. One big benefit is that you can do verification and replay with no API keys — deterministic responses, no live requests to real servers.
I wrote up a deeper dive into the schema drift problem and the VCR pattern for MCP here: https://devhelm.io/blog/regression-testing-mcp-servers
-
brightdata-mcp
A powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Project mention: 5 Production Stacks for Live Data Ingestion at Scale (Without Getting Blocked) | dev.to | 2026-05-19Repository: https://github.com/brightdata/brightdata-mcp License: MIT Free Tier: 5,000 requests/month Best for: High-complexity, moderate-volume targets (competitive pricing, job market analysis, funding data, SERP monitoring) where the hard problem is anti-bot, adaptive navigation, or frequent site changes; not throughput.
-
mcp-jetbrains
A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
-
Public Example Repository Deploy Google's Cloud Run MCP server from https://github.com/GoogleCloudPlatform/cloud-run-mcp, which provides tools like deploy-local-folder for app deployments. Configure in VSCode with "command": "npx", "args": ["-y", "@google-cloud/cloud-run-mcp"] after GCP auth, or connect Claude Desktop to its SSE endpoint. Test by listing services: the repo includes full setup for production use.​
-
cross-code-organizer
Cross-Code Organizer (formerly Claude Code Organizer): cross-harness config dashboard for Claude Code, Codex CLI, MCP servers, skills, memories, agents, sessions, security scanning, context budget, and backups.
The scanner is extracted from Claude Code Organizer, so it knows exactly where to look. Not just ~/.claude/. It finds project-scoped .claude/ directories too, and decodes those hashed paths under ~/.claude/projects/.
-
-
-
-
safari-mcp
Native Safari browser automation for AI agents. 80 tools via AppleScript — zero overhead, keeps logins, runs silently in background. Drop-in alternative to Chrome DevTools MCP with 40-60% less CPU/heat on Apple Silicon.
Project mention: My browser tool returned "[object Promise]" as a webpage. One grep later, 10 more tools had the same bug. | dev.to | 2026-06-04safari-mcp is an MCP server that drives the real macOS Safari — the user's actual logged-in browser — so AI coding agents can navigate, read, fill forms, take screenshots, all 80-some tools of it. The way it talks to Safari is AppleScript's do JavaScript command. You hand AppleScript a string of JavaScript, it runs it inside the page, and gives you back the result. safari-mcp wraps that in a runJS(...) helper.
-
agent-security-scanner-mcp
Security scanner MCP server for AI coding agents. Prompt injection firewall, package hallucination detection (4.3M+ packages), 1000+ vulnerability rules with AST & taint analysis, auto-fix.
-
ToolsForMCPServer
The Gemini CLI confirmed that the MCP server built with Google Apps Script (GAS), a low-code platform, offers immense possibilities. If you've created snippets for GAS, these could be revitalized and/or leveraged in new ways by using them as the MCP server. The Gemini CLI and other MCP clients will be useful in achieving this.
Project mention: Building Next-Gen AI Agents for Google Workspace: MCP, A2A, and A2UI with Google Apps Script | dev.to | 2026-01-09Alternatively, you can manually copy the scripts from the GitHub Repository. This example uses a2a-server/sample2/a2a-server.js, which integrates 160 tools from ToolsForMCPServer.
-
houtini-lm
MCP server that saves Claude Code tokens by delegating bounded tasks to local or cloud LLMs. Works with LM Studio, Ollama, vLLM, DeepSeek, Groq, Cerebras.
Project mention: Making a Local LLM MCP Server Deterministic: Model Routing, Think-Block Stripping, and the Problems Nobody Warns You About | dev.to | 2026-03-17The MCP server is houtini-lm. It sits between Claude Code and whatever OpenAI-compatible endpoint you've got running - LM Studio, Ollama, vLLM, cloud APIs, whatever speaks /v1/chat/completions. Claude keeps on top of the reasoning. The cheap(er) model handles the outputs.
-
Project mention: Meta Llama MCP Servers — AI Agents for Llama 4, Ollama, and the Open-Weight LLM Ecosystem | dev.to | 2026-03-25
GitHub: run-llama/mcp-server-llamacloud — 86 stars, 19 forks
-
cursor10x-mcp
The Cursor10x MCP is a persistent multi-dimensional memory system for Cursor that enhances AI assistants with conversation context, project history, and code relationships across sessions.
-
ai-software-architect
AI-powered architecture documentation framework with ADRs, reviews, and pragmatic mode. Now available as Claude Code Plugin for easiest installation.
-
Project mention: puremd-mcp VS llm-codes - a user suggested alternative | libhunt.com/r/puremd-mcp | 2025-08-31
-
MCPApp
This text introduces the Model Context Protocol (MCP) for AI interaction, exploring Google Apps Script (GAS) as a server option. It shows feasibility with a sample but notes the lack of a GAS SDK, aiming to encourage understanding and development.
GitHub: MCPApp
-
mcp-server
A generic, modular server for implementing the Model Context Protocol (MCP). (by profullstack)
checkout my MCP server platform: https://github.com/profullstack/mcp-server
I built it and have added several modules, but I'm always looking for people to add more modules. See ./mcp_modules in the root folder.
-
deliberation
Ask Codex, Gemini/Antigravity, Grok (xAI), and 400+ more models through OpenRouter including Qwen, Kimi, DeepSeek for second opinions or arbiter-mediated consensus inside Claude Code.
Project mention: Meet Deliberation: 400+ models is easy, knowing which ones earn a place is hard. | dev.to | 2026-06-03Deliberation is open source, it works in the agent you already use, and most of the models are ones you already pay for. It ships in the agent-plugins marketplace and as a standalone MCP server on npm (@antonbabenko/deliberation-mcp). Source, and a star button I would genuinely appreciate, are at github.com/antonbabenko/deliberation. Install it, point GPT and Claude at each other, and let me know where it breaks. The cheapest review still happens before you execute - just make sure every reviewer in the room is worth the wait and the cost.
-
Project mention: Show HN: Convert Figma designs to Tailwind CSS with MCP [MIT License] | news.ycombinator.com | 2025-12-11
-
real-browser-mcp
MCP server + Chrome extension that gives AI agents control of your real browser with existing sessions and logins
Project mention: Show HN: Real Browser MCP – your AI agent can see your real browser | news.ycombinator.com | 2026-03-09MCP server + Chrome extension. Your agent controls your REAL browser (same tabs, cookies, logins). No headless browser, no replaying auth. One-click install in Cursor, extension on Chrome Web Store.
Repo: https://github.com/ofershap/real-browser-mcp
-
slack-mcp-server
Session-based Slack MCP for Claude and MCP clients: local-first workflows, secure-default HTTP. (by jtalk22)
Project mention: Show HN: Slack MCP Server v2.0.0 (deterministic Slack MCP diagnostics) | news.ycombinator.com | 2026-02-26
JavaScript mcp-server discussion
JavaScript mcp-server related posts
-
When one translation isn't enough to say something real
-
One MCP server, four clients, zero translation apps open in browser tabs
-
Guesty Copilot: Open-source MCP server for Guesty property management
-
The OODA Loop Pattern for Autonomous AI Agents — How I Built a Self-Improving System
-
Edge-Native Knowledge Graphs with Cloudflare D1 + Vectorize — No Database Server Required
-
We Scanned the Top 20 MCP Servers for Security Vulnerabilities — Here's What We Found
-
How We Built an Automated MCP Security Scanner (And What We Found)
-
A note from our sponsor - SaaSHub
www.saashub.com | 11 Jun 2026
Index
What are some of the best open-source mcp-server projects in JavaScript? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | browser-tools-mcp | 7,225 |
| 2 | firecrawl-mcp-server | 6,503 |
| 3 | brightdata-mcp | 2,434 |
| 4 | mcp-jetbrains | 957 |
| 5 | cloud-run-mcp | 613 |
| 6 | cross-code-organizer | 335 |
| 7 | tmux-mcp | 286 |
| 8 | MCP-Checklists | 194 |
| 9 | agentql-mcp | 174 |
| 10 | safari-mcp | 111 |
| 11 | agent-security-scanner-mcp | 110 |
| 12 | ToolsForMCPServer | 106 |
| 13 | houtini-lm | 92 |
| 14 | mcp-server-llamacloud | 87 |
| 15 | cursor10x-mcp | 79 |
| 16 | ai-software-architect | 66 |
| 17 | puremd-mcp | 59 |
| 18 | MCPApp | 47 |
| 19 | mcp-server | 43 |
| 20 | deliberation | 41 |
| 21 | flowbite-mcp | 36 |
| 22 | real-browser-mcp | 28 |
| 23 | slack-mcp-server | 26 |