NIH RePORTER API MCP server for AI agents — search grants, funding trends, and institutional analysis
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nih-grants-mcp": {
"command": "npx",
"args": [
"-y",
"red-cars-io/nih-grants-mcp"
]
}
}
}
Run in terminal:
claude mcp add nih-grants-mcp npx -y red-cars-io/nih-grants-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"nih-grants-mcp": {
"command": "npx",
"args": [
"-y",
"red-cars-io/nih-grants-mcp"
]
}
}
}