ollieb89/mcp-server-tester
GitHub Action + CLI to test MCP servers in CI: health checks, schema validation, tool/resource discovery, protocol compliance
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-tester": {
"command": "npx",
"args": [
"-y",
"mcp-server-tester"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/ollieb89/ai-devops-actions)
[](https://github.com/ollieb89/mcp-server-tester/actions/workflows/ci.yml) [](https://www.npmjs.com/package/mcp-server-tester) [](LICENSE) [](https://github.com/ollieb89/mcp-server-tester/releases)
> The first GitHub Action + CLI for testing MCP servers in CI.
The Model Context Protocol (MCP) ecosystem is exploding — Google ADK, enterprise tool platforms, and thousands of community servers. mcp-server-tester gives you health checks, protocol compliance validation, tool/resource/prompt schema validation, and CI reports for any MCP server.
npx mcp-server-tester in any shell or CI scriptfail-on: errors | warnings | none| Transport | Description | |-----------|-------------| | stdio | Start server as subprocess, communicate over stdin/stdout | | http | Connect to HTTP endpoint (health check only in MVP) | | sse | Connect to SSE endpoint (health check only in MVP) |
Loading reviews...