Amazon Nova MCP
Overview
Amazon Nova MCP is a project that enhances chatbot capabilities by integrating with the Model Context Protocol (MCP), allowing chatbots to interact seamlessly with various external systems and data sources.
To use Amazon Nova MCP, clone the repository, install the necessary dependencies, configure the environment variables, and run the services to enable chatbot interactions.
- Supports Amazon Nova Pro and Claude Sonnet 3.5 models. - Fully compatible with Anthropic's MCP standard, allowing integration with various community-developed MCP servers. - Decouples MCP capabilities from the client, providing API services for easy integration.
- Enhancing chatbot functionalities with real-time data access.
- Integrating local file systems and databases into chatbot interactions.
- Enabling complex queries and operations through a unified chatbot interface.
Add to your AI client
Use these steps to connect Amazon Nova MCP in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-demo-xiehust": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-demo-xiehust"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-demo-xiehust": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-demo-xiehust"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-demo-xiehust": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-demo-xiehust"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-demo-xiehust": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-demo-xiehust"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-demo-xiehust": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-demo-xiehust"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-demo-xiehust": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-demo-xiehust"
]
}
}
}FAQ
Can I use Amazon Nova MCP with any chatbot framework?
Yes! Amazon Nova MCP can be integrated with various chatbot frameworks that support API interactions.
Is there a cost associated with using Amazon Nova MCP?
The project is open-source and free to use, but you may incur costs from the services it interacts with, such as AWS.
What are the system requirements for running Amazon Nova MCP?
Users need to have NodeJS and Python installed, along with the necessary dependencies for the MCP servers.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":995,"uuid":"8731cc84-9c07-4ac4-993a-3c6c7e761036","name":"mcp_server_demo","title":"Amazon Nova MCP","description":"","avatar_url":"https://avatars.githubusercontent.com/u/19160090?v=4","created_at":"2025-01-28T02:22:31.065Z","updated_at":"2025-02-23T07:19:44.260Z","status":"created","author_name":"xiehust","author_avatar_url":"https://avatars.githubusercontent.com/u/19160090?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/xiehust/mcp_server_demo","target":"_self","content":"# Amazon Nova MCP \n## This Repo is moved to [demo_mcp_on_amazon_bedrock](https://github.com/aws-samples/demo_mcp_on_amazon_bedrock?tab=readme-ov-file)","summary":"$29","img_url":null,"type":null,"metadata":"{\"star\":\"5\",\"license\":\"MIT-0 license\",\"language\":null,\"is_official\":false,\"latest_commit_time\":\"2025-03-21 22:45:40\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]