Visiting Media MCP Server

This is an MCP server. It exposes read-only tools backed by the Visiting Media API. You don't open it directly in a browser — connect from an MCP client.

Connect from Claude Code (CLI)

claude mcp add visitingmedia --transport http https://mcp.visitingmedia.com

Claude Code launches the OAuth flow in your browser on first use, then stores the token in ~/.claude/. Each Claude client maintains its own token store — authenticating via Claude Desktop does not auth Claude Code or vice versa.

Connect from Claude Desktop

Settings → Connectors → Add custom connector → paste https://mcp.visitingmedia.com as the URL. Claude Desktop runs the OAuth flow inside the app.

Connect from Cursor / Codex / VS Code Copilot

Add an entry to your MCP config pointing at https://mcp.visitingmedia.com with HTTP transport. The client handles the OAuth handshake on first connection.

OAuth

This server uses OAuth 2.1 with PKCE and dynamic client registration. MCP clients perform the full handshake automatically — no API key required.

I'm already connected but Claude says I'm not

Each Claude product (Desktop, Code CLI, claude.ai web) keeps its own MCP token store. If you authenticated in one and another says you're not connected, run the connect command above in that specific client. There's no shared session.

Need help? Email support@visitingmedia.com.