A Model Context Protocol server that provides knowledge about building AI agents with Strands Agents
Project description
Strands Agents MCP Server
A model-driven approach to building AI agents in just a few lines of code.
Documentation ◆ Samples ◆ Python SDK ◆ Tools ◆ Agent Builder ◆ MCP Server
This MCP server provides curated documentation access to your GenAI tools via llms.txt files, enabling AI coding assistants to search and retrieve relevant documentation with intelligent ranking.
Features
- Smart Document Search: TF-IDF based search with Markdown-aware scoring that prioritizes titles, headers, and code blocks
- Section-Based Browsing: Browse document structure via table of contents, then fetch only the section you need - more token-efficient than retrieving full pages
- Curated Content: Indexes documentation from llms.txt files with clean, human-readable titles
- On-Demand Fetching: Lazy-loads full document content only when needed for optimal performance
- Snippet Generation: Provides contextual snippets with relevance scoring for quick overview
- Real URL Support: Works with actual HTTPS URLs while maintaining backward compatibility
Prerequisites
The usage methods below require uv to be installed on your system. You can install it by following the official installation instructions.
Installation
You can use the Strands Agents MCP server with 40+ applications that support MCP servers, including Amazon Q Developer CLI, Anthropic Claude Code, Cline, and Cursor.
Get started quickly with one-click installation buttons for popular MCP clients. Click the buttons below to install servers directly in your IDE:
Kiro example
See the Kiro documentation for instructions on managing MCP configuration.
In ~/.kiro/settings/mcp.json:
{
"mcpServers": {
"strands-agents": {
"command": "uvx",
"args": ["strands-agents-mcp-server"],
"env": {
"FASTMCP_LOG_LEVEL": "INFO"
},
"disabled": false,
"autoApprove": ["search_docs", "fetch_doc"]
}
}
}
Q Developer CLI example
See the Q Developer CLI documentation for instructions on managing MCP configuration.
In ~/.aws/amazonq/mcp.json:
{
"mcpServers": {
"strands-agents": {
"command": "uvx",
"args": ["strands-agents-mcp-server"],
"env": {
"FASTMCP_LOG_LEVEL": "INFO"
},
"disabled": false,
"autoApprove": ["search_docs", "fetch_doc"]
}
}
}
Claude Code example
See the Claude Code documentation for instructions on managing MCP servers.
claude mcp add strands uvx strands-agents-mcp-server
Cline example
See the Cline documentation for instructions on managing MCP configuration.
Provide Cline with the following information:
I want to add the MCP server for Strands Agents.
Here's the GitHub link: @https://github.com/strands-agents/mcp-server
Can you add it?"
Cursor example
See the Cursor documentation for instructions on managing MCP configuration.
In ~/.cursor/mcp.json:
{
"mcpServers": {
"strands-agents": {
"command": "uvx",
"args": ["strands-agents-mcp-server"],
"env": {
"FASTMCP_LOG_LEVEL": "INFO"
},
"disabled": false,
"autoApprove": ["search_docs", "fetch_doc"]
}
}
}
VS Code example
See the VS Code documentation for instructions on managing MCP configuration.
In your mcp.json file:
{
"servers": {
"strands-agents": {
"command": "uvx",
"args": ["strands-agents-mcp-server"]
}
}
}
Quick Testing
You can quickly test the MCP server using the MCP Inspector:
# For published package
npx @modelcontextprotocol/inspector uvx strands-agents-mcp-server
# For local development
npx @modelcontextprotocol/inspector python -m strands_mcp_server
Note: This requires npx to be installed on your system. It comes bundled with Node.js.
The Inspector is also useful for troubleshooting MCP server issues as it provides detailed connection and protocol information. For an in-depth guide, have a look at the MCP Inspector documentation.
Getting Started
-
Install prerequisites:
- Install uv following the official installation instructions
- Make sure you have Node.js installed for npx commands
-
Configure your MCP client:
- Choose your preferred MCP client from the installation examples above
- Add the Strands Agents MCP server configuration to your client
-
Test the connection:
# For published package npx @modelcontextprotocol/inspector uvx strands-agents-mcp-server # For local development npx @modelcontextprotocol/inspector python -m strands_mcp_server
-
Start using the documentation tools:
search_docs- Find relevant documentation with intelligent rankingfetch_doc- Browse a page's structure and preamble, then read individual sections- The server automatically indexes curated content from llms.txt files
Server Development
git clone https://github.com/strands-agents/mcp-server.git
cd mcp-server
python3 -m venv venv
source venv/bin/activate
pip3 install -e ".[dev]"
npx @modelcontextprotocol/inspector python -m strands_mcp_server
Running Tests
# Unit tests (fast, no network access required)
pytest tests/
# Integration tests (requires network access to strandsagents.com)
pytest tests_integ/ -v
# All tests
pytest tests/ tests_integ/ -v
To skip integration tests (e.g., in CI environments without network access):
SKIP_INTEG_TESTS=1 pytest tests_integ/
Contributing ❤️
We welcome contributions! See our Contributing Guide for details on:
- Reporting bugs & features
- Development setup
- Contributing via Pull Requests
- Code of Conduct
- Reporting of security issues
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Security
See CONTRIBUTING for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file strands_agents_mcp_server-0.2.7.tar.gz.
File metadata
- Download URL: strands_agents_mcp_server-0.2.7.tar.gz
- Upload date:
- Size: 19.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1830752bbe3182f8c8a58f9a33aa51a36428697a9999e85e5346d29f8560e815
|
|
| MD5 |
ddf1f3bb5228849ccbe3a51fa3b4b87b
|
|
| BLAKE2b-256 |
0e4c7af46dd14e79906073edde29bd1b2faf5d38b7d4c8e2d32f9cd3f7cf3574
|
Provenance
The following attestation bundles were made for strands_agents_mcp_server-0.2.7.tar.gz:
Publisher:
pypi-publish-on-release.yml on strands-agents/mcp-server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
strands_agents_mcp_server-0.2.7.tar.gz -
Subject digest:
1830752bbe3182f8c8a58f9a33aa51a36428697a9999e85e5346d29f8560e815 - Sigstore transparency entry: 1084951927
- Sigstore integration time:
-
Permalink:
strands-agents/mcp-server@0b7ea7cdc468c936857de1846d143b84324c6cf8 -
Branch / Tag:
refs/tags/v0.2.7 - Owner: https://github.com/strands-agents
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi-publish-on-release.yml@0b7ea7cdc468c936857de1846d143b84324c6cf8 -
Trigger Event:
release
-
Statement type:
File details
Details for the file strands_agents_mcp_server-0.2.7-py3-none-any.whl.
File metadata
- Download URL: strands_agents_mcp_server-0.2.7-py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0121e4406e0c890bdaff257ada36f8398e73a02fa2d8d5b14a8641c6e2337aa5
|
|
| MD5 |
d5cf3a6e7302ff3d181f6e16f0bc3e36
|
|
| BLAKE2b-256 |
c01e3a1473a55bcb9f228b4bc4fac0a3974f8343f87e59b7c73073817505e678
|
Provenance
The following attestation bundles were made for strands_agents_mcp_server-0.2.7-py3-none-any.whl:
Publisher:
pypi-publish-on-release.yml on strands-agents/mcp-server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
strands_agents_mcp_server-0.2.7-py3-none-any.whl -
Subject digest:
0121e4406e0c890bdaff257ada36f8398e73a02fa2d8d5b14a8641c6e2337aa5 - Sigstore transparency entry: 1084952007
- Sigstore integration time:
-
Permalink:
strands-agents/mcp-server@0b7ea7cdc468c936857de1846d143b84324c6cf8 -
Branch / Tag:
refs/tags/v0.2.7 - Owner: https://github.com/strands-agents
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi-publish-on-release.yml@0b7ea7cdc468c936857de1846d143b84324c6cf8 -
Trigger Event:
release
-
Statement type: