mcp-suite

Abhishekkumar2021/mcp-suite
★ 1 stars TypeScript AI/LLM Updated today
A collection of Model Context Protocol (MCP) servers, built in TypeScript.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-suite": {
      "command": "npx",
      "args": [
        "-y",
        "Abhishekkumar2021/mcp-suite"
      ]
    }
  }
}

README Excerpt

<div align="center"> **A collection of [Model Context Protocol](https://modelcontextprotocol.io) servers, built in TypeScript.** </div> Each server lives in its own folder under [`servers/`](servers) and publishes to npm as an independent package, while sharing tooling through an npm workspace. Connect them to any MCP client — Claude Desktop, Claude Code, Cursor, and more.

Topics

aiclaudellm-toolsmcpmodel-context-protocoltypescript