Celoxis Connector for AI agents.
12 live capabilities
Manage your project portfolio and resource allocation with real-time data.
Waiting for input…
Why people use Celoxis
Celoxis PPM Data: Stop Digging Through Nested Folders
This Connector cuts that out. You can just ask your agent to summarize the status of a specific portfolio or flag issues that need your attention. It pulls the data directly from Celoxis, so you get a single, accurate answer without the manual heavy lifting.
What Vinkius changes
You get a conversational interface for your entire project portfolio without leaving your chat window.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Identifying blocked milestones
A PMO lead asks the agent to find all projects with delayed milestones and list the specific items using list_issues.
- Real-world use case 02
Auditing billable hours
A controller asks the agent to compare the total time logged for a project against the budget using list_time_entries.
- Real-world use case 03
Resource planning
An ops manager asks the agent to show which team members are over-allocated on high-priority tasks using list_tasks.
Complete set · 12capabilities
The complete Celoxis capability set.
These are the exact actions your AI can choose when you ask it to work with Celoxis.
01—04
4 capabilities in this set.
Part of 12 available through Celoxis.
- 01 Capability
List projects
View all top-level project portfolio items. This helps you get a quick overview of names, IDs, and status.
- 02 Capability
Get project
Retrieve the complete properties for a specific project using its ID. Use this to see deep details on a single project.
- 03 Capability
List portfolios
View strategic global portfolios and their child project aggregates. Use this to see the high-level view of all work.
- 04 Capability
List milestones
See the absolute phase delivery dates within your WBS. This helps you track key dates and deadlines.
05—08
4 capabilities in this set.
Part of 12 available through Celoxis.
- 05 Capability
List approvals
Check which timesheets and expenses are waiting for clearance. Use this to clear up bottlenecks in your workflow.
- 06 Capability
List tasks
Pull the Work Breakdown Structure for a project to see specific deliverables. This helps you track individual task progress.
- 07 Capability
List resources
See who's assigned to what and how your team is allocated. Use this to manage your organization's human resources.
- 08 Capability
List time entries
Pull logged hours against tasks for accounting and billing. This helps you audit time spent on specific deliverables.
09—12
4 capabilities in this set.
Part of 12 available through Celoxis.
- 09 Capability
List issues
Find blocked items and workflow problems across your projects. Use this to identify what's slowing down your team.
- 10 Capability
List risks
View the organizational risk matrix and graded severity impacts. This helps you prioritize the most critical problems.
- 11 Capability
List expenses
See billable and non-billable costs mapped to specific tasks. Use this to monitor your project spending.
- 12 Capability
List clients
Get a list of CRM clients linked to your various portfolios. This helps connect your customer base to your project work.
Set up in minutes
One URL. Then ask Celoxis to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Celoxis 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_E9z7w0G8hlBaCIzI2R6gsj984tK5pNi2O1kiB1TT/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 Celoxis, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Celoxis for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_E9z7w0G8hlBaCIzI2R6gsj984tK5pNi2O1kiB1TT/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 Celoxis URL.
- Step 03
Save and start
Save the connection and enable Celoxis in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"celoxis": {
"url": "https://edge.vinkius.com/vk_preview_E9z7w0G8hlBaCIzI2R6gsj984tK5pNi2O1kiB1TT/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 Celoxis
Open Agent mode in chat and ask: "Using Celoxis, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"celoxis": {
"url": "https://edge.vinkius.com/vk_preview_E9z7w0G8hlBaCIzI2R6gsj984tK5pNi2O1kiB1TT/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 Celoxis
Ask Copilot: "Using Celoxis, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"celoxis": {
"url": "https://edge.vinkius.com/vk_preview_E9z7w0G8hlBaCIzI2R6gsj984tK5pNi2O1kiB1TT/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 Celoxis
Open Cascade and ask: "Using Celoxis, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"celoxis": {
"url": "https://edge.vinkius.com/vk_preview_E9z7w0G8hlBaCIzI2R6gsj984tK5pNi2O1kiB1TT/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 Celoxis
Ask Cline: "Using Celoxis, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add celoxis --transport http "https://edge.vinkius.com/vk_preview_E9z7w0G8hlBaCIzI2R6gsj984tK5pNi2O1kiB1TT/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 Celoxis
Ask Claude: "Using Celoxis, show me...". 12 tools are ready
Where the request belongs
Work Celoxis can move forward.
Project managers who are tired of manual reporting and financial controllers who need to spot billable gaps instantly.
PMO Lead
Checks for delayed milestones across multiple accounts on a Tuesday afternoon.
Financial Controller
Verifies timesheet accuracy against CRM portfolios to ensure correct billing.
Executive Operations
Pulls high-level portfolio summaries to prepare for board meetings.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsProjectManager
Automate project planning and tracking via ProjectManager. manage projects, tasks, and timesheets directly from any AI agent.
AdaptiveWork (Clarizen)
Enterprise project management. manage projects, tasks, resources, and portfolios via AI.
Productive
Manage your entire agency workflow via Productive. fetch budgets, analyze time entries, track deals, and monitor project health directly from any AI agent.
Float
Manage team scheduling, project allocations, and time off via AI agents with Float.
Forecast
Manage AI-powered project resources via Forecast. track projects and tasks, handle team availability, and monitor milestones directly from any AI agent.
ONES
Enterprise R&D project management platform. manage tasks, projects, and workflows via AI.
Bring your own AI
Change the model, client or framework. Keep Celoxis 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 Celoxis.
The practical details behind the request, access and result.
Can the Celoxis MCP help me track my team's billable hours?
Yes, it pulls logged time entries against tasks for accurate accounting. You can ask your agent to summarize these hours for specific projects or team members.
How does the Celoxis MCP handle project risks?
It accesses your organizational risk matrix to identify issues. Your agent can then report on high-severity risks and their impact on your deliverables.
Can I use the Celoxis MCP to see who's working on what?
Yes, it lists all working resources and their current allocations. You can ask your agent to check who is assigned to specific project tasks.
Will the Celoxis MCP show me pending approvals?
It identifies pending and cleared approvals over timesheets and expenses. This helps you quickly find and clear bottlenecks in your workflow.
Can I see my project's work breakdown structure?
Yes, the Connector pulls the Work Breakdown Structure (WBS) for active projects. This allows your agent to see specific deliverables and task nodes.
Does the Celoxis MCP support budget tracking?
It pulls both billable and non-billable expenses mapped to your tasks. You can use your agent to audit these costs against your project goals.
Can the AI agent track active project milestones and timeline risks?
Yes. The agent uses the explicit milestones and risks endpoints to provide real-time updates on deliverable health, letting you manage complex Portfolio lifecycles entirely through natural language commands without sifting through gantt charts.
Does it map team hours and billable expenses internally?
Absolutely. Using the resources, time entries, and expenses capabilities, the agent accurately links organizational workers, the exact time they logged natively, and their costs—directly mapping them onto specific project ledgers on the fly.
Can the agent query custom issues and complex gating approvals?
Yes. The integration pulls mapped states of blocking issues and traces routing limits for approvals over timesheets or expenses, granting you full observability into administrative constraints without opening the Celoxis interface.
One connection away
Give your agent a direct line to Celoxis.
Connect Celoxis once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available