WebMCP Today for Cursor
io.github.robertn702/webmcp-today
Your agent gets trustworthy tools on sites without WebMCP — data-only packages you approve.
client:Cursor
transport:stdio
runtime:npm
Install WebMCP Today in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"webmcp-today": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@webmcp-today/mcp-bridge"
],
"env": {
"WEBMCP_TODAY_API_KEY": "<WEBMCP_TODAY_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs