Cascading MCP Tools provides a collection of MCP (Model Context Protocol) capabilities for Bitovi's Cascading AI Enablement. This service enables AI agents to work with design and project management tools through OAuth-authenticated integrations.
Key Capabilities:
- Jira Integration: Fetch issues, attachments, and images from Jira work items with full OAuth authentication
- Figma Integration: Access Figma designs, download images, and analyze screen layouts
- Combined Tools: Generate user stories from Figma designs and write them directly to Jira epics
- Multi-Provider OAuth: Seamless authentication flow supporting both Atlassian and Figma
- Session Management: Per-session MCP servers with dynamic tool registration based on user permissions
In your project, create a .vscode/mcp.json file
Click the Add Server... button:
Select the HTTP option:
Paste the following URL and hit enter: https://jira-mcp-auth-bridge.bitovi.com/mcp
Add bitovi-jira-mcp as the name and hit enter:
You can use the following JSON too if the Add Server button did not work for you:
{
"servers": {
"bitovi-jira-mcp": {
"url": "https://jira-mcp-auth-bridge.bitovi.com/mcp"
}
}
}This will kick off the authentication:
When complete, you should be able to set your copilot chat in Agent mode and ask the question:
MCP: what tools do I have available?
This should tell you you have the Jira MCP tool available:





