MCP Servers

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

Simple Mcp Server

Created 3/18/2026
Updated about 4 hours ago
Repository documentation and setup instructions

SIMPLE MCP SERVER

Tech

  • Typescript
  • Nodejs
  • MCP
  • GitHub Copilot

Example of use MCP tool

  • Clone repo
  • Integrate VSC with Copilot
  • Ask copilot to use mcp tools to generate human readable short summary details about ('Emily' for example)

ai_answer

Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-simple-mcp-server

Cursor configuration (mcp.json)

{ "mcpServers": { "wojciechbladek-simple-mcp-server": { "command": "npx", "args": [ "wojciechbladek-simple-mcp-server" ] } } }