Web MCP Server Configuration
MCP Client Configuration
VS Code
VS Code supports using MCP services in Agent mode.
Steps, refer to the documentation: Use MCP servers in VS Code
- Press
Ctrl
+Shift
+P
shortcut, and typeMCP:
- Select
MCP: Add Server...
- Select
HTTP (HTTP or Server-Sent Events)
- Paste the Web MCP service link, and press
Enter
to confirm
Reference configuration: Replace the URL below with the service URL copied from the Web MCP extension.
Cursor
Steps, refer to the documentation Cursor - Configuring MCP Servers
- Click the settings icon in the upper right corner of Cursor
- Select
MCP
from the left-hand menu in the settings page - Click
Add new global MCP server
- Complete the configuration by referring to the code below (Please replace the URL below with the URL from the Web MCP extension)
Claude Desktop
As of now, Claude Desktop does not seem to support SSE/Streamable HTTP. You can use a local proxy to connect, refer to the documentation Connect your remote MCP server to Claude Desktop via a local proxy
Windsurf
Refer to the documentation Model Context Protocol (MCP)
- Press
Ctrl
+Shift
+P
shortcut, and typeMCP:
- Select
MCP: Add Server...
- Select
HTTP (server-sent events)
- Paste the Web MCP service link, and press
Enter
to confirm
Reference configuration:
Trae
Refer to the documentation Model Context Protocol (MCP)
- Press
Ctrl
+Shift
+P
shortcut, and typeMCP:
- Select "Open MCP Config (JSON)"
- Add Web MCP by referring to the configuration below
Workers AI LLM Playground
Workers AI LLM Playground is an AI web-based chat tool that can be used directly in a web browser without downloading a client. Some models support MCP.
- Select a model labeled
MCP
from theModel
dropdown list. - Enter the Web MCP connection in the input box under "MCP Servers".
- Click the "Connect" button.
Online MCP Inspector
Online MCP Inspector is a web-based MCP development and debugging tool provided by Web MCP. It requires no installation and can be opened and used in a web browser at any time.
Online MCP Inspector can be seen as an MCP Client, but it is not AI-driven. It supports both SSE and Streamable HTTP MCP Servers.