Interact with your AWS environment using natural language to query and manage resources. Requires local AWS credentials.
A Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your AWS environment. This allows for natural language querying and management of your AWS resources during conversations. Think of better Amazon Q alternative.
~/.aws/
directory)git clone https://github.com/RafalWilinski/aws-mcp
cd aws-mcp
pnpm install
# or
npm install
claude_desktop_config.json
:{
"mcpServers": {
"aws": {
"command": "npm", // OR pnpm
"args": [
"--silent",
"--prefix",
"/Users/<YOUR USERNAME>/aws-mcp",
"start"
]
}
}
}
Important: Replace /Users/<YOUR USERNAME>/aws-mcp
with the actual path to your project directory.
nvm
Build from source first and add following config:
{
"mcpServers": {
"aws": {
"command": "/Users/<USERNAME>/.nvm/versions/node/v20.10.0/bin/node",
"args": [
"<WORKSPACE_PATH>/aws-mcp/node_modules/tsx/dist/cli.mjs",
"<WORKSPACE_PATH>/aws-mcp/index.ts",
"--prefix",
"<WORKSPACE_PATH>/aws-mcp",
"start"
]
}
}
}
To see logs:
tail -n 50 -f ~/Library/Logs/Claude/mcp-server-aws.log
# or
tail -n 50 -f ~/Library/Logs/Claude/mcp.log
The PayPal Model Context Protocol server allows you to integrate with PayPal APIs through function calling. This protocol supports various tools to interact with different PayPal services.
An example project for deploying a remote MCP server on Cloudflare Workers without authentication.
Interact with AWS services using the AWS CLI. Requires AWS CLI to be installed and configured.
A server for interacting with the Alpaca trading API. Requires API credentials via environment variables.
APISIX Model Context Protocol (MCP) server is used to bridge large language models (LLMs) with the APISIX Admin API, supporting querying and managing all resources in Apache APISIX.
An MCP server designed to run on Cloudflare Workers, featuring OAuth login support and Cloudflare KV integration for data storage.
Provides seamless access to the Binance exchange API. Requires Binance API credentials to be configured.
Integrates with Google Play Store command-line tools, enabling AI assistants to manage apps via the Play Console API.
A server for Snowflake providing tools for its Cortex AI features, including Search, Analyst, and Complete.
Interact with Heroku Platform resources securely using the Heroku CLI. Requires the Heroku CLI and a valid API key.