CucumberStudio MCP Server

Fetch and manipulate CucumberStudio data seamlessly with AI. Enable your applications to generate and modify test scenarios and features using the CucumberStudio API. Enhance your AI capabilities by integrating with CucumberStudio's rich context and resources.

Installation

Installing for Claude Desktop

Manual Configuration Required

This MCP server requires manual configuration. Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

This will open your configuration file where you can add the CucumberStudio MCP Server MCP server manually.

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 install
    
    or
    yarn install
    
  3. Create a .env file 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 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

Share:
Details:
  • Stars


    0
  • Forks


    1
  • Last commit


    4 months ago
  • Repository age


    4 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to CucumberStudio MCP Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit