PluginBench
MCP Server
Active
MIT

Vee3 MCP Server

io.github.Vee3io/vee3

What is the Vee3 MCP server?

Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.

How to install Vee3

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • VEE3_API_KEY
    required
    secret

    API key from https://app.vee3.io/dashboard/keys

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "vee3": {
      "url": "https://mcp.vee3.io/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "vee3": {
      "serverUrl": "https://mcp.vee3.io/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "vee3": {
      "type": "http",
      "url": "https://mcp.vee3.io/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "vee3": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.vee3.io/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http vee3 https://mcp.vee3.io/mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →