Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more! Learn more →
Top 23 TypeScript mcp-server Projects
-
Project mention: Is automating your AI too hard? Let AI automate that too | news.ycombinator.com | 2025-07-19
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
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.
-
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: Dive v0.8.0 Is Here – Major Architecture Overhaul and Feature Upgrades | news.ycombinator.com | 2025-04-21 -
-
memory-bank-mcp
A Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
While Cline’s approach works well, I saw an opportunity to extend it beyond a local repository-based solution—leading me to develop an MCP-based alternative.
-
mongodb-mcp-server
A Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
Project mention: Vibe Code Like a Pro: Build an MVP Web App with MongoDB Atlas in <1 Hour Using Cursor | dev.to | 2025-05-14Since we're using an existing MongoDB instance, I used Claude with MongoDB's MCP server to help generate the proto file based on schema analysis.
-
ref-tools-mcp
An MCP server to stop hallucinations with token efficient search over public and private documentation.
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?
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
iterm-mcp
A Model Context Protocol server that executes commands in the current iTerm session - useful for REPL and CLI assistance
Project mention: Show HN: Iterm-Mcp – AI Terminal/REPL Control for iTerm2 | news.ycombinator.com | 2025-01-30 -
copilot-mcp
A powerful VSCode extension that lets you find and install MCP servers to use with GitHub Copilot..
Copilot-MCP — a VSCode extension. Dedicated to integrate MCPs with GitHub Copilot Chat.
-
Project mention: Show HN: Director – Local first, open source MCP Gateway | news.ycombinator.com | 2025-07-11
Repository: https://github.com/director-run/director
MCP is a promising technology, but it's still early and there are lot's of (well known) problems:
- Configuration: Hard to setup, requiring writing JSON for each new client <> server connection.
-
Project mention: Goodbye, Vibe Coding! Hello, Spec-Driven Development MCP Server! | dev.to | 2025-07-29
-
We use an outdated on-premise version of Azure DevOps (nee. Team Foundation Server) for our sorry excuse of task management. We also use some horrible plugin for time tracking so our bosses can be sure we're keeping the seat warm for the correct amount of time.
I forked [this existing MCP server for azure devops](https://github.com/Tiberriver256/mcp-server-azure-devops) but I had to make a lot of changes to have it work on our env and I also added some tools for working with that shitty time tracking plugin.
-
Project mention: Dynamic Configuration for MCP Servers Using Environment Variables | dev.to | 2025-05-28
When setting up mcp-graphql, we needed a way for the MCP server to use a dynamic GraphQL endpoint and token. Hardcoding these values was not an option, as different Saleor environments require different configurations.
-
I've been working hard on MCP Router. MCP Router is a free desktop app (Windows/Mac) that lets you securely manage local or remote MCP servers via GUI, with access control & logs.
https://github.com/mcp-router/mcp-router
Works with VSCode, Cursor, Cline and any MCP client, and connects to servers from any registry (Zapier, Smithy, etc.).
-
-
Project mention: EasyMCP: Easy model context protocol servers in TypeScript | news.ycombinator.com | 2025-01-24
-
-
mcp-linker
mcp manager, add & syncs MCP server configurations across clients like Claude, Cursor💡 File tree & plus button add your files to AI
Project mention: MCPLinker manager: Sync config across Clients, says good bye to copy-paste | news.ycombinator.com | 2025-06-11 -
mcp-database-server
MCP Database Server is a new MCP Server which helps connect with Sqlite, SqlServer and Posgresql Databases
Project mention: Show HN: SnapQL – Desktop app to query Postgres with AI (local, open source) | news.ycombinator.com | 2025-06-20If you can do this, can't you create a read-only user and use a database MCP like https://github.com/executeautomation/mcp-database-server ?
-
opik-mcp
Model Context Protocol (MCP) implementation for Opik enabling seamless IDE integration and unified access to prompts, projects, traces, and metrics.
100% but this is not the same thing, nor is this going to replace the agent SDK (or visa versa). Agents will always need some form of communication protocol, if we look at the world and agentic frameworks its a sea of logos and without some forms of open standards this would be hard.
I'm currently at Comet and I have personally worked on MCP implementations AND have made some contributions to Agent SDK in the form of a native integration and improvement to test suite.
- https://github.com/comet-ml/opik-mcp
- https://github.com/openai/openai-agents-python/pull/91
I think the key to what OpenAI is pushing towards is simplicity for developers through very easy to use components. I won't comment on the strategy or pricing etc, but on first glance as a developer the simple modular approach and lack of bloat in their SDK is refreshing.
Kudos to the team and people working on the edge to innovate and think differently in an already crowded and shifting landscape.
-
anytype-mcp
An MCP server enabling AI assistants to interact with Anytype - a local and collaborative wiki - to organize objects, lists, and more through natural language.
great! it's very convenient to try mcp servers with local models that way.
just added the `Add to LM Studio` button to the anytype mcp server, looks nice: https://github.com/anyproto/anytype-mcp
-
git-mcp-server
An MCP (Model Context Protocol) server enabling LLMs and AI agents to interact with Git repositories. Provides tools for comprehensive Git operations including clone, commit, branch, diff, log, status, push, pull, merge, rebase, worktree, tag management, and more, via the MCP standard. STDIO & HTTP.
Project mention: Supercharge Your Git Workflow: Unleashing AI on Your Private Repositories with MCP | dev.to | 2025-05-26 -
cli
Fine-grained control over model context protocol (MCP) clients, servers, and tools. Context is God. (by mcpgod)
Project mention: Show HN: MCPGod: Fine-grained control over MCP clients, servers, and tools | news.ycombinator.com | 2025-03-11 -
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
TypeScript mcp-server discussion
TypeScript mcp-server related posts
-
GitHub MCP Server Deep Dive and Context Engineering
-
How Claude Code Agents and MCPs Work Better Together 👯
-
Supercharge Your Development Workflow with MCP GitHub Integration
-
6 Weeks of Claude Code
-
Show HN: Repocks – Local RAG from In-Repo Markdown Docs
-
Show HN: MCP server for searching and downloading documents from Anna's Archive
-
Hacker News MCP Server – TypeScript
-
A note from our sponsor - Sevalla
sevalla.com | 1 Sep 2025
Index
What are some of the best open-source mcp-server projects in TypeScript? This list will help you:
# | Project | Stars |
---|---|---|
1 | n8n-mcp | 6,178 |
2 | Unla | 1,681 |
3 | Dive | 1,545 |
4 | RedNote-MCP | 781 |
5 | memory-bank-mcp | 643 |
6 | mongodb-mcp-server | 589 |
7 | ref-tools-mcp | 469 |
8 | iterm-mcp | 434 |
9 | copilot-mcp | 418 |
10 | director | 328 |
11 | mcp-server-spec-driven-development | 293 |
12 | mcp-server-azure-devops | 289 |
13 | mcp-graphql | 259 |
14 | mcp-router | 241 |
15 | argocd-mcp | 218 |
16 | easy-mcp | 184 |
17 | mcp-index | 179 |
18 | mcp-linker | 171 |
19 | mcp-database-server | 165 |
20 | opik-mcp | 162 |
21 | anytype-mcp | 140 |
22 | git-mcp-server | 118 |
23 | cli | 113 |