QA Studio MCP Server
Enables interaction with QA Studio test management platform directly from Claude, allowing users to manage projects, create test runs, view test results, create test cases, and submit manual test results through natural language.
README
QA Studio MCP Server
MCP (Model Context Protocol) server for QA Studio - interact with your test management platform directly from Claude.
Features
This MCP server exposes QA Studio's API as MCP tools, allowing you to:
- 📋 List and search projects
- 🚀 Create and manage test runs
- ✅ View test results and execution history
- 📝 Create test cases
- 📊 Submit test results (manual testing)
Installation
Option 1: NPM Package (Recommended)
npx @qastudio-dev/mcp-server
Or install globally:
npm install -g @qastudio-dev/mcp-server
Option 2: Local Development
For local development or if the package isn't published yet:
git clone https://github.com/QAStudio-Dev/mcp-server.git
cd mcp-server
npm install
npm run build
Configuration
Claude Desktop
Add to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
For published package (after publishing to npm):
{
"mcpServers": {
"qastudio": {
"command": "npx",
"args": ["-y", "@qastudio-dev/mcp-server"],
"env": {
"QA_STUDIO_API_URL": "https://qastudio.dev/api",
"QA_STUDIO_API_KEY": "your-api-key-here"
}
}
}
}
For local development (before publishing):
{
"mcpServers": {
"qastudio": {
"command": "node",
"args": ["/absolute/path/to/qastudio-mcp/dist/index.js"],
"env": {
"QA_STUDIO_API_URL": "https://qastudio.dev/api",
"QA_STUDIO_API_KEY": "your-api-key-here"
}
}
}
}
Note: Replace
/absolute/path/to/qastudio-mcpwith the actual path to your local repository.
Environment Variables
QA_STUDIO_API_URL- Base URL for your QA Studio API (default:http://localhost:3000/api)QA_STUDIO_API_KEY- Your QA Studio API key (required)
Usage
Once configured, you can interact with QA Studio directly from Claude:
Examples
List projects:
Show me all projects in QA Studio
Create a test run:
Create a new test run for project ABC123 called "Sprint 45 Regression" in the staging environment
View test results:
Show me the test results for project ABC123, test run XYZ789
Create a test case:
Create a high priority functional test case for project ABC123:
Title: "Verify user login with valid credentials"
Steps:
1. Navigate to login page
2. Enter valid username and password
3. Click login button
Expected: User is redirected to dashboard
Submit test results:
Submit these manual test results for project ABC123, run XYZ789:
- "Login test" - passed
- "Registration test" - failed (Error: Email validation not working)
- "Logout test" - passed
Available Tools
list-projects
List all projects with optional search filtering.
Parameters:
search(optional): Search query to filter projects by name
create-test-run
Create a new test run for a project.
Parameters:
projectId(required): Project IDname(required): Test run nameenvironment(required): Environment (e.g., "production", "staging")description(optional): Test run descriptionmilestoneId(optional): Associated milestone ID
list-test-runs
List test runs for a project.
Parameters:
projectId(required): Project IDlimit(optional): Maximum results (default: 50)offset(optional): Pagination offset (default: 0)
get-test-run
Get detailed information about a specific test run.
Parameters:
projectId(required): Project IDtestRunId(required): Test run ID
get-test-results
Get test results for a specific test run.
Parameters:
projectId(required): Project IDtestRunId(required): Test run IDstatus(optional): Filter by status (passed, failed, skipped, blocked, retest, untested)
create-test-case
Create a new test case in a project.
Parameters:
projectId(required): Project IDtitle(required): Test case titledescription(optional): Detailed descriptionpriority(optional): CRITICAL, HIGH, MEDIUM, LOWtype(optional): FUNCTIONAL, REGRESSION, SMOKE, INTEGRATION, PERFORMANCE, SECURITY, UI, API, UNIT, E2EautomationStatus(optional): AUTOMATED, NOT_AUTOMATED, CANDIDATEsteps(optional): Array of test steps with action and expectedResult
submit-test-results
Submit test results for a test run (useful for manual testing).
Parameters:
projectId(required): Project IDtestRunId(required): Test run IDresults(required): Array of test results with title, status, duration, and optional error
Development
Local Development Setup
-
Clone and install dependencies:
git clone https://github.com/QAStudio-Dev/mcp-server.git cd mcp-server npm install -
Build the project:
npm run build -
Configure Claude Desktop for local development:
Edit your Claude Desktop config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Add this configuration (replace the path with your actual project path):
{ "mcpServers": { "qastudio": { "command": "node", "args": ["/Users/yourusername/path/to/qastudio-mcp/dist/index.js"], "env": { "QA_STUDIO_API_URL": "https://qastudio.dev/api", "QA_STUDIO_API_KEY": "your-api-key-here" } } } } - macOS:
-
Restart Claude Desktop to load the MCP server
-
Run tests:
# Run all tests npm test # Run tests in watch mode npm run test:watch # Run tests with UI npm run test:ui -
Watch mode for development:
# Automatically rebuild on file changes npm run devAfter making changes, restart Claude Desktop to reload the server.
Testing the Server Directly
You can test the MCP server independently (without Claude):
# Set environment variables
export QA_STUDIO_API_URL="https://qastudio.dev/api"
export QA_STUDIO_API_KEY="your-api-key"
# Run the server (it will listen on stdio)
node dist/index.js
API Key Setup
To create an API key in QA Studio:
- Log in to your QA Studio instance
- Navigate to Settings → API Keys
- Click "Create API Key"
- Give it a name (e.g., "Claude MCP Server")
- Copy the generated key and add it to your MCP configuration
Security
- Never commit your API key to version control
- Store API keys securely in environment variables or configuration files
- Use HTTPS for production QA Studio instances
- Rotate API keys regularly
License
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0) - see the LICENSE file for details.
What does AGPL-3.0 mean?
- You are free to use, modify, and distribute this software
- If you modify this software and run it on a server (including offering it as a service), you must make your modified source code available to users
- Any derivative work must also be licensed under AGPL-3.0
- This ensures that improvements to the software remain open source and benefit the community
For more information, see the full license text or visit GNU AGPL-3.0.
Links
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。