★ 0 stars
TypeScript
💻 Code/Dev Tools
Updated today
🛠 Build a lightweight client-server system using Node.js and TypeScript, demonstrating structured communication with a focus on clarity and simplicity.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-client-server-pr": {
"command": "npx",
"args": [
"-y",
"Togavanny/MCP-Client-Server-Project-using-NodeJS"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-client-server-pr npx -y Togavanny/MCP-Client-Server-Project-using-NodeJS
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-client-server-pr": {
"command": "npx",
"args": [
"-y",
"Togavanny/MCP-Client-Server-Project-using-NodeJS"
]
}
}
}
📋 Copy
Topics
ai-tools backend client-server copilot developer-tools experimental json mcp model-context-protocol nodejs protocol-design stdio typescript