MCP · Connect your AI
Setting up MCP
Connect Claude, Claude Code, ChatGPT, Cursor or any MCP client.
The Silvane MCP endpoint is:
https://mcp.silvane.app/mcpClaude (claude.ai, desktop, mobile)
- Open Settings → Connectors on claude.ai.
- Choose Add custom connector and paste the endpoint.
- Click Connect and sign in with your Silvane account.
Claude Code
claude mcp add --transport http silvane https://mcp.silvane.app/mcpChatGPT
- In Settings → Apps & Connectors, enable Developer mode (under Advanced).
- Choose Create, name it Silvane, and paste the endpoint as the MCP server URL.
- Save, then sign in with your Silvane account when prompted.
Custom connectors require a paid ChatGPT plan with Developer mode.
Cursor & other clients
Any client that speaks MCP over Streamable HTTP works. For Cursor, add to .cursor/mcp.json:
{
"mcpServers": {
"silvane": {
"url": "https://mcp.silvane.app/mcp"
}
}
}Disconnecting
Remove the connector from your client's settings; access stops immediately.