MCP server for Testmo, it reads and writes test cases, repositories, runs, and results via Testmo's REST API, including native Shortcut/Jira/GitHub issue linking on cases.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"testmo-mcp-server": {
"command": "npx",
"args": [
"-y",
"PeterAbah1819/testmo-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add testmo-mcp-server npx -y PeterAbah1819/testmo-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"testmo-mcp-server": {
"command": "npx",
"args": [
"-y",
"PeterAbah1819/testmo-mcp-server"
]
}
}
}
📋 Copy