grantsgov mcp server for Cursor
io.github.cyanheads/grantsgov-mcp-server
Search Grants.gov funding opportunities and read full records: eligibility, awards, deadlines.
client:Cursor
transport:stdio
runtime:npm
Install grantsgov mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"grantsgov-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cyanheads/grantsgov-mcp-server"
],
"env": {
"MCP_LOG_LEVEL": "<MCP_LOG_LEVEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs