★ 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"
]
}
}
}
Run in terminal:
claude mcp add funding-graph-mcp-se npx -y QuentinCody/funding-graph-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"funding-graph-mcp-se": {
"command": "npx",
"args": [
"-y",
"QuentinCody/funding-graph-mcp-server"
]
}
}
}