A Model Context Protocol server that provides knowledge about building AI agents with Strands Agents
Project description
Strands Agents MCP Server
This MCP server provides documentation about Strands Agents, so you can use your favorite AI coding assistant to vibe-code AI agents with the Strands Agents SDK.
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.
Q Developer CLI example
See the Q Developer CLI documentation for instructions on managing MCP configuration.
In ~/.aws/amazonq/mcp.json:
{
"mcpServers": {
"strands": {
"command": "uvx",
"args": ["strands-agents-mcp-server"]
}
}
}
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": {
"command": "uvx",
"args": ["strands-agents-mcp-server"]
}
}
}
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 .
npx @modelcontextprotocol/inspector python -m strands_mcp_server
Security
See CONTRIBUTING for more information.
License
This project is licensed under the Apache-2.0 License.
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.1.1.tar.gz.
File metadata
- Download URL: strands_agents_mcp_server-0.1.1.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cded4c01b5347d879eb3af42e6ffb9a368d49c04efe938787cf1fd0ed013a54
|
|
| MD5 |
94e44f7bae69b53c9eaebd75be9343c6
|
|
| BLAKE2b-256 |
702f478394326eb482677f3a2447b688de10516d63f890a2ed709eb7a46bc293
|
File details
Details for the file strands_agents_mcp_server-0.1.1-py3-none-any.whl.
File metadata
- Download URL: strands_agents_mcp_server-0.1.1-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebf430d089c1c8adce19f2fa06d8aaa110951fb962efdf5e6188efde35f5c141
|
|
| MD5 |
9d9eac9285055c15adf311685dbaabe2
|
|
| BLAKE2b-256 |
459df3a7018e3de96bfea96274035448fca658943e398cbd3c7ea4e6f44b3ded
|