SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 TypeScript mcp-server Projects
-
n8n
n8n is a workflow automation platform for building AI-powered workflows and agents, connecting any AI model to any business system with full control over data, security, and deployment. Build visually or in code while n8n handles infrastructure from prototype to production with fully auditable executions.
Project mention: Auto-Add Captions to Every Video Your Team Uploads (n8n + FFmpeg) | dev.to | 2026-06-12You'll need an n8n instance (cloud or self-hosted), an FFmpeg Micro API key from ffmpeg-micro.com, and a cloud storage folder your team already uses for video files.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Project mention: I got tired of copy-pasting GitHub issues into AI chats. So I fixed it. | dev.to | 2026-04-10
What really inspired this was Context7. Watching it fetch fresh docs as a subagent made something click:
-
Project mention: CLI over MCP: a small Chrome DevTools experiment in Copilot CLI | dev.to | 2026-06-10
I ran the same browser smoke task through two paths: direct Chrome DevTools MCP and a custom CLI skill around mcp2cli. In GitHub Copilot CLI with gpt-5.3-codex-medium, direct Chrome DevTools MCP added about 5k tokens of upfront context before the agent did any work. The runtime table is too small and too noisy to rank the tools. The useful question is where the agent pays to discover the browser-control surface.
-
UI-TARS-desktop
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
Project mention: ByteDance local agent is something I might feel safe running | news.ycombinator.com | 2026-01-08 -
activepieces
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Project mention: The AI Harness: why your AI coding agent is only as smart as the repo you put it in | dev.to | 2026-05-01Hi. I am an engineer at Activepieces, an open source automation platform (think Zapier, but you can self host it and read the source code). I write TypeScript for a living. I argue with bots about tabs vs spaces now. And our team spent the last few months really, really invested in one question:
-
Project mention: N8n-MCP: AI assistants can now search and build n8n workflows | news.ycombinator.com | 2026-05-16
-
Project mention: I shipped a fix. The PR got closed. And that’s exactly how open source works sometimes 🙂 | dev.to | 2026-02-07
PR for context: https://github.com/triggerdotdev/trigger.dev/pull/3014
-
OpenMetadata
The Open Context Layer for Data and AI , OpenMetadata is the open platform for building trusted data context and business semantics for humans, AI assistants, and agents.
Project mention: Show HN: Marmot – Single-binary data catalog (no Kafka, no Elasticsearch) | news.ycombinator.com | 2025-12-02Great to see Marmot here and I'm a huge fan of your project. Recently, we deployed a catalog but we went with open-metadata https://open-metadata.org/ another amazing project.
What we missed on marmot was existing integrations with Airflow and other plugins like Tableau, PowerBI etc. We're an enterprise and needed a more mature product. Fingers crossed marmot reaches there soon.
-
mcp
Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser (by BrowserMCP)
Project mention: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding? | news.ycombinator.com | 2026-06-15Pi is decent.
I've used the cli agents for claude, cursor, and pi, plus several custom harnesses I've written myself from time to time as experiments (and I guess technically gastown, if we're calling that a harness).
Pi is... just fine.
It does what I need it to, has a decent selection of tooling out of the box, integrates nicely with other tools, and generally gets out of my way enough that I don't think about it much anymore.
If you can run ~30b models at decent speeds, I think most folks would be pleasantly surprised at how capable they are with pi.
Tack on some of the extensions (ex https://pi.dev/packages/pi-mcp-adapter?name=mcp and https://pi.dev/packages/pi-web-access?name=search) and I get web tooling (ex - perplexity search), access to mcps to do things like drive chrome (https://browsermcp.io/) or firefox (https://github.com/mozilla/firefox-devtools-mcp)
It's fine. Is it as good as a subsidized top tier model? Nope. Is it free and still very capable? Yup.
And personally, I've been having a LOT of fun with the pi sdk (https://pi.dev/docs/latest/sdk)
Which is something that all the other providers charge you api access rates for (ex - thousands a month).
-
XcodeBuildMCP
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
(Optional, but recommended) Install XcodeBuildMCP for the simulator-driving parts. Pairs nicely.
-
Project mention: We've raised $10M to build open source AI security | news.ycombinator.com | 2026-06-02
Hey, Ildar here, CTO at Archestra
Archestra is an open-source AI gateway and MCP orchestrator. It runs MCP servers in sandboxed environments, applies deterministic context-aware policy at the tool-call level, and handles the auth, audit, cost tracking, and observability, so an in-house AI team can let business users connect to real internal data. Now we are raising next round to expand.
We’re strong believers that there should be an independent, battle-tested, cloud-native, open-source platform that's free from big players and takes care of all that boring stuff. Something like GitLab, Grafana, or Clickhouse.
Repo is here: https://github.com/archestra-ai/archestra Matvey (CEO), Joey (Co-founder), and I are all in the thread. Ask us anything, including the unflattering stuff.
-
dbhub
Zero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
Project mention: dbhub VS onequery - a user suggested alternative | libhunt.com/r/dbhub | 2026-06-01 -
My current list, am I missing any?
https://github.com/metatool-ai/metamcp
-
Unla
🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
-
Project mention: Sovereign MCP: Expose Local MCP Servers to Remote Clients via Cloudflare Tunnel | dev.to | 2025-11-22
View on GitHub
-
contextplus
Semantic Intelligence for Large-Scale Engineering. Context+ is an MCP server designed for developers who demand 99% accuracy. By combining RAG, Tree-sitter AST, Spectral Clustering, and Obsidian-style linking, Context+ turns a massive codebase into a searchable, hierarchical feature graph.
Project mention: Show HN: I Built Context+ AST and Embeddings for Codebase Understanding | news.ycombinator.com | 2026-03-01I cant believe i just made a permanent solution to context bloat and open sourced it all!
when we tested this tool (Context+) for solving an issue on the OpenCode repository, the agent using this tool used ~6.5k fewer tokens, found the code and fixed it in half the time!
the results were surprising: 6 to 10k tokens saved per prompt, completed task in ~2 minutes while the agent running without the tool took ~4 mins for the same and got stuck in loops
built an entire beast by using all the modern tools that we could think of: undo trees, semantic search by meaning (by haskellforall), advanced refactoring, blast radius, advanced file context trees, restore points... i can keep going on
semantic code search and context trees are the future of agentic coding and this tool proves it
the feature i loved the most is semantic search and how it gets things done 2x faster with least possible tokens
it makes an agent that actually knows what it’s doing and not just guessing, it makes meaning from your code similar to RAG. if you aren't optimizing your context, you are just burning money
this tool is still under development, it can have unexpected behavior and the docs need updates but the video shows the reality of how fast it can be
github: https://github.com/ForLoopCodes/contextplus
-
Dive
Dive is an open-source MCP Host Desktop Application that seamlessly integrates with any LLMs supporting function calling capabilities. ✨ (by OpenAgentPlatform)
-
Project mention: Show HN: Agent harness that turns errors into shared genes | news.ycombinator.com | 2026-04-21
-
Project mention: Show HN: PaperDebugger – An Overleaf companion for revising LaTeX papers | news.ycombinator.com | 2025-12-16
-
MeiGen-AI-Design-MCP
Supports GPT Image 2, Nanobanana & ComfyUI, with a 1,400+ prompt library, carefully crafted hooks and a multi-task orchestration system
Project mention: Turn Claude Code/OpenClaw into Your Local Lovart – AI Design MCP Server | news.ycombinator.com | 2026-02-07 -
apify-mcp-server
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
Project mention: Apify MCP Server — 3,000+ Scrapers at Your AI Agent's Fingertips | dev.to | 2026-03-24At a glance: The Apify MCP Server gives your AI agent access to a marketplace of 3,000+ pre-built scrapers and automation tools ("Actors"). 945 stars, TypeScript, Apache 2.0. The agent discovers and uses new scrapers on the fly — no pre-configuration needed.
-
agents
Create AI Agents in a No-Code Visual Builder or TypeScript SDK with full 2-way sync. For shipping AI assistants and multi-agent AI workflows. (by inkeep)
Project mention: Launch HN: Inkeep (YC W23) – Open-Source Agent Builder | news.ycombinator.com | 2025-10-16Inkeep SDK – Elastic License 2.0 with Supplemental Terms https://github.com/inkeep/agents?tab=License-1-ov-file#readm...
-
ref-tools-mcp
Helping coding agents never make mistakes working with public or private libraries without wasting the context window.
Project mention: Ref uses MCP to build documentation search that minimizes token use | news.ycombinator.com | 2025-07-29Hi! I'm the developer of Ref (https://ref.tools), the MCP server for giving coding agents access to public and private docs. Ref's goal is to provide exactly the tokens you need to guide the model and nothing else.
I've been working on this one MCP server for about 6 months and I wanted to share the ways I've used and considered using different MCP features. If you're new to MCP, I hope this article can give you a sense of how developers can leverage MCP in practice.
Repo: https://github.com/ref-tools/ref-tools-mcp
And because I get asked this ALL the time : how is Ref different from Context7?
TypeScript mcp-server discussion
TypeScript mcp-server related posts
-
CLI over MCP: a small Chrome DevTools experiment in Copilot CLI
-
Errors, traces, logs, metrics: when to reach for what
-
Building an AI Memory Layer: A Problem I Didn’t Expect
-
sentry-mcp VS onequery - a user suggested alternative
2 projects | 1 Jun 2026 -
Pay for Any API from Inside Claude with Base MCP + APIbase
-
Production-Ready MCP Servers in 60 Seconds (Auth, Rate Limits, Audit Logs Included)
-
WebMCP Is the Quiet Google I/O Announcement That Could Make Web Apps Agent-Ready
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Jun 2026
Index
What are some of the best open-source mcp-server projects in TypeScript? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | n8n | 192,273 |
| 2 | context7 | 57,203 |
| 3 | chrome-devtools-mcp | 43,517 |
| 4 | UI-TARS-desktop | 36,321 |
| 5 | activepieces | 22,717 |
| 6 | n8n-mcp | 21,655 |
| 7 | trigger.dev | 15,326 |
| 8 | OpenMetadata | 14,182 |
| 9 | mcp | 6,384 |
| 10 | XcodeBuildMCP | 5,452 |
| 11 | archestra | 3,826 |
| 12 | dbhub | 2,958 |
| 13 | metamcp | 2,409 |
| 14 | Unla | 2,138 |
| 15 | mcp-router | 2,043 |
| 16 | contextplus | 1,917 |
| 17 | Dive | 1,792 |
| 18 | PrismerCloud | 1,523 |
| 19 | paperdebugger | 1,489 |
| 20 | MeiGen-AI-Design-MCP | 1,399 |
| 21 | apify-mcp-server | 1,326 |
| 22 | agents | 1,196 |
| 23 | ref-tools-mcp | 1,126 |