★ 0 stars
Python
💻 Code/Dev Tools
Updated today
Public MCP server for Mediclic — AI-powered EMR for clinics in Guatemala/LATAM. 6 tools: features, pricing, demo, glossary, comparisons, status.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mediclic-mcp-server": {
"command": "uvx",
"args": [
"mediclic-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add mediclic-mcp-server uvx mediclic-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mediclic-mcp-server": {
"command": "uvx",
"args": [
"mediclic-mcp-server"
]
}
}
}
Or install with pip: pip install mediclic-mcp-server