open vsx mcp for Cursor
io.github.mrfentmen/open-vsx-mcp
Keyless MCP server for Open VSX: VS Code extensions, versions, descriptions, download stats.
client:Cursor
transport:stdio
runtime:npm
Install open vsx mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"open-vsx-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"open-vsx-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs