Your connector URL
https://stageplotpro.org/mcpConnect in 3 steps
-
Add a custom connector
Claude: Settings › Connectors › Add custom connector. ChatGPT: Settings › Apps & Connectors › Create (developer mode may need to be switched on). Other MCP apps: add a remote MCP server.
-
Paste the URL
Name it “Stage Plot Pro” and paste the connector URL above. No API key needed.
-
Sign in and allow
You'll be sent to Stage Plot Pro to sign in (or just click Allow if you're already signed in). That's it.
Other AI agents (copy-paste code)
For agents that can't open a browser sign-in themselves, send them this message. They'll give you a link; approve it, then paste the code you're shown back to the agent.
Connect to the Stage Plot Pro MCP server using OAuth, with a manual code copy-paste. Don't ask me for tokens or a password.
MCP server: https://stageplotpro.org/mcp (streamable HTTP)
Auth server metadata: https://stageplotpro.org/.well-known/oauth-authorization-server
1. Register a public client: POST https://stageplotpro.org/oauth/register with {"client_name":"<your agent name>","redirect_uris":["https://stageplotpro.org/oauth/callback"],"grant_types":["authorization_code","refresh_token"],"response_types":["code"],"token_endpoint_auth_method":"none"}
2. Make a PKCE verifier/challenge (S256) and send me the authorize link: https://stageplotpro.org/oauth/authorize?response_type=code&client_id=<id>&redirect_uri=https://stageplotpro.org/oauth/callback&code_challenge=<challenge>&code_challenge_method=S256&state=<random>&scope=plots
3. I'll approve and paste back the code shown on the page
4. Exchange it: POST https://stageplotpro.org/oauth/token (form: grant_type=authorization_code, code, redirect_uri, client_id, code_verifier)
5. Call the MCP server with Authorization: Bearer <access_token>, and use the refresh_token grant when it expires (refresh tokens rotate, so always store the newest one)
Things to ask
- “Make a stage plot for my 5-piece: drums, bass, two guitars, keys, and a lead singer. Stage is 28×18 ft. Everyone gets a wedge.”
- “Open my ‘Summer Tour’ plot and move the keys to stage left, then add a drum riser.”
- “Build the input list for that plot as a table.”
- “Duplicate the plot for The Troubadour and resize it to their stage.”
- “Give me a link I can send to the venue.”
What it can do
- Create, open, rename, duplicate and delete plots in your account
- Search the full gear library and place, move, rotate, resize, label and recolor anything
- Add risers, text notes, shapes and cable runs; group and layer items
- Size stages from venue presets
- Build input lists and backline lists from what's on stage
- Create “open in Stage Plot Pro” links and editable share links
PNG/PDF export, logos and final polish happen in the app — every plot the AI makes shows up in My Projects.