Prerequisites
Before connecting, make sure you have:- A Writesonic account with Agents access (beta, request it)
- At least one project in your Agents workspace
Connection Details
Use the same values in any client:Claude.ai (Web)
- Go to Settings in Claude.ai
- Navigate to Connectors (under Customize)
- Click Add custom connector
- Enter the name
Writesonic Agentsand the server URLhttps://mcp.agent.writesonic.com/mcp - Click Add, then Connect: you’ll be redirected to Writesonic to authorize access
- Sign in and approve the connection
- You’re ready to work with your Agents workspace
On a Team or Enterprise plan, only Owners can add custom connectors. See Organization Setup below.
Claude Desktop
Add the following to yourclaude_desktop_config.json:
Claude Code (CLI)
Run in your terminal:ChatGPT
Custom connectors in ChatGPT require Developer Mode.- Open Settings › Connectors (ChatGPT prompts you to enable Developer Mode if it isn’t already on)
- Click Create to open the new connector dialog
- Enter:
- Name:
Writesonic Agents - Description:
Writesonic Agents MCP - Server URL:
https://mcp.agent.writesonic.com/mcp - Authentication: OAuth (settings are discovered automatically once a valid URL is entered)
- Name:
- Accept the “custom MCP servers introduce risk” notice and click Create
- Click Connect and sign in to Writesonic via OAuth
Organization Setup
On Team, Enterprise, and ChatGPT Business/Enterprise plans, only Owners and Admins can add custom connectors. Setting one up at the organization level only makes Writesonic Agents available to your team, it does not connect anyone automatically.Each member still connects and authorizes individually, signing in through OAuth with their own Writesonic account, before they can use the tools.
Claude (Owners & Primary Owners)
- Open Settings and go to Organization settings
- In the left sidebar under Libraries, select Connectors
- In the top-right, click the Add dropdown and choose Custom
- Enter:
- Name:
Writesonic Agents - Remote MCP server URL:
https://mcp.agent.writesonic.com/mcp
- Name:
- Leave the OAuth Client ID and OAuth Client Secret fields (under Advanced settings) blank, authorization is handled automatically
- Click Add: Writesonic Agents now appears in your organization’s connector list
ChatGPT (Workspace Owners & Admins)
Custom connectors require Developer Mode. If it isn’t on, ChatGPT prompts you to enable it during this flow.- Open the ChatGPT admin panel and go to Apps
- Click Create (top-right) to open the New App dialog
- Fill in:
- Name:
Writesonic Agents - Description:
Writesonic Agents MCP - Connection: keep Server URL selected and enter
https://mcp.agent.writesonic.com/mcp - Authentication: leave as OAuth
- Name:
- Read the risk notice and tick “I understand and want to continue”
- Click Create: the app is created as a draft (shown with a DEV label)
- On the draft, click Publish, work through both risk reviews until they show Reviewed, then click Publish again
- Writesonic Agents moves into your Enabled apps list
Authentication
The Agents MCP server uses OAuth 2.0. When you first connect:- Your client redirects you to the Writesonic login page
- Sign in with your Writesonic credentials
- Authorize the integration to access your Agents workspace
- You’re redirected back, the session is now active
Prefer static credentials for a backend integration? Use the Agents REST API with an
X-API-Key header instead of MCP + OAuth.Verifying the Connection
After setup, try this prompt:“List my Writesonic Agents projects”The assistant should call the
whoami tool and return your project list. If this works, you’re all set.
FAQ
Do I need a paid plan?
Do I need a paid plan?
You need an account with Agents access, which is in beta and limited to selected enterprise and agency accounts. Request access through your account manager.
What's the difference from the GEO MCP server?
What's the difference from the GEO MCP server?
The GEO MCP (
mcp.writesonic.com) answers questions about your AI-search visibility data. The Agents MCP (mcp.agent.writesonic.com/mcp) operates your Agents workspace: tasks, playbooks, grids, knowledge, and content intelligence. You can connect both.Does adding the connector for my organization connect everyone automatically?
Does adding the connector for my organization connect everyone automatically?
No. Organization setup only makes it available. Each member still connects and authorizes individually via OAuth with their own account.
Authentication failed or redirect loop
Authentication failed or redirect loop
- Confirm your account has Agents access
- Disconnect and reconnect the connector
- Clear browser cookies for writesonic.com and retry
No projects found
No projects found
Verify you have at least one project in your Agents workspace.
whoami returns projects only for your active workspace.Tools not appearing
Tools not appearing
- In Claude Desktop, restart the app after editing
claude_desktop_config.json - In Claude Code, run
claude mcp listto verify the server is registered