Testomatio MCP Server
@testomatio
About Testomatio MCP Server
MCP server or Testomat.io
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"testomatio": {
"command": "npx",
"args": [
"@testomatio/mcp",
"--token",
"testomat_YOUR_TOKEN_HERE",
"--project",
"YOUR_PROJECT_ID"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ghidraMCP
LaurieWiredMCP Server for Ghidra
Nginx UI
0xJackyYet another WebUI for Nginx
Comments