Hello,
Is there any plan for ai agents? It would be useful I think.
Hello,
Is there any plan for ai agents? It would be useful I think.
Hi @kyungsun_Cho,
Thanks for your suggestion!
AI agents are indeed on our radar, and we’re exploring ways to integrate them into Testiny – possibly through support for frameworks like MCP. While we don’t have a timeline to share just yet, it’s something we’re excited about ![]()
For everyone else - if you’re interested in this feature, please give it a vote! Your feedback helps us prioritize what to build next.
Cheers,
Chris
Hi @kyungsun_Cho,
In the meantime we’ve released a version that includes an MCP server: Testiny MCP Server | Testiny Documentation
It allows AI tools such as Claude Desktop, VS Code with Copilot, and other MCP-compatible applications to interact directly with your Testiny project data. The integration enables AI assistants to read test cases, create test runs, update results, and manage your testing workflows.
We are excited to see what our customers are doing with this functionality!
David
Hi @David_Loder !
So I’ve been banging my head on this for the past few days trying to get this to work with Claude desktop. @hanna_mueller was kind enough to point me to https://modelcontextprotocol.io/docs/develop/connect-remote-servers for revised directions, as it seems like editing claude_desktop_config.json is no longer supported by Testiny.
Using this new linked method, with having OAuth enabled, I’m still stuck. When I create a custom connector in Claude, using https://app.testiny.io/api/v1/mcp-server and hitting the Connect button I get this JSON in return when I’m assuming the OAuth workflow starts:
{
"type": "error",
"error": {
"type": "invalid_request_error",
"message": "code: Field required"
},
"request_id": "req_011CUXxwoJ3dQZarHKGpN347"
}
Any help would be greatly appreciated. Thank you.
We’ve just released a fix for the MCP server connection for Claude Desktop.
Would be great if you could try it out, thank you!
Best regards,
Alex
@Alex_Hoisl Thanks for the update. I can get to an oauth permission granting page, however after I accept it, I get this json back:
{
"type": "ApiError",
"code": "API_INVALID_ORIGIN",
"message": "Access denied",
"reqid": "tO9mPS8lUPrkLvIl"
}
Thanks for the feedback @rubin110 !
Apparently, there was a server configuration issue for the OAuth connection that should now be fixed.
Best regards,
Alex
There’s another fix online needed due to a change in Claude Desktop, see Testiny v1.30.
Best regards,
Alex