Amazon Q Business Anonymous MCP Server
An MCP server that connects to Amazon Q Business with anonymous access, allowing AI assistants to query a knowledge base without user-level authentication details.
About this tool
Amazon Q Business Anonymous MCP Server
Category: AI Integration MCP Servers
Brand: Amazon Web Services
Website: https://awslabs.github.io/mcp/servers/amazon-qbusiness-anonymous-mcp-server
Overview
The Amazon Q Business Anonymous MCP Server is an AWS Labs Model Context Protocol (MCP) server that connects AI assistants to an Amazon Q Business application configured in anonymous mode. It lets tools and agents query a Q Business knowledge base and retrieve responses grounded in the ingested content, without requiring user-level authentication details.
Features
-
Anonymous mode support
- Works with Amazon Q Business applications created using anonymous access.
- Allows querying the knowledge base without passing user-level authentication.
-
MCP-compatible server
- Implements the Model Context Protocol so it can be used by MCP-capable clients (e.g., compatible IDEs, CLIs, and AI assistants).
-
Knowledge base querying
- Sends natural language queries to Amazon Q Business.
- Returns responses based on content ingested into the associated Q Business application (useful for RAG-style workflows).
-
Provided tool:
QBusinessQueryTool- Exposes a tool for AI assistants to request context from Q Business.
- Example usage pattern: “Use the QBusinessQueryTool to get the context.”
-
Environment-based configuration
- Uses environment variables to connect to the correct Q Business application and AWS account/region:
QBUSINESS_APPLICATION_ID(orQBUSINESS_APP_IDas used by some clients)QBUSINESS_USER_ID(when required by client config examples)AWS_PROFILEAWS_REGIONFASTMCP_LOG_LEVEL(e.g.,ERROR)
- Uses environment variables to connect to the correct Q Business application and AWS account/region:
-
Cross-platform installation examples
- Installation via
uvx/uvfor MCP clients. - Example configurations for:
- Amazon Q Developer CLI via
~/.aws/amazonq/mcp.json. - VS Code (via MCP integration / install link).
- Cursor IDE (via MCP install link and config).
- Amazon Q Developer CLI via
- Windows-specific
mcpServersconfiguration usingcommand: "uv"andargsto run the server binary.
- Installation via
-
AWS integration
- Uses AWS IAM permissions such as
qbusiness:ChatSyncfor interaction with Amazon Q Business. - Integrates with standard AWS credential/config flows (e.g.,
aws configure, named profiles).
- Uses AWS IAM permissions such as
-
Python/uv-based runtime
- Uses
uvfor managing and running the Python environment. - Requires Python 3.10 (installed via
uv python install 3.10).
- Uses
Prerequisites
uvinstalled.- Python 3.10 available via
uv python install 3.10. - AWS account and credentials configured (e.g., via
aws configure). - An Amazon Q Business application created with anonymous mode enabled.
- Appropriate IAM permissions (e.g.,
qbusiness:ChatSync).
Pricing
No pricing information is provided in the available content. The server is published by AWS Labs; any underlying AWS service charges (e.g., for Amazon Q Business usage) are governed by their respective AWS pricing, not described here.
Loading more......
Information
Categories
Tags
Similar Products
6 result(s)An MCP server that enables retrieval-augmented generation workflows over Amazon Bedrock Knowledge Bases, allowing AI agents to query enterprise knowledge with citation support.
An MCP server that enables users to retrieve information from AWS Knowledge Bases using Retrieval-Augmented Generation (RAG) via Bedrock Agent Runtime. (Merged 'Aws Kb' and 'Aws Kb Retrieval Server')
An MCP server by CustomGPT.ai that provides RAG-as-a-service capabilities, enabling MCP clients to query custom knowledge bases and retrieval-augmented generation workflows via the MCP protocol.
An MCP server that connects to Amazon Kendra indexes, providing enterprise search capabilities and retrieval-augmented generation (RAG) enhancement for conversational assistants.
An open AWS Knowledge MCP server at https://knowledge-mcp.global.api.aws that lets MCP-aware tools query AWS knowledge resources and documentation programmatically.
An MCP server that integrates with Amazon Bedrock AgentCore, allowing you to build, deploy, and manage intelligent agents with features like memory, OAuth authentication, and gateway integrations for conversational AI workflows.