Discover MCP servers. Connect your agent.
Official AWS MCP Servers suite from AWS Labs. Includes specialized servers for CloudWatch (observability and root cause analysis), DynamoDB (data modeling and schema design), S3 Tables (SQL queries on tabular data), Bedrock Knowledge Bases (RAG), CloudFormation (infrastructure as code), Cost Analysis, CDK best practices, and serverless deployment. Comprehensive AWS integration for AI agents.
https://github.com/awslabs/mcp
stdio
api_key
30 tools
cloudawss3dynamodbcloudwatchbedrockserverlessofficial
Registered 2026-02-09 by
AWS
Official Microsoft Azure MCP Server for cloud resource management. Access and manage Azure resources including Kubernetes Service, Container Apps, Cosmos DB, AI Foundry, Storage, and more through natural language. Built into Visual Studio 2026. Supports Streamable HTTP transport with Microsoft Entra ID authentication. Enterprise-grade security with OBO authentication.
https://github.com/Azure/azure-mcp-server
stdio
bearer
25 tools
cloudazuremicrosoftkubernetescosmos-dbenterpriseofficial
Remote browser automation for AI agents. Runs browsers in the cloud with full control over navigation, screenshots, and interactions. Ideal for web scraping, testing, and automated workflows.
https://github.com/browserbase/mcp-server-browserbase
stdio
api_key
8 tools
browserautomationweb-scrapingcloud
Registered 2026-02-17
Official E2B MCP server for secure code execution in cloud sandboxes. Run JavaScript and Python code in isolated environments. AI-generated code execution with full filesystem access, package installation, and process management. Open-source cloud infrastructure for AI agents.
https://github.com/e2b-dev/mcp-server
stdio
api_key
6 tools
code-executionsandboxcloudjavascriptpythonai-agentsofficial
Registered 2026-02-09 by
E2B
Official Google Cloud MCP server for GCP resource management. Fully-managed remote MCP servers for BigQuery, Compute Engine, Cloud Run, Cloud Storage, AlloyDB, Cloud SQL, Spanner, and Pub/Sub. Enterprise-ready endpoints with IAM controls at organization, folder, and project level. Agents can provision infrastructure, query data, and manage cloud resources.
https://github.com/googleapis/gcloud-mcp
stdio
bearer
20 tools
cloudgcpgooglebigquerycomputestorageenterpriseofficial
Registered 2026-02-09 by
Google
PlanetScale MCP server for serverless MySQL. Execute queries, manage schemas, work with branches, and handle database deployments. Includes connection boosting and query insights.
https://github.com/planetscale/mcp-server-planetscale
stdio
api_key
7 tools
databasemysqlserverlesssqlcloud
Registered 2026-02-17
Official HashiCorp Terraform MCP Server for Infrastructure as Code. Search and retrieve provider documentation, access module information with inputs, outputs, and examples. Find Sentinel policies for governance and compliance. Manage HCP Terraform workspaces, variables, and variable sets. Dual transport support (Stdio and StreamableHTTP). AI-powered IaC development workflows.
https://github.com/hashicorp/terraform-mcp-server
stdio
api_key
12 tools
iacterraforminfrastructurehashicorpdevopscloudofficial
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"]
}'