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:
- Fetch data from CucumberStudio API
- Provide context about CucumberStudio projects, features, scenarios, and other resources
- 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
- Clone this repository
- Install dependencies:
ornpm installyarn install - Create a
.envfile in the root directory with the following content:CUCUMBER_STUDIO_API_TOKEN=your_api_token_here PORT=3000
Running the Server
To start the server:
npm start
or
yarn start
API Endpoints
The MCP server exposes the following endpoints:
GET /context: Fetch context from CucumberStudioPOST /apply: Apply changes to CucumberStudio resourcesGET /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
CucumberStudio MCP Server
Project Details
- rizaqpratama/mcp-cucumberstudio
- Last Updated: 3/23/2025
Recomended MCP Servers
The registry mcp server updates your resume while you code
An MCP server that can manage terminal sessions
A Message Control Protocol (MCP) server that provides unified access to QuickBooks Time API functionality. Developed with AI...
A MCP server providing realistic browser-like HTTP request capabilities with accurate TLS/JA3/JA4 fingerprints for bypassing anti-bot measures. It...
TypeScript Model Context Protocol (MCP) server boilerplate providing search API tools/resources. Includes CLI support and extensible structure for...
The official Redis MCP Server is a natural language interface designed for agentic applications to manage and search...
A Model Context Protocol (MCP) integration that enables AI assistants to search for and control Home Assistant devices...
Stock and News MCP
A Model Context Protocol (MCP) service for retrieving image dimensions, supporting both URL and local file sources.
Model Context Protocol (MCP) server that provides weather information from Malaysia Government's Open API
ClickUp MCP Server - Integrate ClickUp task management with AI through Model Context Protocol
Strategic Intelligence System - Advanced OSINT with Darwin Gödel Machine evolution for dynamic password analysis





