From 30b937ff5336f495a0e508dd8d6d8d0ea5f14ee4 Mon Sep 17 00:00:00 2001 From: Guillaume Pelletier Date: Tue, 19 May 2026 11:16:10 +0200 Subject: [PATCH] Add mcp-core toolkit to server list in README Added a new modular MCP toolkit entry to the README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 874916cab3..623f9e2725 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie ### For servers * **[Anubis MCP](https://github.com/zoedsoupe/anubis-mcp)** (Elixir) - A high-performance and high-level Model Context Protocol (MCP) implementation in Elixir. Think like "Live View" for MCP. +* **[@cyanmycelium/mcp-core](https://github.com/pandaGaume/mcp-core)** (TypeScript) - Modular MCP toolkit with composable subpath exports (`/server`, `/client`, `/llm`, `/node`). Engine-neutral core, bring your own transport or runtime. [npm](https://www.npmjs.com/package/@cyanmycelium/mcp-core) * **[ModelFetch](https://github.com/phuctm97/modelfetch/)** (TypeScript) - Runtime-agnostic SDK to create and deploy MCP servers anywhere TypeScript/JavaScript runs * **[EasyMCP](https://github.com/zcaceres/easy-mcp/)** (TypeScript) * **[FastAPI to MCP auto generator](https://github.com/tadata-org/fastapi_mcp)** – A zero-configuration tool for automatically exposing FastAPI endpoints as MCP tools by **[Tadata](https://tadata.com/)**