ProofHub Connector for AI agents.
10 live capabilities
Manage project tasks and team workflows directly from your chat interface.
Waiting for input…
Why people use ProofHub
ProofHub Project Management for Automated Status Tracking
This Connector changes that by making your project data accessible via your agent. Instead of hunting for info, you just ask your agent for the latest on a project. It pulls the data for you, giving you the answers you need in seconds without ever leaving your chat window.
What Vinkius changes
Your AI agent becomes a project management assistant that actually knows what's going on in ProofHub.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Instant Status Updates
A project manager asks 'What's the status of the website overhaul?
- Real-world use case 02
Quick Team Onboarding
A new hire asks 'Who is on the team?
- Real-world use case 03
Meeting Follow-ups
After a call, a lead says 'Create a task for the dev team to fix the login bug' and the agent adds it to the correct list using create_task.
Complete set · 10capabilities
The complete ProofHub capability set.
These are the exact actions your AI can choose when you ask it to work with ProofHub.
01—04
4 capabilities in this set.
Part of 10 available through ProofHub.
- 01 Capability
List projects
See every project in your ProofHub account at once. This helps you get an overview of all active work.
- 02 Capability
Get project
Get every detail for a specific project. This includes status, metadata, and other core project info.
- 03 Capability
List todolists
Find the correct list ID for your project. This is a necessary step before you can query or create specific tasks.
- 04 Capability
List tasks
See all tasks within a specific to-do list. Use this to check what's pending or completed.
05—07
3 capabilities in this set.
Part of 10 available through ProofHub.
- 05 Capability
Create task
Add a new task to a project list by providing the project and list IDs. This lets you update work items instantly.
- 06 Capability
List discussions
Read all the topics and conversations happening in a project. This keeps you in the loop on team feedback.
- 07 Capability
List files
See every file uploaded to a project for quick access to docs. This helps you find resources without digging through folders.
08—10
3 capabilities in this set.
Part of 10 available through ProofHub.
- 08 Capability
List timesheets
Pull all logged hours for a project to check team productivity. This helps you audit time spent on specific deliverables.
- 09 Capability
List people
Get a list of all team members currently in your ProofHub. This is useful for checking who is assigned to a project.
- 10 Capability
List notes
Find all notebooks and notes saved within a project. Use this to pull up shared documentation and project history.
Set up in minutes
One URL. Then ask ProofHub to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use ProofHub 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_NHakRDnW1E7PH48Ok9QlJqpS9ap91HfgQwbnyEiB/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 ProofHub, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable ProofHub for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_NHakRDnW1E7PH48Ok9QlJqpS9ap91HfgQwbnyEiB/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 ProofHub URL.
- Step 03
Save and start
Save the connection and enable ProofHub in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"proofhub": {
"url": "https://edge.vinkius.com/vk_preview_NHakRDnW1E7PH48Ok9QlJqpS9ap91HfgQwbnyEiB/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 ProofHub
Open Agent mode in chat and ask: "Using ProofHub, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"proofhub": {
"url": "https://edge.vinkius.com/vk_preview_NHakRDnW1E7PH48Ok9QlJqpS9ap91HfgQwbnyEiB/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 ProofHub
Ask Copilot: "Using ProofHub, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"proofhub": {
"url": "https://edge.vinkius.com/vk_preview_NHakRDnW1E7PH48Ok9QlJqpS9ap91HfgQwbnyEiB/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 ProofHub
Open Cascade and ask: "Using ProofHub, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"proofhub": {
"url": "https://edge.vinkius.com/vk_preview_NHakRDnW1E7PH48Ok9QlJqpS9ap91HfgQwbnyEiB/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 ProofHub
Ask Cline: "Using ProofHub, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add proofhub --transport http "https://edge.vinkius.com/vk_preview_NHakRDnW1E7PH48Ok9QlJqpS9ap91HfgQwbnyEiB/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 ProofHub
Ask Claude: "Using ProofHub, show me...". 10 tools are ready
Where the request belongs
Work ProofHub can move forward.
Project managers tired of manual status updates and team leads who need to see real-time progress without opening a dozen browser tabs.
Project Manager
Pulls task lists and project statuses during standups to keep everyone aligned without manual data entry.
Team Lead
Audits timesheets and checks team availability to balance workloads across multiple projects.
Operations Coordinator
Creates to-dos and updates project notes based on meeting notes in real-time.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsHive (Project Management)
Manage projects via Hive. create actions, track initiatives, and organize workspaces.
Tower
Lightweight project management and team collaboration platform. manage tasks, projects, and discussions via AI.
BasicOps
Centralize team communication with task management, document sharing, and project tracking designed for small business clarity.
Fibery
Connect your Fibery workspace to automate work management. query entities, create tasks, and manage comments directly from your AI agent.
Ziflow
Enterprise online proofing and content review platform to manage creative workflows with AI.
Sproof
Manage digital signatures, documents, and contacts on Sproof with AI agents.
Bring your own AI
Change the model, client or framework. Keep ProofHub 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 ProofHub.
The practical details behind the request, access and result.
Can the ProofHub MCP create tasks for my team?
Yes, it can add new tasks to your lists directly. You can ask your agent to create a task based on a conversation or a note, and it will appear in ProofHub instantly.
How do I use ProofHub MCP to check team hours?
The Connector pulls timesheet data so you can see how many hours have been logged on a project. It's a great way to audit productivity without opening the payroll or time-tracking tabs.
Does ProofHub MCP work with my current AI client?
Yes, it works with any MCP-compatible client like Claude, Cursor, or Windsurf. Once connected via Vinkius, your agent can access all your ProofHub data.
Can I see project files using ProofHub MCP?
Yes, it can list all files uploaded to a specific project. This allows your agent to help you find documentation or shared assets quickly.
How do I get my project status without opening ProofHub?
When you ask your agent for a project overview, it pulls the latest status and metadata from ProofHub. You get a summary in your chat instead of having to visit the website.
Can ProofHub MCP help with remote team collaboration?
Definitely. It allows your agent to read project discussions, notes, and team member lists, making it much easier to stay aligned with a remote team.
How do I connect my account?
Subscribe and provide two things: your ProofHub Domain (the 'mycompany' part of mycompany.proofhub.com) and your API Key. The API Key is somewhat hidden: log into ProofHub, click your profile picture in the bottom-left corner 5 times straight to reveal the 'API access' option, then generate or copy your key.
Can my agent create tasks directly?
Yes! Just tell your agent the project name (or ID), the to-do list, and the title of the task you want created. It will use the create_task capability to instantly drop that work item into the specified ProofHub list for your team to pick up.
How can I see what the team has been discussing?
Ask your agent to 'list discussions for project X'. It retrieves all recent discussion topics securely, allowing you to stay in the loop on project blockers, decisions, and brainstorming without opening multiple communication tabs.
Can this server pull files and notes?
Yes. Beyond tasks, the agent can query both list_files and list_notes for any given project ID. If someone uploaded project requirements or drafted meeting notes, your AI assistant can surface their metadata and context on demand.
One connection away
Give your agent a direct line to ProofHub.
Connect ProofHub once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available