Endpoint:
https://mcp.projectcor.com/mcp- Ask about your pending tasks and get an instant overview
- Create and update projects and tasks with full detail
- Log worked hours on tasks for yourself or your team
- Post messages and @mention teammates directly in task threads
- Browse team members, clients, and project statuses
- Assign labels, collaborators, and attachments to tasks
- Get direct links to any project, task, or client in COR
Features
Project Management
Project Management
- List projects with filters by name, client, project manager, status, health, work order, and date range
- Get project details including budget, profitability, logged hours, and billing info
- Create projects with name, client, PM, estimated time, dates, and billing settings
- Update projects — change status, archive, reassign PM, update budget
Task Management
Task Management
- Search tasks across your organization with powerful filters: project, client, status, text search, date ranges, labels, and archived state
- Get my pending tasks — instant view of all active tasks assigned to you
- Get task details including description, collaborators, subtask hierarchy, and attachments count
- Create tasks with title, project, description (HTML), deadline, priority, estimated hours, and subtask nesting
- Update tasks — change any field without affecting others (partial update)
- Manage collaborators — view and assign team members to tasks
- Manage labels — assign and remove labels/tags on tasks
Communication
Communication
- Post messages on task threads with support for @mentions — your AI assistant builds the proper mention markup automatically
Time Tracking
Time Tracking
- Log worked hours on any task with date, duration, and optional description
- Search time entries with filters by user, project, client, date range, and approval status — includes totals per query
Team
Team
- Get your profile — name, email, role, position, and remaining hours
- List users in your organization with optional filters
- Get user details by ID — role, position, daily hours, labels
Attachments
Attachments
- Add attachments to tasks from Google Drive, Dropbox, or OneDrive
- List attachments for any task with file details and source
Reference
Reference
- List available labels by model (task, project, or user)
- Get direct URLs to any task, project, or client — open in browser instantly
Setup
The COR MCP Server supports Streamable HTTP transport and uses OAuth 2.0 with dynamic client registration for authentication. Connect any compatible MCP client using:mcp-remote as a bridge.
- Claude.ai
- Claude Desktop
- Claude Code
- Cursor
- VS Code
- Windsurf
- Zed
- Others
Visit claude.ai/connectors
Go to claude.ai/connectors and find COR in the directory.
Authentication
The COR MCP Server uses OAuth 2.0 authorization code flow. You will need:- An active COR account at cor.works
- Any role (Collaborator, Project Manager, Director, or C-Level)
Authorize
COR asks you to authorize the server to access your workspace. Review the permissions and approve.
Data access: The server accesses your COR workspace on your behalf using your credentials. It can only perform actions that your COR role permits. No data is stored or shared outside of your COR account and the active session.
Examples
Check my pending tasks
Check my pending tasks
User prompt:
“What are my pending tasks this week?”What happens:
- The connector calls
cor_get_my_pending_tasksfiltered to active (non-archived), non-finished tasks assigned to you - Results are filtered to show tasks with a start or deadline in the current week
- Returns task titles, statuses, priorities, deadlines, and project names
Create a task
Create a task
User prompt:
“Create a task called ‘Write release notes for v2.1’ in the Product Updates project with high priority and deadline March 25”What happens:
- The connector searches for the “Product Updates” project using
cor_list_projects - Calls
cor_create_taskwith the title, project ID, priority 2 (High), and deadline 2026-03-25 - Returns confirmation with the new task ID and a direct link
Log worked hours
Log worked hours
User prompt:
“Log 2.5 hours on the ‘API Integration’ task for today”What happens:
- The connector searches for the task using
cor_list_taskswith text search - Calls
cor_log_timewith task ID, duration 2.5 hours, and today’s date - The entry is created with
origin: MCP_CONNECTORfor traceability - Returns the time entry confirmation
Review project status and profitability
Review project status and profitability
User prompt:
“Give me a summary of the Marketing Campaign 2026 project — status, health, and how we’re doing on profitability”What happens:
- The connector searches for the project using
cor_list_projectswith name filter - Calls
cor_get_projectto retrieve full details including budget, logged hours, and profitability metrics - Returns a structured summary
Post a message and mention a teammate
Post a message and mention a teammate
User prompt:
“Post a message on the ‘Budget Review’ task saying the updated spreadsheet is ready for review, and mention Maria Lopez”What happens:
- The connector searches for the task and looks up Maria Lopez’s user details using
cor_list_users - Calls
cor_post_task_messagewith the message text and mention data - The message is posted with proper
@mentionmarkup so Maria receives a notification in COR
Reference values
Task status
| Value | Meaning |
|---|---|
nueva | New (not started) |
en_proceso | In progress |
estancada | Stalled / blocked |
finalizada | Completed |
Task priority
| Value | Label |
|---|---|
0 | Low |
1 | Medium |
2 | High |
3 | Urgent |
Project status
| Value | Meaning |
|---|---|
in_process | Active |
finished | Completed |
suspended | On hold |
Project health
| Value | Label |
|---|---|
1 | On track |
2 | At risk |
3 | Delayed |
4 | Critical |
Support
For connector-specific issues, open a ticket via the Help Center or email help@projectcor.com with “MCP Connector” in the subject line.Privacy Policy: projectcor.com/cor-privacy-and-personal-data — The server accesses your COR workspace on your behalf and does not store, share, or sell your data outside of your COR account and the active session.

