Testomatio MCP Server
@testomatio
关于 Testomatio MCP Server
MCP server or Testomat.io
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"testomatio": {
"command": "npx",
"args": [
"@testomatio/mcp",
"--token",
"testomat_YOUR_TOKEN_HERE",
"--project",
"YOUR_PROJECT_ID"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Testomatio MCP Server?
Testomatio MCP Server is a Model Context Protocol (MCP) server that integrates Testomatio's API with AI assistants like Cursor. It allows users to query and manage test projects, test runs, test plans, and automated tests through natural language conversations.
How to use Testomatio MCP Server?
Install globally via npm install -g @testomatio/mcp or run directly with npx @testomatio/mcp --token <your-token> --project <project-id>. Configuration can also be provided through environment variables (TESTOMATIO_API_TOKEN, TESTOMATIO_BASE_URL). For use with Cursor, add a JSON entry to your Cursor MCP settings specifying the command and arguments.
Key features of Testomatio MCP Server
- MCP-compatible tool interface for AI assistants
- Supports all major Testomatio API endpoints
- Runs on Node.js 18 or higher
- Configure via CLI arguments or environment variables
- Semantic XML formatting for structured responses
- Optional custom base URL for self-hosted instances
Use cases of Testomatio MCP Server
- AI assistant queries test details, suites, and runs in a Testomatio project
- Developers get test plans and automated test results without leaving the editor
- QA engineers manage test cases through natural language in Cursor
- Retrieve automated tests filtered by tags (e.g.,
@smoke)
FAQ from Testomatio MCP Server
What API token is required?
A valid Testomatio General API token starting with testomat_. It can be created in the user tokens page at https://app.testomat.io/account/access_tokens.
Where can I find my project ID?
The project ID appears in the URL when viewing your project on Testomatio: https://app.testomat.io/projects/YOUR_PROJECT_ID.
What are the runtime requirements?
Node.js 18 or higher with built-in fetch support. No additional dependencies are required.
How can I debug connection issues?
Set the DEBUG=* environment variable when starting the server to see detailed logs. Check internet connectivity, firewall rules, and token permissions.
Is there support for self-hosted Testomatio instances?
Yes. Use the --base-url flag or TESTOMATIO_BASE_URL environment variable to point to your custom instance.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
ghidraMCP
LaurieWiredMCP Server for Ghidra
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
评论