MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

An MCP server in Node (w/ Typescript)

Created 11/19/2025
Updated 26 days ago
Repository documentation and setup instructions

A Node MCP Server

A NodeJs MCP server

Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-mcp_server_ts

Cursor configuration (mcp.json)

{ "mcpServers": { "adrianmdevs-mcp-server-ts": { "command": "npx", "args": [ "adrianmdevs-mcp-server-ts" ] } } }