Connect your AI
Connect Claude or any MCP client to plotwins and delegate the busywork: it reads your projects, creates tasks with the same shortcuts you type, and checks work off for you. Every change lands on the matrix, already prioritized.
Connector URL
https://plotwins.com/mcpCopy the plotwins connector URL
You will paste this URL into Claude in the next step.
Open your connector settings
In Claude, go to Settings → Connectors and choose Add custom connector.
Open Claude settingsConnect and grant access
Click Add, then Connect, and sign in with your plotwins account. Set the permission to Always allow. Once connected, ask Claude to organize your plotwins tasks.
Copy the plotwins connector URL
You will paste this URL into ChatGPT in the next step.
Open your connector settings
In ChatGPT, go to Settings → Connectors and choose Add custom connector.
Open ChatGPT settingsConnect and grant access
Click Add, then Connect, and sign in with your plotwins account. Set the permission to Always allow. Once connected, ask ChatGPT to organize your plotwins tasks.
- Create an access token in your profile's MCP tab. Open Settings
- Add plotwins to your Cursor MCP settings, token in the Authorization header:
{
"mcpServers": {
"plotwins": {
"url": "https://plotwins.com/mcp",
"headers": { "Authorization": "Bearer YOUR_TOKEN" }
}
}
}- Create an access token in your profile's MCP tab. Open Settings
- Run this in your terminal, with the token you just created:
claude mcp add --transport http plotwins https://plotwins.com/mcp \
--header "Authorization: Bearer YOUR_TOKEN"Point it at the connector URL over streamable HTTP. OAuth clients discover the login on their own; the rest send a token as a bearer in the Authorization header.
What your agent can do
- See your projects and everything open, filtered by horizon
- Create tasks with position, horizon, labels, people and subtasks in one call
- Reprioritize by moving impact and effort
- Assign work and check subtasks off
- Complete tasks, with the same guardrails the app enforces
Your agent acts as you and sees only your projects. Revoke its access in Settings whenever you want.