servers
node
| servers | node | |
|---|---|---|
| 401 | 1,367 | |
| 87,066 | 117,760 | |
| 2.6% | 0.7% | |
| 9.8 | 10.0 | |
| 8 days ago | 2 days ago | |
| TypeScript | JavaScript | |
| GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
servers
- Build a tiny MCP server in JavaScript -Claude, Codex friendly
-
Can you build a successful business in a Claude Code loop?
Most agents don't speak raw HTTP โ they speak MCP. So the real distribution surface is a tiny MCP server that exposes each endpoint as a tool and does the paying under the hood. The agent calls web_search(query); the server hits the paid endpoint, handles the 402 with its operator's wallet, returns JSON. One line to install:
-
Building an MCP server with Node.js
The Model Context Protocol (MCP) is an open standard for connecting AI hosts (Claude, ChatGPT, Cursor, VS Code, and others) to external context and actions through a structured protocol instead of ad-hoc plugins.
-
Why Dremio's Value Is Unique to Apache Iceberg Lakehouses and Agentic Analytics
Model Context Protocol specification
-
How I Built an MCP Server for M-PESA โ and Why It Matters for East Africa
That changed when I built mpesa-mcp โ a Model Context Protocol server that wraps the Daraja API and makes it directly available to Claude, GPT-4, and Gemini.
-
Let your AI agent test your API: two-go's AI layer and MCP server
If you haven't run into it yet, MCP (Model Context Protocol) is an open standard for exposing tools to AI agents. two-go ships an MCP server that runs over stdio with no dependencies, no URL, no account, and no API key. It's all local.
-
Introducing LlamaStash: a zero-overhead, terminal-native llama.cpp launcher
MCP server surface. The CLI is already agent-friendly, so I'm double minded about whether a Model Context Protocol server would make integration smoother. I'm personally not a fan of MCP and prefer skills and CLIs.
-
How Claude Code's Skills System Actually Works
As noted in the Model Context Protocol (MCP) Introduction, this protocol allows Claude to interact with systems like GitHub and local databases through a standardized interface.
-
I got tired of re-explaining my codebase to every coding agent โ so I made critical memory live in the repo next to code
Keep the project's living context: current task state, decisions, conventions, known footguns as plain Markdown committed to the repo, and expose it to the agent over MCP.
-
Best Claude Code MCP Servers in 2026 (Ranked)
The MCP ecosystem doubles every few months. Bookmark the official MCP servers repository for the canonical list.
node
-
Why a Test Automation Framework? (Playwright + TypeScript, Ch.1)
You'll need Node.js 18+ and Docker.
- Scarab Diagnostic Suite Field Test #017: Node.js Readline Line-Separator Boundary
-
Meet PageZERO: an open source SaaS starter kit on Cloudflare for the AI era
You only need Bun and Node.js. From there:
- Cรณmo instalar Node.js
-
BoxAgnts is an Out-Of-The-Box Secure AI Agent ToolBox in a WASM SandBox
Node.js 18+ (Install: https://nodejs.org/)
-
Deno 2.8
Node refuses to support TypeScript within node_modules, see https://github.com/nodejs/node/issues/58429 this means you can't do "Typescript-only npm packages".
They made that intentionally at the beginning:
> Currently there is consensus that Node.js should NOT run TypeScript files inside `node_modules. It is not supported to avoid package maintainers to release TS only package.
- DTLS Support Entering Node.js
-
Build an AI-Powered Developer Portal with Backstage and .NET
Node.js (includes npx and yarn)
- Node.js 26.0.0 (Now with Temporal)
- Node.js โ Promote Alpine Linux out of experimental to be a tier 2 platform
What are some alternatives?
claudebox - The Ultimate Claude Code Docker Development Environment - Run Claude AI's coding assistant in a fully containerized, reproducible environment with pre-configured development profiles.
pkg - Package your Node.js project into an executable
typescript-sdk - The official TypeScript SDK for Model Context Protocol servers and clients
deno - A modern runtime for JavaScript and TypeScript.
awesome-mcp-servers - A collection of MCP servers. [GET https://api.github.com/repos/punkpeye/awesome-mcp-servers: 404 - Not Found // See: https://docs.github.com/rest]
CPython - The Python programming language