Connect Go to Your AI Tools with MCP
Go can act as an MCP server, allowing you to connect your team's workspace to Claude, ChatGPT, and other MCP-compatible AI assistants directly.
Once connected, your AI assistant works as a front-end to Go. Ask about workflow outputs, trigger automations, or build new properties, all without leaving your chat interface.
What you can do with the MCP connection
- Inspect and query workflows. Pull rows and entities, run queries over workflow data, and read definitions. Useful for questions like "what did this run output?"
- Run workflows. Kick off Go runs from chat, including workflows that take file inputs.
- Build and edit workflows. Add and update properties (including computed and agentic ones), configure views with filters and sorts, and set up triggers, all conversationally.
- Work with your Knowledge Graph. Ingest documents into a Knowledge Graph and query it in natural language.
Server endpoints
Connect to the endpoint that matches your workspace region:
| Region | URL |
|---|---|
| EU (standard) | https://mcp.go.v7labs.com |
| US | https://mcp.go.us.v7labs.com |
Authenticate with your V7 Go login via OAuth when you connect.
How to connect on Claude
- Open Claude and go to Customize.
- Select Connectors, then click +.
- Choose Add Custom Connector.
- Enter a name of your choice, such as "V7 Go".
- Paste the MCP server URL for your region.
- Skip the advanced settings.
- Complete the authentication flow in the browser window that opens, and select the workspace you want to target.
How to connect on other MCP-compatible tools
Each tool has its own connector configuration. In general, you need:
- The MCP server URL for your region
- Your V7 Go login to complete authentication
Check your tool's documentation for where to add a custom MCP server.
