1 min read 180 words Updated Sep 24, 2026 Created Sep 24, 2026
#AI#webdev

On of the most popular is context7: https://context7.com/

In VS Code

In settings.json, find the mcp object. There, serverscan be added. Once added, mention the server in Agent Mode with "use context7" at the end of your prompt.

Insiders

Best is to use VS Code insiders. Make sure to start insiders from your CLI, otherwise it might have issues running NPX for installing certain MCP servers: code-insiders .

Useful MCPs

WebMCP

In Claude Code: claude mcp add webmcp --scope user -- npx -y @jason.today/webmcp@latest --mcp

WebMCP is a late proposal for MCP in the Browser. See https://github.com/jasonjmcghee/WebMCP

BrowserMCP

In Claude Code: claude mcp add browsermcp -- npx -y @browsermcp/mcp@latest