A standalone agent runner that executes tasks using MCP (Model Context Protocol) tools via Anthropic Claude, AWS BedRock and OpenAI APIs. It enables
A standalone agent runner that executes tasks using MCP (Model Context Protocol) tools via Anthropic Claude, AWS BedRock and OpenAI APIs. It enables AI agents to run autonomously in cloud environments and interact with various systems. That is what the agentic mcp client mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
The server publishes 5 tools. What each one is for:
base_url — The API endpoint for your chosen LLM providerapi_key — Your authentication key for the LLM serviceuse_bedrock — Set to true to use Amazon Bedrock for model inferencecommand — The command to execute (typically Docker for containerized tools)args — Configuration parameters for the toolConfiguration is passed through the environment: YOUR_AWS_ACCESS_KEY, YOUR_AWS_SECRET_KEY, MACOS_HOST. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
npm on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
This sits in the AI and media services group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Agentic MCP Client's toolset — base_url, api_key, use_bedrock and 2 more — is a fair guide to whether it matches your workflow. It is maintained by peakmojo; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| base_url | The API endpoint for your chosen LLM provider |
| api_key | Your authentication key for the LLM service |
| use_bedrock | Set to true to use Amazon Bedrock for model inference |
| command | The command to execute (typically Docker for containerized tools) |
| args | Configuration parameters for the tool |
{
"mcpServers": {
"agentic-mcp-client": {
"command": "npx",
"args": ["-y", "npm"],
"env": {
"YOUR_AWS_ACCESS_KEY": "your-value",
"YOUR_AWS_SECRET_KEY": "your-value",
"MACOS_HOST": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| YOUR_AWS_ACCESS_KEY | Credential the server authenticates with. | Yes |
| YOUR_AWS_SECRET_KEY | Credential the server authenticates with. | Yes |
| MACOS_HOST | Endpoint or connection string the server talks to. | Optional |
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.