FirstHandAPI for Cursor
com.firsthandapi/mcp-server
Post crowdsourced content collection jobs and fetch approved files via FirstHandAPI
client:Cursor
transport:stdio
runtime:npm
Install FirstHandAPI in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@firsthandapi/mcp-server"
],
"env": {
"FIRSTHAND_API_KEY": "<FIRSTHAND_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs