Exa MCP
MCP ServerExa's official MCP server — live web search, crawling, and deep research wired into Claude.
- official
- search
- web
- mcp
AWS Labs umbrella repository for MCP servers covering Lambda, CDK, Pricing, and Diagnostics.
AWS Labs maintains a growing collection of MCP servers that expose AWS APIs to Claude — Lambda invocation, CDK introspection, Pricing lookups, Cost Explorer queries, and the Cost Anomaly Detection dashboard.
Best for operating AWS from Claude Code: checking current docs and quotas without leaving the session, estimating costs before provisioning, and making guarded infrastructure changes through the api/IaC servers with your existing AWS credentials.
claude mcp add aws-docs uvx awslabs.aws-documentation-mcp-server@latest claude mcp add aws-api uvx awslabs.aws-api-mcp-server@latest AWS credentials come from your standard chain (env / profile); scope the role to what the agent should touch.
Write-capable servers (aws-api) act on real infrastructure — use a least-privilege role and prefer the read-only servers in production accounts. Python/uvx based; keep uv installed and pin versions for reproducible CI.
Repository
awslabs/mcpCharted
Exa's official MCP server — live web search, crawling, and deep research wired into Claude.
Official Chrome DevTools MCP server — performance tracing, network inspection, and live debugging for coding agents.
Vercel's handler for spinning up MCP servers on Next.js, Nuxt, Svelte, and more.