MCP server to expose CDC/WHO/NIH guidelines to help AI agents retrieve proper data and not fabricate numbers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"clinical_guidelines_": {
"command": "npx",
"args": [
"-y",
"ShivanshGupta1205/Clinical_Guidelines_MCP"
]
}
}
}
Run in terminal:
claude mcp add clinical_guidelines_ npx -y ShivanshGupta1205/Clinical_Guidelines_MCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"clinical_guidelines_": {
"command": "npx",
"args": [
"-y",
"ShivanshGupta1205/Clinical_Guidelines_MCP"
]
}
}
}