YouTube Data for Cursor
io.github.kirbah/mcp-youtube
YouTube MCP server for token-optimized, structured data using the YouTube Data API v3.
client:Cursor
transport:stdio
runtime:npm
Install YouTube Data in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-youtube": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kirbah/mcp-youtube"
],
"env": {
"YOUTUBE_API_KEY": "<YOUTUBE_API_KEY>",
"MDB_MCP_CONNECTION_STRING": "<MDB_MCP_CONNECTION_STRING>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs