funding-graph-mcp-server

QuentinCody/funding-graph-mcp-server
★ 0 stars TypeScript 🔍 Search Updated 1mo ago
Funding graph MCP server over NIH RePORTER, NSF Award Search, CORDIS DET, and USAspending
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": {
    "funding-graph-mcp-se": {
      "command": "npx",
      "args": [
        "-y",
        "QuentinCody/funding-graph-mcp-server"
      ]
    }
  }
}