ProjectManager Connector for AI agents.
11 live capabilities
Manage project tasks and team resources directly from your chat interface.
Waiting for input…
Why people use ProjectManager
ProjectManager for Project Management Task Tracking
This Connector puts everything in your chat. You just tell your agent what needs to happen, and it interacts with ProjectManager.com for you. You get a single point of contact for your entire project portfolio.
What Vinkius changes
You get a direct line to your project data without the manual clicking.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Tracking overdue tasks
A PM needs to see what is late.
- Real-world use case 02
Creating a new sprint
A lead wants to create a new sprint.
- Real-world use case 03
Checking team capacity
A manager asks "Who is available?
Complete set · 11capabilities
The complete ProjectManager capability set.
These are the exact actions your AI can choose when you ask it to work with ProjectManager.
01—04
4 capabilities in this set.
Part of 11 available through ProjectManager.
- 01 Capability
Create project
This capability creates a new project in your account. Use this to start a new initiative without opening the web app.
- 02 Capability
Create project task
This capability adds a new task to an existing project. This lets you quickly log work items from a conversation.
- 03 Capability
Get project details
This capability fetches the full status and metadata for a specific project. It helps you see the big picture of a project's health.
- 04 Capability
Get task details
This capability pulls specific details for a single task. Use this to see descriptions, assignees, and deadlines quickly.
05—08
4 capabilities in this set.
Part of 11 available through ProjectManager.
- 05 Capability
List dashboards
This capability lists all available dashboards in your account. This gives your agent a view of your high-level reporting.
- 06 Capability
List projects
This capability lists all projects in your ProjectManager account. It is the fastest way to see everything you are managing.
- 07 Capability
List team resources
This capability lists all team members and equipment. This helps you see who is free for the next assignment.
- 08 Capability
List tags
This capability lists all project tags. Use this to organize and categorize your projects by specific themes.
09—11
3 capabilities in this set.
Part of 11 available through ProjectManager.
- 09 Capability
List tasks
This capability lists all tasks, with optional project filtering. It is great for getting a bird's-eye view of your workload.
- 10 Capability
List timesheets
This capability lists all recorded timesheets. Use this to check project billing and team capacity at a glance.
- 11 Capability
Update task
This capability updates an existing task's details. This lets you change status or deadlines without manual edits.
Set up in minutes
One URL. Then ask ProjectManager to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use ProjectManager from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_9KFHUzXLaFty8dbT7OpiqAP3AlmKyz1gqwPkXK7i/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it ProjectManager, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable ProjectManager for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_9KFHUzXLaFty8dbT7OpiqAP3AlmKyz1gqwPkXK7i/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the ProjectManager URL.
- Step 03
Save and start
Save the connection and enable ProjectManager in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"projectmanager": {
"url": "https://edge.vinkius.com/vk_preview_9KFHUzXLaFty8dbT7OpiqAP3AlmKyz1gqwPkXK7i/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using ProjectManager
Open Agent mode in chat and ask: "Using ProjectManager, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"projectmanager": {
"url": "https://edge.vinkius.com/vk_preview_9KFHUzXLaFty8dbT7OpiqAP3AlmKyz1gqwPkXK7i/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using ProjectManager
Ask Copilot: "Using ProjectManager, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"projectmanager": {
"url": "https://edge.vinkius.com/vk_preview_9KFHUzXLaFty8dbT7OpiqAP3AlmKyz1gqwPkXK7i/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using ProjectManager
Open Cascade and ask: "Using ProjectManager, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"projectmanager": {
"url": "https://edge.vinkius.com/vk_preview_9KFHUzXLaFty8dbT7OpiqAP3AlmKyz1gqwPkXK7i/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using ProjectManager
Ask Cline: "Using ProjectManager, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add projectmanager --transport http "https://edge.vinkius.com/vk_preview_9KFHUzXLaFty8dbT7OpiqAP3AlmKyz1gqwPkXK7i/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using ProjectManager
Ask Claude: "Using ProjectManager, show me...". 11 tools are ready
Where the request belongs
Work ProjectManager can move forward.
Project managers who are tired of manual data entry and the constant loop of status update meetings. It is for the person responsible for keeping dozens of tasks moving across multiple teams.
Project Manager
Handles the day-to-day task creation and status updates for complex initiatives.
Operations Lead
Monitors team resources and capacity to balance workloads across the company.
Team Lead
Checks timesheets and project health to ensure every deadline is met on time.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsWorksection
Collaborative project management to manage tasks, projects, and timers with AI using Admin API v2.
Toggl Plan
Manage your team's visual timelines, track project phases, and balance workloads securely via your AI agent.
Odoo Project
Create projects, manage tasks, log timesheets. Odoo Project Management through natural conversation.
Float
Manage team scheduling, project allocations, and time off via AI agents with Float.
Celoxis
Empower your AI agents to manage complex portfolios, track project milestones, and analyze resource timesheets on Celoxis.
Workast
Manage projects, tasks, and team collaboration with AI directly in your workflow.
Bring your own AI
Change the model, client or framework. Keep ProjectManager connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about ProjectManager.
The practical details behind the request, access and result.
Can ProjectManager MCP manage my team's tasks?
Yes. You can use it to list, create, and update tasks for your entire team directly through your AI client.
How do I use ProjectManager MCP for resource planning?
It allows your agent to pull team resource lists and equipment data, making it easy to see who is available for new assignments.
Can I see my timesheets with ProjectManager MCP?
Yes. You can pull recorded timesheet history to check project billing and team capacity at a glance.
Does ProjectManager MCP support creating new projects?
Yes. You can tell your agent to create a new project, and it will handle the setup in your ProjectManager account automatically.
How does ProjectManager MCP help with project health?
It pulls detailed status metadata and project health information so you can get a summary of your progress without clicking through dashboards.
Can I update my tasks using ProjectManager MCP?
Yes. You can update task statuses, descriptions, and deadlines using plain language commands in your chat.
Can I list all my active projects using my AI agent?
Yes! Use the list_projects capability to retrieve a comprehensive list of all projects registered in your account.
One connection away
Give your agent a direct line to ProjectManager.
Connect ProjectManager once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available