S
Simple MCP Server
Simple Mcp Server
Created 3/18/2026
Updated about 4 hours ago
README
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)

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"
]
}
}
}