DynamoDB Read-Only MCP
@jjikky
About DynamoDB Read-Only MCP
AWS DynamoDB Read-Only MCP Server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"dynamo-readonly-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@jjikky/dynamo-readonly-mcp",
"--client",
"claude"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is DynamoDB Read-Only MCP?
A server that utilizes the Model Context Protocol (MCP) to query AWS DynamoDB databases. It allows LLMs like Claude to query DynamoDB data through natural language requests.
How to use DynamoDB Read-Only MCP?
Install via npm (npm install from cloned repo or npx -y dynamo-readonly-mcp), then set AWS credentials (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION) in a .env file or environment variables. Build with npm run build and start with npm start. Connect to Claude Desktop by adding a server entry to claude_desktop_config.json pointing to the built index.js or using npx directly.
Key features of DynamoDB Read-Only MCP
- Table management: list-tables, describe-table
- Data query tools: scan-table, query-table, paginate-query-table, get-item, count-items
- Resources: dynamodb-tables-info, dynamodb-table-schema
- Prompt template: dynamodb-query-help for writing queries
- Read-only access to DynamoDB data
Use cases of DynamoDB Read-Only MCP
- Ask an LLM to list all DynamoDB tables and their structures
- Query table data by specifying conditions in natural language
- Count items in a table matching a given group ID
- Paginate through large result sets with paginate-query-table
- Retrieve a single item by its key using get-item
FAQ from DynamoDB Read-Only MCP
What tools does the server provide?
The server provides list-tables, describe-table, scan-table, query-table, paginate-query-table, get-item, and count-items.
How do I configure AWS credentials?
Set AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and AWS_REGION either in a .env file or as environment variables in the Claude Desktop configuration.
Is the server read-only?
Yes, all tools and resources are designed for read-only queries; no write operations are exposed.
What transport does the MCP server use?
It uses StdioServerTransport, communicating via standard input/output with the client.
Is there a built-in prompt for help?
Yes, the dynamodb-query-help prompt provides guidance for writing DynamoDB queries.
Frequently asked questions
What tools does the server provide?
The server provides list-tables, describe-table, scan-table, query-table, paginate-query-table, get-item, and count-items.
How do I configure AWS credentials?
Set AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and AWS_REGION either in a `.env` file or as environment variables in the Claude Desktop configuration.
Is the server read-only?
Yes, all tools and resources are designed for read-only queries; no write operations are exposed.
What transport does the MCP server use?
It uses StdioServerTransport, communicating via standard input/output with the client.
Is there a built-in prompt for help?
Yes, the dynamodb-query-help prompt provides guidance for writing DynamoDB queries.
Basic information
More Databases MCP servers
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
MongoDB MCP Server
mongodb-jsA Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展

Fund Momentum MCP Server
schneidavieFund Momentum MCP Server — VC intelligence for AI assistants. 1000+ active VC funds, live investor signals, AI-powered startup matching.
Chroma MCP Server
chroma-coreA Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma
Comments