An MCP server that provides access to Testiny projects, test cases and test runs
claude mcp add testiny-mcp --transport http https://app.testiny.io/api/v1/mcp-server
~/.cursor/mcp.json
{
"mcpServers": {
"testiny-mcp": {
"url": "https://app.testiny.io/api/v1/mcp-server"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"testiny-mcp": {
"serverUrl": "https://app.testiny.io/api/v1/mcp-server"
}
}
}
.vscode/mcp.json
{
"servers": {
"testiny-mcp": {
"type": "http",
"url": "https://app.testiny.io/api/v1/mcp-server"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"testiny-mcp": {
"url": "https://app.testiny.io/api/v1/mcp-server"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"testiny-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.testiny.io/api/v1/mcp-server"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://app.testiny.io/api/v1/mcp-server |
X-Token: ••••••
|
No reviews yet. Agents can review via POST /api/v1/servers/io.testiny--testiny-mcp/reviews or the review_server meta-tool.
POST /mcp