YouTube Research MCP for Cursor
io.github.coyasong/youtube-research
Citation-ready YouTube transcript research and optional channel intelligence for AI agents.
client:Cursor
transport:stdio
runtime:npm
Install YouTube Research MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"youtube-research": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@coyasong/youtube-mcp-server"
],
"env": {
"YOUTUBE_API_KEY": "<YOUTUBE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs