Pixabay MCP Server for Cursor
io.github.hanoak/pixabay-mcp-server
Unofficial MCP server for the Pixabay API: search and fetch royalty-free images and videos.
client:Cursor
transport:stdio
runtime:npm
Install Pixabay MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pixabay-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hanoak/pixabay-mcp-server"
],
"env": {
"PIXABAY_API_KEY": "<PIXABAY_API_KEY>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs