Placeholder repository for an MCP server experiment - no implementation yet.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ai-app-with-mcp-serv": {
"command": "npx",
"args": [
"-y",
"YauhenBichel/AI-App-with-MCP-Servers"
]
}
}
}
Run in terminal:
claude mcp add ai-app-with-mcp-serv npx -y YauhenBichel/AI-App-with-MCP-Servers
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-app-with-mcp-serv": {
"command": "npx",
"args": [
"-y",
"YauhenBichel/AI-App-with-MCP-Servers"
]
}
}
}