E2LLM gives your AI eyes and hands in a real browser: structured perception (SiFR) plus action.
claude mcp add element-to-llm --transport http https://mcp.e2llm.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"element-to-llm": {
"url": "https://mcp.e2llm.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"element-to-llm": {
"serverUrl": "https://mcp.e2llm.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"element-to-llm": {
"type": "http",
"url": "https://mcp.e2llm.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"element-to-llm": {
"url": "https://mcp.e2llm.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"element-to-llm": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.e2llm.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.e2llm.com/mcp | none |
| streamable-http | https://api.e2llm.com/mcp |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/com.e2llm--element-to-llm/reviews or the review_server meta-tool.
POST /mcp