Odel
mcp server

mcp server

Local
@yocoolab1TypeScriptApache-2.0Updated Today

Pin visual feedback on any live web page and send it to Claude Code, Cursor or your AI agent.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@yocoolab/mcp-serverv2.4.3

Run

npx -y @yocoolab/mcp-server

MCP client config

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@yocoolab/mcp-server"
      ]
    }
  }
}