Gemini For Wp Free
A Beta for AI CLI tools integration for WordPress + Deep MCP Integration via the AI Engine Plugin
Ask AI about Gemini For Wp Free
Powered by Claude Β· Grounded in docs
I know everything about Gemini For Wp Free. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
Gemini for WordPress - AI-Powered MCP Tools
Transform WordPress with AI automation. 37+ free tools + premium AI integrations for developers and content creators.
π Overview
A powerful CLI-based environment and WordPress plugin for interacting with and managing WordPress sites using AI-powered tools and a custom Model Context Protocol (MCP). This project provides comprehensive WordPress management through 37+ MCP functions, enabling developers and administrators to perform complex tasks, automate workflows, and leverage AI for content creation and site maintenance.
Multi-AI Server that's Fully Integrated with WordPress MCP + Configured to Support Local Ollama Models/Ollama Cloud + Gemini AI as Fallback
AI Context at Work! Gemini Native Chat Analyzing a 7000-Word Live Post on Mania Africa
Key Features
- β 37+ WordPress CRUD Tools - Complete control over posts, pages, users, comments, media, taxonomies, and options
- β AI-Powered Assistance - Image generation, vision analysis, and intelligent automation
- β Custom MCP Toolset - Robust set of functions providing granular control over WordPress
- β Full AI Engine Integration - Native protocol support, seamless communication
- β Privacy-First Architecture - All processing happens on your server
- β Multiple AI Providers - Ollama (local), OpenRouter (50+ models), Claude, Exa AI, and more
- β Developer-Focused - Streamlined workflow with VS Code Dev Containers
- β Multisite Compatible - Works with WordPress multisite networks
Functional Claude Code Router (CCR) Relay that is Integrated to be Always-On with PM2/System Service
π Pricing & Plans
Gemini MCP Tools follows a freemium model with generous free features and premium AI capabilities.
Free Plan (Forever Free)
Perfect for getting started with AI-powered WordPress automation.
- β 37+ WordPress CRUD Tools - Complete control over posts, pages, users, comments, media, and more
- β Full AI Engine MCP Integration - Seamless communication with AI Engine plugin
- β Community Support - Access to community forums and documentation
- β Unlimited Sites - Use on as many WordPress installations as you need
- β Open Source - Full access to source code on GitHub
Premium Plans
Unlock advanced AI capabilities with our premium plans:
π Premium - Perfect for Individuals
Starting at $29/month or $275/year (save 21%)
- β All Free features
- β Unlimited Usage (no rate limiting)
- β Ollama Integration - Run local AI models on your server
- β OpenRouter Access - 50+ AI model providers in one API
- β Exa Search - Intelligent, context-aware web search
Gemini Native CLI Chat Integrated with Exa Search Functionality
- β Claude Code - AI-powered coding assistance from Anthropic
- β GitHub Chat - Repository-aware AI conversations
- β Priority Email Support - Get help when you need it
π Pro - Best for Teams
Starting at $72.99/month or $695.88/year (save 20%)
- β All Premium features
- β Smart Folder Organize - AI-powered content organization
- β Multiple Site Licenses - Use on 5 sites
- β Priority Support (48-hour response time)
- β Early Access to new features and toolkits
- β Advanced Analytics Dashboard
πΌ Agency - For Large Organizations
Starting at $127.99/month or $1223/year (save 20%)
- β All Pro features
- β White-Glove Support (24-hour response time)
- β Custom Tool Development (1-hour consultation included)
- β Dedicated Bug Fix Priority
- β Private Slack Channel for direct communication
- β Unlimited Site Licenses
π Get Premium
EXA Search Displaying Results in Basic Chat (Premium Only)
Try Premium Risk-Free:
- β 3-day trial available
- β 30-day money-back guarantee
- β No credit card required to start
π§ Installation
Quick Install (Recommended)
This toolkit is a companion to the Gemini MCP Tools WordPress plugin.
cd /path/to/wordpress/wp-content/
git clone https://github.com/daviemania/gemini-for-wp-free.git gemini-ai-toolkit
cd gemini-ai-toolkit
npm install
β οΈ Important: The folder must be named gemini-ai-toolkit when cloning.
Manual Install
- Download this repository
- Rename the folder to
gemini-ai-toolkit - Place it in
/wp-content/gemini-ai-toolkit/ - Run
npm installinside the directory
WordPress Plugin Installation
Free Version
- Download the latest release from Releases
- Upload to WordPress via Plugins β Add New β Upload Plugin
- Activate the plugin
- Install this AI Toolkit (see Quick Install above)
Premium Version
- Purchase a license at maniainc.com
- Download the premium version from your Freemius account
- Upload and activate in WordPress
- Enter your license key under Plugins β Gemini MCP Tools
Claude Code Router Relay for Use with Any of the OPENROUTER Models (A lot More Choice for FREE API USE)
Development Container Setup
- Clone the repository
- Rebuild the Dev Container: Open the project in VS Code. You will be prompted to "Reopen in Container". This will build the Docker container defined in
.devcontainer/devcontainer.json, which includes all necessary dependencies. - Install Dependencies:
- Node.js dependencies should install automatically. If not:
npm install - Python dependencies:
pip install -r requirements.txt
- Node.js dependencies should install automatically. If not:
βοΈ Environment Configuration
Copy .env.example to .env and fill in your values:
cp .env.example .env
# Edit .env with your keys (git-ignored)
Required Environment Variables:
WP_MCP_TOKEN: WordPress MCP Bearer tokenGEMINI_API_KEY: Google Gemini APIGITHUB_TOKEN: GitHub PAT (for MCP)EXA_API_KEY: Exa AI search (optional, premium feature)
Security Note: .env is git-ignored. Never commit secrets!
π Requirements
- Node.js 18+
- npm or yarn
- WordPress 6.0+ with Gemini MCP Tools plugin
- PHP 7.4+
- Docker (for development container)
- VS Code with "Dev Containers" extension (recommended)
- SSH agent configured on host machine
π― Usage
This toolkit is automatically detected and used by the Gemini MCP Tools plugin once installed in the correct location (wp-content/gemini-ai-toolkit/).
CLI Interaction
Interaction with the WordPress site is primarily handled through the Gemini CLI and the custom MCP functions.
# Start interactive chat with MCP
npm run chatwmcp
Multi AI Server with MCP Tools for WordPress
MCP Functions
A complete list of available functions, their parameters, and usage examples can be found in:
- wordpress_mcp_functions.md - 37+ WordPress CRUD functions
- ai_engine_mcp_functions.md - AI Engine specific functions
Custom Scripts
The project contains various scripts for specific tasks:
get_posts.php- Retrieve a list of postspropose_post_update.php- Update post contentcreate_new_post.php- Create new posts
π Exa AI Integration
New: Semantic Web Search with Exa AI (enabled via EXA_API_KEY)
Available Tools:
exa_search- Neural/keyword web search with categories (news, github, papers), date filtersexa_find_similar- Find pages similar to a URLexa_get_contents- Fetch full text, highlights, summaries for result IDs
Usage Example:
π¬ You: Search Exa for "latest Claude AI features" (numResults:5, type:neural)
π Calling: exa_search({"query":"latest Claude AI features","numResults":5,"type":"neural"})
β Found 5 results
π€ Gemini: Here are the top results... [AI summary + WP integration possible]
Tested & Ready: Returns real results (e.g., Claude Sonnet 4.5 articles from Nov 2025).
π Documentation
Free WordPress CRUD Tools (37+)
Access these tools immediately after installation:
Posts & Pages:
wp_list_posts- List all posts with filterswp_create_post- Create new postswp_update_post- Update existing postswp_delete_post- Delete postswp_get_post- Get single post details- Plus pages, custom post types, and more...
Users:
wp_list_users,wp_create_user,wp_update_user,wp_delete_user
Media:
wp_list_media,wp_upload_media,wp_delete_media,wp_get_media
Comments:
wp_list_comments,wp_create_comment,wp_update_commentwp_approve_comment,wp_spam_comment, etc.
Taxonomies:
wp_list_categories,wp_list_tagswp_create_category,wp_create_tagwp_update_category,wp_update_tag
Premium AI Tools
Available with Premium plans:
ollama_chat- Local AI model conversationsexa_search- Intelligent web searchopenrouter_call- Access 50+ AI modelssmart_folder_organize- AI content organization (Pro+)composed_exploring_dolphin- Advanced automationclaude_code- AI coding assistancegithub_chat- Repository-aware AI help
Using CCR CODE with CLAUDE but using OPENROUTER Models (50+ AI Models Using a SINGLE API)
ποΈ Project Structure
.
βββ GEMINI.md # Main context file for AI
βββ wordpress_mcp_functions.md # Documentation for 37 WordPress MCP functions
βββ ai_engine_mcp_functions.md # AI Engine specific functions
βββ projects/ # Sub-project documentation
βββ setups/ # Development environment setup guides
βββ tasks/ # Current and completed tasks
βββ gemini-mcp-tools/ # WordPress plugin code
βββ .devcontainer/ # VS Code Dev Container configuration
βββ .env.example # Environment variables template
βββ package.json # Node.js dependencies and scripts
π» Technologies Used
- Backend: Node.js, Python 3.12+
- WordPress: Custom Bitnami Stack with Nginx, Apache, PHP-FPM
- Database: MySQL/MariaDB
- Caching: Redis, Varnish, Nginx fastcgi_cache
- Development: VS Code Dev Containers, Docker
- AI Services: Google Gemini, Ollama, OpenRouter, Claude, Exa AI
π― Use Cases
Content Creators
- Bulk create/update posts with AI assistance
- Organize content with smart folders
- Generate SEO-optimized content
- Automate publishing workflows
Developers
- Code assistance with Claude Code
- GitHub integration for repository management
- Automated testing and deployment
- Custom tool development
Agencies
- Multi-site management
- Client content organization
- Automated reporting
- White-label solutions
Site Administrators
- Bulk user management
- Media library organization
- Comment moderation
- Site maintenance automation
π€ Support
Free Users
- π Documentation
- π¬ GitHub Issues
- π Community Forum
Premium Users
- βοΈ Priority email support via Freemius Dashboard
- π Pro/Agency: Enhanced support with guaranteed response times
- π¬ Agency: Private Slack channel access
β Support This Project
If you find Gemini MCP Tools helpful:
- β Star this repository to show your support
- π Report bugs via GitHub Issues
- π‘ Suggest features you'd like to see
- π Write a review on WordPress.org
- π Upgrade to Premium to unlock advanced AI features
π Privacy & Security
- Privacy-First: Your data never leaves your server
- No Tracking: We don't collect or analyze your content
- Secure: All communications encrypted
- GPL Licensed: Open source and transparent
π οΈ Development
Contributing
We welcome contributions! Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
See CONTRIBUTING.md for detailed guidelines (if available).
Development Setup
# Clone repository
git clone https://github.com/daviemania/gemini-for-wp-free.git
cd gemini-for-wp-free
# Install dependencies
npm install
pip install -r requirements.txt
# Copy environment template
cp .env.example .env
# Edit .env with your configuration
# Start development
npm run dev
π License
Free Version: GPL v2 or later - License Details
Premium Version: Proprietary license - Commercial use allowed with valid license
π Links
- Plugin Page: https://maniainc.com/gemini-mcp-tools-plugin
- Pricing: https://maniainc.com/gemini-mcp-tools-plugin#pricing
- Documentation: https://maniainc.com/docs/gemini-mcp-tools
- Support: https://maniainc.com/support
- Author: https://maniainc.com
π Stats
- 37+ Free WordPress Tools
- 7 Premium AI Integrations
- 50+ AI Models via OpenRouter
- 100% MCP Protocol Compatible
- 0 Data Collection
π¨βπ» About
Created by @daviemania β WP blogger, musician, YouTuber. I created this tool for my own multisite WordPress workflow at Mania Africa, but saw its utility for all WP users. It's been contributed to majorly by numerous AI tools and LLMs.
- Site: maniainc.com
- Links: linktr.ee/davidmania
- Mania Africa: About | Contact
- Email: mail@davidmania.com (PGP hardened: /.well-known/security.txt)
π Legal
Privacy Policy | Terms & Conditions
Made with β€οΈ for the WordPress community
Free Plan (Forever Free)
Perfect for getting started with AI-powered WordPress automation.
- β 37+ WordPress CRUD Tools - Complete control over posts, pages, users, comments, media, taxonomies, and options
- β Full AI Engine MCP Integration - Seamless communication with AI Engine plugin
- β Community Support - Access to community forums and documentation
- β Unlimited Sites - Use on as many WordPress installations as you need
- β Open Source - Full access to source code on GitHub
Premium Plans
Unlock advanced AI capabilities with our premium plans:
π Premium - Perfect for Individuals
Starting at $29/month or $275/year (save 21%)
- β All Free features
- β Unlimited Usage (no rate limiting)
- β Ollama Integration - Run local AI models on your server
- β OpenRouter Access - 50+ AI model providers in one API
- β Exa Search - Intelligent, context-aware web search
- β Claude Code - AI-powered coding assistance from Anthropic
- β GitHub Chat - Repository-aware AI conversations
- β Priority Email Support - Get help when you need it
π Pro - Best for Teams
Starting at $49/month or $470/year (save 20%)
- β All Premium features
- β Smart Folder Organize - AI-powered content organization
- β Multiple Site Licenses - Use on 5 sites
- β Priority Support (48-hour response time)
- β Early Access to new features and toolkits
- β Advanced Analytics Dashboard
πΌ Agency - For Large Organizations
Starting at $99/month or $950/year (save 20%)
- β All Pro features
- β White-Glove Support (24-hour response time)
- β Custom Tool Development (1-hour consultation included)
- β Dedicated Bug Fix Priority
- β Private Slack Channel for direct communication
- β Unlimited Site Licenses
π Get Premium
Try Premium Risk-Free:
- β 3-day trial available
- β 30-day money-back guarantee
- β No credit card required to start
π§ Installation
Quick Start (Free Version)
- Download the latest release from Releases
- Upload to WordPress via Plugins β Add New β Upload Plugin
- Activate the plugin
- Start using 37+ free WordPress CRUD tools immediately!
Premium Version Setup
- Purchase a license at maniainc.com
- Download the premium version from your Freemius account
- Upload and activate in WordPress
- Enter your license key under Plugins β Gemini MCP Tools
- Install the AI Toolkit (see below)
Gemini AI Toolkit Setup (Required for Premium Features)
Premium AI features require the companion Gemini AI Toolkit:
# Navigate to WordPress content directory
cd /path/to/wordpress/wp-content/
# Clone the toolkit (must be named 'gemini-ai-toolkit')
git clone https://github.com/daviemania/gemini-for-wp-free.git gemini-ai-toolkit
# Install dependencies
cd gemini-ai-toolkit
npm install
Requirements:
- Node.js 18+
- npm or yarn
- Git
The toolkit must be installed at wp-content/gemini-ai-toolkit/
π Documentation
Free WordPress CRUD Tools (37+)
Access these tools immediately after installation:
Posts & Pages:
wp_list_posts- List all posts with filterswp_create_post- Create new postswp_update_post- Update existing postswp_delete_post- Delete postswp_get_post- Get single post details- Plus pages, custom post types, and more...
Users:
wp_list_users- List all userswp_create_user- Create new userswp_update_user- Update user detailswp_delete_user- Delete users
Media:
wp_list_media- List media library itemswp_upload_media- Upload new mediawp_delete_media- Delete media fileswp_get_media- Get media details
Comments:
wp_list_comments- List commentswp_create_comment- Add commentswp_update_comment- Modify commentswp_approve_comment,wp_spam_comment, etc.
Taxonomies:
wp_list_categories,wp_list_tagswp_create_category,wp_create_tagwp_update_category,wp_update_tag- And more...
Premium AI Tools
Available with Premium plans:
ollama_chat- Local AI model conversationsexa_search- Intelligent web searchopenrouter_call- Access 50+ AI modelssmart_folder_organize- AI content organization (Pro+)composed_exploring_dolphin- Advanced automationclaude_code- AI coding assistancegithub_chat- Repository-aware AI help
π― Use Cases
Content Creators
- Bulk create/update posts with AI assistance
- Organize content with smart folders
- Generate SEO-optimized content
- Automate publishing workflows
Developers
- Code assistance with Claude Code
- GitHub integration for repository management
- Automated testing and deployment
- Custom tool development
Agencies
- Multi-site management
- Client content organization
- Automated reporting
- White-label solutions
Site Administrators
- Bulk user management
- Media library organization
- Comment moderation
- Site maintenance automation
π€ Support
Free Users
- π Documentation
- π¬ GitHub Issues
- π Community Forum
Premium Users
- βοΈ Priority email support via Freemius Dashboard
- π Pro/Agency: Enhanced support with guaranteed response times
- π¬ Agency: Private Slack channel access
β Support This Project
If you find Gemini MCP Tools helpful:
- β Star this repository to show your support
- π Report bugs via GitHub Issues
- π‘ Suggest features you'd like to see
- π Write a review on WordPress.org
- π Upgrade to Premium to unlock advanced AI features
π Privacy & Security
- Privacy-First: Your data never leaves your server
- No Tracking: We don't collect or analyze your content
- Secure: All communications encrypted
- GPL Licensed: Open source and transparent
π οΈ Development
Requirements
- WordPress 6.0+
- PHP 7.4+
- Node.js 18+ (for AI Toolkit)
- Composer (for dependencies)
Setup Development Environment
# Clone repository
git clone https://github.com/daviemania/gemini-for-wp-free.git
cd gemini-for-wp-free
# Install PHP dependencies
composer install
# Install Node.js dependencies
npm install
# Build for development
npm run dev
Contributing
We welcome contributions! Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
See CONTRIBUTING.md for detailed guidelines.
π License
Free Version: GPL v2 or later - License Details
Premium Version: Proprietary license - Commercial use allowed with valid license
π Links
- Plugin Page: https://maniainc.com/gemini-mcp-tools-plugin
- Pricing: https://maniainc.com/gemini-mcp-tools-plugin#pricing
- Documentation: https://maniainc.com/docs/gemini-mcp-tools
- Support: https://maniainc.com/support
- Author: https://maniainc.com
π Stats
- 37+ Free WordPress Tools
- 7 Premium AI Integrations
- 50+ AI Models via OpenRouter
- 100% MCP Protocol Compatible
- 0 Data Collection
Made with β€οΈ by David Mania
