mcp-cucumberstudio
Documentation
CucumberStudio MCP Server
This project implements a Model Context Protocol (MCP) server for CucumberStudio API. It provides context from the CucumberStudio platform to AI-powered applications, enabling various AI operations to be performed with CucumberStudio data.
Overview
The Model Context Protocol server enables AI assistants to:
1. Fetch data from CucumberStudio API
2. Provide context about CucumberStudio projects, features, scenarios, and other resources
3. Enable AI to generate and modify test scenarios, features, and other CucumberStudio resources
Setup
Prerequisites
- Node.js (v18+)
- npm or yarn
- CucumberStudio API token
Installation
1. Clone this repository
2. Install dependencies:
npm installor
yarn install3. Create a `.env` file in the root directory with the following content:
CUCUMBER_STUDIO_API_TOKEN=your_api_token_here
PORT=3000Running the Server
To start the server:
npm startor
yarn startAPI Endpoints
The MCP server exposes the following endpoints:
- `GET /context`: Fetch context from CucumberStudio
- `POST /apply`: Apply changes to CucumberStudio resources
- `GET /schema`: Get the schema for the MCP server
Implementation Details
This MCP server follows the Model Context Protocol specification and integrates with the CucumberStudio API available at https://studio-api.cucumberstudio.com/.
License
MIT
Frequently asked questions
What is mcp-cucumberstudio?
mcp-cucumberstudio is a Model Context Protocol (MCP) server listed in the TrackMCP directory.
How do I install mcp-cucumberstudio?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-cucumberstudio open source?
Yes — it is hosted on GitHub at https://github.com/rizaqpratama/mcp-cucumberstudio.
Related MCP tools
Adb-mcp is a proof of concept project to enabled AI control of Adobe tools (Adobe Photoshop and Adobe Premiere) by providing an interface to LLMs via the MCP...
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others. Built for the Model Context Protocol to enhance AI capabiliti
Fay是一个帮助数字人(2.5d、3d、移动、pc、网页)或大语言模型(openai兼容、deepseek)连通业务系统的mcp框架。 JavaScript-based implementation. Trusted by 12000+ developers.
CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. JavaScript-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP