mcp-server-nih-reporter

GSA-TTS/mcp-server-nih-reporter
★ 0 stars Python 🔌 API Integration Updated today
Pilot MCP server for the NIH RePORTER API
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": {
    "mcp-server-nih-repor": {
      "command": "uvx",
      "args": [
        "mcp-server-nih-reporter"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-nih-reporter