Content
# Neo-MCPs
<div align="center">

[](https://www.typescriptlang.org/)
[](https://nodejs.org/)

A collection of on-demand Model Context Protocol (MCP) servers for enhancing AI interactions.
</div>
## 🚀 Overview
This repository contains custom MCP servers that can be used to extend the capabilities of AI assistants. Each server provides specific functionality that can be integrated with MCP-compatible AI systems.
## 🔌 Servers
<details open>
<summary><b>🔊 Sound Notification</b></summary>
<br>
A simple MCP server that plays a notification sound when an LLM finishes its reply. This helps provide audio feedback when interacting with AI assistants.
**Features:**
- 🎵 Plays configurable system sounds
- 🔄 Integrates seamlessly with MCP-compatible AI systems
- 🪶 Lightweight and easy to use
```bash
# Quick install
cd servers/sound-notification && npm install
```
</details>
## 🏁 Getting Started
### Prerequisites
- 📦 Node.js (v16 or higher)
- 📦 npm or yarn
- 🤖 An MCP-compatible AI system
### Installation
1. Clone this repository:
```bash
git clone https://github.com/yourusername/neo-mcps.git
cd neo-mcps
```
2. Install dependencies for a specific server:
```bash
cd servers/sound-notification
npm install
```
3. Build the server:
```bash
npm run build
```
4. Use the server with your MCP-compatible AI system.
## 💻 Development
Each server is contained in its own directory under the `servers/` folder. To create a new server:
1. Create a new directory under `servers/`
2. Initialize a new Node.js project
3. Implement the MCP server functionality
4. Add appropriate documentation
## 🙏 Acknowledgments
- [Model Context Protocol](https://github.com/anthropics/model-context-protocol) for providing the framework that makes these servers possible
---
<div align="center">

</div>
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.