What is the Goodeye MCP server?
Design, save, and run outcome-aligned AI workflows and verifiers, with reliable image output.
How to install Goodeye
Copy-paste configuration for popular MCP clients.
AuthorizationrequiredsecretBearer token: an OAuth access token from Goodeye sign-in, or a good_live_ API key (Bearer good_live_...). Anonymous requests receive 401 with WWW-Authenticate so clients can discover the OAuth flow.
{
"mcpServers": {
"goodeye": {
"url": "https://mcp.goodeye.dev/mcp"
}
}
}{
"mcpServers": {
"goodeye": {
"serverUrl": "https://mcp.goodeye.dev/mcp"
}
}
}{
"servers": {
"goodeye": {
"type": "http",
"url": "https://mcp.goodeye.dev/mcp"
}
}
}{
"mcpServers": {
"goodeye": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.goodeye.dev/mcp"
]
}
}
}claude mcp add --transport http goodeye https://mcp.goodeye.dev/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.