Amazon Q Developer is AWS's AI coding assistant available in VS Code and JetBrains IDEs. It supports MCP servers, letting Q call external tools during coding tasks. When Q needs data from a monitoring dashboard, CRM, or internal API, it invokes MCP tools without you switching context.
In VS Code:
Or edit the configuration file directly at ~/.aws/amazonq/mcp.json:
{
"mcpServers": {
"my-server": {
"type": "sse",
"url": "https://your-mcp-endpoint.datafaucet.dev/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}After saving the configuration, Amazon Q discovers the available tools. You can verify by asking:
> "@workspace What MCP tools are available?"
Q should list all tools from your connected servers with their names and descriptions.
Amazon Q calls MCP tools when relevant to your prompt. Examples:
Q decides when to call tools based on context. You can also explicitly request tool usage.
Add multiple entries to the mcpServers object:
{
"mcpServers": {
"monitoring": {
"type": "sse",
"url": "https://monitoring.datafaucet.dev/sse",
"headers": { "Authorization": "Bearer KEY_1" }
},
"internal-admin": {
"type": "sse",
"url": "https://admin.datafaucet.dev/sse",
"headers": { "Authorization": "Bearer KEY_2" }
},
"jira": {
"type": "sse",
"url": "https://jira.datafaucet.dev/sse",
"headers": { "Authorization": "Bearer KEY_3" }
}
}
}Q can call tools from any connected server in the same session.
Need MCP servers to connect? DataFaucet generates them from any web app:
Works with internal AWS tools, third-party SaaS, and any web app with an API behind its UI.
Amazon Q paired with MCP servers is powerful for AWS-heavy teams:
~/.aws/amazonq/mcp.json (shared across VS Code and JetBrains)Create your Amazon Q Developer MCP server in 60 seconds.
Try with Amazon Q Developer →{
"mcpServers": {
"amazon-q-developer": {
"url": "https://datafaucet.dev/api/mcp/YOUR_SERVER_ID/sse"
}
}
}Replace YOUR_SERVER_ID with the ID from your DataFaucet dashboard after creating your Amazon Q Developer server.
Point DataFaucet at Amazon Q Developer and get a working server in 60 seconds.
Create Amazon Q Developer server free →After creating, add to Claude Desktop:
"amazon-q-developer": {
"url": "https://datafaucet.dev/api/mcp/YOUR_ID/sse"
}Free plan includes 3 servers. Upgrade to Pro for unlimited →
A startup connected Stripe, Linear, Slack, Vercel, and PostHog to AI via MCP. Standup prep went from 15 minutes to one prompt.
Step-by-step guide to debugging MCP server connections. Fix SSE timeouts, tool discovery failures, auth errors, and protocol mismatches.
Top MCP servers for security teams: vulnerability scanners, SIEM dashboards, secrets management, compliance tools, and incident response via AI.
See how DataFaucet compares
Point at any URL. Get a working MCP server in 60 seconds. No API docs needed.
Works with ChatGPT, Claude, Cursor, Copilot, Windsurf, JetBrains, and any MCP client
Get notified when we add more AI integrations
Join 500+ builders. New templates, guides, and MCP tips. No spam.