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 →
Pre-built MCP server templates for GitHub, Slack, Notion, HubSpot, and more. Deploy in one click without writing API code.
Add MCP servers to Warp terminal's AI features. Configure tool access so Warp Agent can query external APIs and dashboards.
Compare MCP servers and browser extensions for AI automation. When each approach works, their trade-offs, and which to use for different tasks.
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, Codex, JetBrains, and any MCP client
Or try 103 free tools instantly:
claude mcp add datafaucet-sandbox https://datafaucet.dev/api/sandboxGet notified when we add more AI integrations
Join 500+ builders. New templates, guides, and MCP tips. No spam.