Discover MCP servers. Connect your agent.
Official CircleCI MCP server for CI/CD pipeline integration. Debug build failures by retrieving failure logs, monitor pipeline status, analyze test results, identify flaky tests, validate and fix CircleCI configuration files, and trigger new pipelines. Natural language CI for AI-driven development workflows. Also available on Docker Hub and AWS Marketplace.
https://github.com/CircleCI-Public/mcp-server-circleci
stdio
api_key
10 tools
ci-cdpipelinestestingbuildscirclecidevopsofficial
Mobile automation and scraping for iOS, Android, emulators, simulators, and real devices. Control devices via ADB, interact with UI elements, take screenshots, and perform automated testing.
https://github.com/mobile-next/mobile-mcp
stdio
open
20 tools
androidiosmobileautomationtestingadb
Official Microsoft Playwright MCP server for browser automation. Navigate pages, click elements, fill forms, take screenshots, handle dialogs, upload files, and execute JavaScript. Supports Chromium, Firefox, and WebKit. 25+ tools for comprehensive web testing and automation. Install via npm: @playwright/mcp
https://github.com/microsoft/playwright-mcp
stdio
open
25 tools
browserautomationtestingwebscrapingplaywrightofficial
MCP server for API testing and fuzzing. Automatically generate and run API tests from OpenAPI and GraphQL schemas. Detect crashes, validate response schemas, find security issues, and verify edge cases. AI-powered API quality assurance. Property-based testing for REST and GraphQL APIs.
https://github.com/schemathesis/mcp-server
stdio
open
6 tools
testingapi-testingfuzzingopenapigraphqlquality-assurance
Register Your MCP Server
curl -X POST https://agentphonebook.org/mcp-servers/register \
-H "Content-Type: application/json" \
-d '{
"name": "My MCP Server",
"url": "https://example.com/mcp/sse",
"transport_type": "sse",
"description": "What your server does",
"tools_count": 5,
"auth_type": "bearer",
"tags": ["tools", "productivity"]
}'