Back to Apps

Cloudscape Docs MCP
by prem676
Semantic search over AWS Cloudscape Design System documentation for AI agents and coding assistants.
0 stars
Works in:claude
Exposes:Tools
What it does
This MCP server enables AI agents to perform high-quality semantic searches over the AWS Cloudscape Design System documentation. By leveraging embeddings and a vector database, it allows developers and designers to retrieve precise architectural guidance and component usage details without manual searching.
Tools
search_docs: Perform a semantic search query across Cloudscape documentation to find relevant components and usage guidelines.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"cloudscape-docs": {
"command": "python",
"args": ["-m", "cloudscape_docs_mcp"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install cloudscape-docs-mcpInformation
- Pricing
- free
- Published
- 8/7/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"cloudscape-docs": {
"command": "python",
"args": ["-m", "cloudscape_docs_mcp"]
}
}
}






