TAPD Connector for AI agents.
10 live capabilities
Manage agile stories, bugs, and sprint iterations through natural conversation.
Waiting for input…
Why people use TAPD
Stop wasting time on manual TAPD data entry and backlog updates
With this Connector, you just tell your agent to log a bug or list the stories for the current sprint. It pulls the data and gives you the summary instantly. You get a conversational workflow that lets you stay in your flow state.
What Vinkius changes
You get a conversational interface for your entire agile development lifecycle.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Backlog Grooming
A product manager asks the agent to list all stories in a workspace to identify which ones need more detail before the next sprint.
- Real-world use case 02
Rapid Bug Reporting
A QA engineer describes a crash and asks the agent to use create_bug to log it immediately for the dev team.
- Real-world use case 03
Sprint Planning
An agile coach asks for a list of iterations to see if the team is on track for the Q4 milestone.
Complete set · 10capabilities
The complete TAPD capability set.
These are the exact actions your AI can choose when you ask it to work with TAPD.
01—04
4 capabilities in this set.
Part of 10 available through TAPD.
- 01 Capability
Create bug
Create a new bug report to track defects and issues. This lets you log problems as soon as they occur for the dev team.
- 02 Capability
Create story
Create a new story with a specific title and description for your roadmap. This helps you add requirements without leaving your chat.
- 03 Capability
Create task
Add a new task to a workspace to organize daily development activities. Use this to break down stories into actionable items.
- 04 Capability
Get workspace
Pull detailed information about your specific development environment. This gives your agent the context it needs to help you.
05—07
3 capabilities in this set.
Part of 10 available through TAPD.
- 05 Capability
List bugs
See all bugs in a workspace to keep your quality assurance process moving. It helps you quickly identify what needs fixing.
- 06 Capability
List iterations
Browse workspace iterations to track project milestones and delivery schedules. Use this to see where your team stands on the sprint.
- 07 Capability
List members
View all workspace members to manage assignments and collaboration. This makes it easy to see who is available for work.
08—10
3 capabilities in this set.
Part of 10 available through TAPD.
- 08 Capability
List stories
List all stories in a workspace to see your current requirements. Use this to audit your backlog during planning.
- 09 Capability
List tasks
View all tasks in a workspace to stay on top of daily activities. This provides a snapshot of what needs to be finished today.
- 10 Capability
List workspaces
List all accessible workspaces to see your various projects. This helps you switch between different development environments quickly.
Set up in minutes
One URL. Then ask TAPD to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use TAPD 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_zGinuAQffcsKEcYGQawYgtP79rUfbpCuWRkgAgun/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 TAPD, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable TAPD for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_zGinuAQffcsKEcYGQawYgtP79rUfbpCuWRkgAgun/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 TAPD URL.
- Step 03
Save and start
Save the connection and enable TAPD in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"tapd": {
"url": "https://edge.vinkius.com/vk_preview_zGinuAQffcsKEcYGQawYgtP79rUfbpCuWRkgAgun/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 TAPD
Open Agent mode in chat and ask: "Using TAPD, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"tapd": {
"url": "https://edge.vinkius.com/vk_preview_zGinuAQffcsKEcYGQawYgtP79rUfbpCuWRkgAgun/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 TAPD
Ask Copilot: "Using TAPD, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"tapd": {
"url": "https://edge.vinkius.com/vk_preview_zGinuAQffcsKEcYGQawYgtP79rUfbpCuWRkgAgun/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 TAPD
Open Cascade and ask: "Using TAPD, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"tapd": {
"url": "https://edge.vinkius.com/vk_preview_zGinuAQffcsKEcYGQawYgtP79rUfbpCuWRkgAgun/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 TAPD
Ask Cline: "Using TAPD, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add tapd --transport http "https://edge.vinkius.com/vk_preview_zGinuAQffcsKEcYGQawYgtP79rUfbpCuWRkgAgun/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 TAPD
Ask Claude: "Using TAPD, show me...". 10 tools are ready
Where the request belongs
Work TAPD can move forward.
For product managers tired of manual backlog grooming, engineers who hate context switching to update tasks, and QA leads who need to report bugs faster.
Product Manager
Audits backlogs and monitors sprint progress via natural language to keep the roadmap moving.
Software Engineer
Updates bug statuses and manages daily tasks directly from their AI workspace.
QA Engineer
Reports defects and tracks resolutions across multiple projects without manual form filling.
Agile Coach
Oversees multiple team workflows and organizational structures through a unified interface.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsYodiz
Manage user stories, sprints, bugs, and epics on Yodiz. the all-in-one agile project management and issue tracking capability.
Targetprocess
Connect your AI to Apptio Targetprocess. Agile portfolio management natively from the terminal: track user stories, active bugs, and sprint iterations seamlessly.
Pivotal Tracker
Manage agile projects via Pivotal Tracker. list stories, track epics, and update tasks directly from any AI agent.
Linear (Issue Tracking & PM)
Manage product development via Linear. track issues, monitor sprint cycles, and audit team projects.
VivifyScrum
Manage agile projects with Scrum and Kanban boards, sprint planning, and backlog grooming for software development teams.
PingCode
Agile project management and R&D collaboration platform. manage work items, sprints, and wiki pages via AI.
Bring your own AI
Change the model, client or framework. Keep TAPD 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 TAPD.
The practical details behind the request, access and result.
Can I use TAPD MCP to manage my team's stories?
Yes, you can use it to create and list stories directly through your agent. This lets you groom your backlog and organize requirements without ever opening a browser tab.
Does TAPD MCP work with Jira?
No, this Connector is specifically built for the TAPD platform by Tencent. If you use Jira, you will need a different connector.
Can I report bugs using the TAPD MCP?
Yes, you can use it to create new bug reports and list existing ones. It helps your QA team keep the defect pipeline moving quickly.
How do I see who is assigned to what in TAPD?
You can ask your agent to list workspace members or tasks. It will pull that information from your workspace so you can see the team's current workload.
Can this help with sprint planning?
Yes, you can use it to browse iterations and monitor project milestones. It gives you a clear view of your delivery schedule through a simple conversation.
Is TAPD MCP good for product managers?
It is built for them. It helps track requirements, audit backlogs, and monitor progress without the usual administrative friction.
How do I find my TAPD API User and Password?
Log in to TAPD, go to Company Management (公司管理) → Open Integration (开放集成) → API Account Management (API 账号管理), and generate your credentials there.
Can I report bugs directly through the agent?
Yes. Use the create_bug capability. You will need to provide the workspace ID and a title. You can also add a detailed description with reproduction steps for your developers.
What is a 'Story' in TAPD?
In TAPD, a Story represents a product requirement or feature. You can manage these using the list_stories and create_story capabilities to keep your product backlog organized.
One connection away
Give your agent a direct line to TAPD.
Connect TAPD once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available