M
MCP Apps
by @yada
My MCP apps tests and validations
Created 2/9/2026
Updated about 21 hours ago
README
Repository documentation and setup instructions
mcp-apps
A collection of MCP (Model Context Protocol) applications focused on testing, validation, and discovery.
This repository aims to help developers and platform teams explore, evaluate, and validate MCP apps across different use cases, runtimes, and integration patterns.
🎯 Goals
- Provide reference MCP apps for learning and experimentation
- Enable discovery of MCP-based applications
- Share best practices, more to come...
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/yada/mcp-apps
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"yada-mcp-apps": {
"command": "git",
"args": [
"clone",
"https://github.com/yada/mcp-apps"
]
}
}
}