AI Chat for Amazon Bedrock
Integrate Amazon Bedrock AI models into your WordPress site for AI-powered chat functionality.
Plugin info
Maintenance & Compatibility
Maintenance score
Stale • Last updated 235 days ago • 1 reviews
Is AI Chat for Amazon Bedrock abandoned?
Likely maintained (last update 235 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
This plugin provides a powerful way to integrate Amazon Bedrock’s AI capabilities into WordPress sites, with extensive customization options and the ability to extend AI functionality through the Model Context Protocol.
Features
- Model Context Protocol (MCP) support
- MCP client functionality
- MCP server management interface
- WordPress MCP server implementation
- Support for newer models like Claude 3.5, Claude 3.7, and DeepSeek R1
- Customizable chat interface
- Streaming responses for a more interactive experience
- System prompt customization
- Easy setup with AWS credentials
- Shortcode for embedding the chat interface anywhere on your site
- Admin test interface to try different models and settings
Requirements
- WordPress 5.0 or higher
- PHP 7.2 or higher
- AWS account with access to Amazon Bedrock
- AWS credentials with permissions to use Amazon Bedrock
Privacy Policy
This plugin does not collect any personal data. However, the conversations between users and the AI are processed through Amazon Bedrock, and AWS’s privacy policy applies to that data. Please refer to AWS’s privacy policy for more information.
Installation
- Upload the
ai-chat-for-amazon-bedrockfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to the ‘AI Chat Bedrock’ settings page
- Enter your AWS credentials and configure the plugin settings
- Use the shortcode
[ai_chat_bedrock]to add the chat interface to any page or post
Frequently Asked Questions
Yes, you need an AWS account with access to Amazon Bedrock. You’ll need to set up AWS credentials with permissions to use the Bedrock service.
The plugin supports all AI models available on Amazon Bedrock, including Claude 3 (Sonnet, Haiku, Opus), Claude 3.5, Claude 3.7, Amazon Titan, Amazon Nova, Meta Llama 2 & 3, Mistral, and DeepSeek R1.
You can customize the chat interface through the plugin settings page. You can set the chat title, welcome message, system prompt, and other settings.
Yes, the plugin supports streaming responses for a more interactive chat experience. You can enable or disable streaming in the plugin settings.
You can add the chat interface to any page or post using the shortcode [ai_chat_bedrock].
Review feed
Screenshots
Changelog
1.0.6
- Fixed internationalization issues with text domain
- Improved security with proper escaping of output
- Added ABSPATH checks to prevent direct file access
- Used more unique function name prefixes
- Fixed readme.txt tag issues
1.0.5
- Added support for Claude 3.5, Claude 3.7, and DeepSeek R1 models
- Added support for Amazon Nova models
- Fixed streaming response issues
- Improved error handling and debugging
- Fixed chat history issues
- Added customizable welcome message
1.0.0
- Initial release