MCP Server
Connect an AI assistant to Visiblee, authorize access, and ask questions using your live project data.
Connect an AI assistant to Visiblee, authorize access, and ask questions using your live project data.
ChatGPT and Claude use the OAuth connector URL. No API key is required.
https://api.visiblee.ai/mcp/connect
Use OAuth for browser assistants and API-key headers for headless or coding-agent clients.
| Browser OAuth | https://api.visiblee.ai/mcp/connect |
|---|---|
| Header authentication | https://api.visiblee.ai/mcp |
| Header | X-API-Key: YOUR_VISIBLEE_API_KEY |
| Transport | Streamable HTTP |
Create an API key in Visiblee, then run:
claude mcp add visiblee --transport http https://api.visiblee.ai/mcp \
--header "X-API-Key: YOUR_VISIBLEE_API_KEY"
Run /mcp inside Claude Code to confirm the connection.
Add Visiblee to ~/.cursor/mcp.json:
{
"mcpServers": {
"visiblee": {
"url": "https://api.visiblee.ai/mcp",
"headers": {
"X-API-Key": "YOUR_VISIBLEE_API_KEY"
}
}
}
}
Use Streamable HTTP. Choose the OAuth URL for browser-based clients or the header-auth URL for clients that can send an API key.
Remove the connector, confirm you are signed into the correct Visiblee account, and add it again.
Confirm your Visiblee account has access to at least one project.
Restart the client. Some clients only reload MCP tools at startup.