Open source 7 MCP servers github.com/vapvarun

Seven MCP servers we ship on GitHub. All open source.

Seven Model Context Protocol servers under the vapvarun GitHub org. Each one exposes a tool or service to AI agents. WordPress, BuddyPress, Elementor, malware cleanup, image annotation, Zoho Desk, Basecamp. MIT licensed.

7

MCP servers

MIT

license on every repo

Open source

GitHub-distributed

In production

we run them daily

The 7 servers

What each server does.

Each MCP server below covers one tool or service end-to-end. Click through to the repo for installation, tool reference, and usage notes.

01

wp-malware-cleanup-mcp

Cleans malware from WordPress sites via SSH and WP-CLI. Surface scans, deep scans, threat database, signature learning, quarantine, batch operations across 20 plus sites at once.

github.com/vapvarun/wp-malware-cleanup-mcp

02

image-annotator-mcp

Annotates screenshots with markers, arrows, callouts, and labels. Pairs with Playwright MCP for documentation workflows.

github.com/vapvarun/image-annotator-mcp

03

wp-astro-mcp

Headless WordPress server. Exposes content sync, multi-site management, and GitHub publishing for an Astro frontend that fronts any WP install.

github.com/vapvarun/wp-astro-mcp

04

elementor-mcp

Generates Elementor Pro landing pages. 106 widgets, color schemes, full theme builder integration. Lets agents push complete templates without manual click-through.

github.com/vapvarun/elementor-mcp

05

buddypress-mcp

Reads and modifies BuddyPress activity, profiles, groups, and members through the BuddyPress data model. Useful for maintaining demo and QA community sites at scale.

github.com/vapvarun/buddypress-mcp

06

zoho-desk-mcp-server

Workflow MCP for the support operations stack. Exposes ticket CRUD, comments, time entries, contact management, tag operations, and bulk update across the Zoho Desk API. Lets agents triage queues, post comments, log billable time, and tag tickets without leaving the chat.

github.com/vapvarun/zoho-desk-mcp-server

07

basecamp-mcp-server

Workflow MCP for project operations on Basecamp. Covers projects, todo lists, todos, message boards, campfires, schedules, and uploads. The same server we use ourselves to run client engagements through Basecamp.

github.com/vapvarun/basecamp-mcp-server

How to install

Clone, install, point your MCP client at it.

Installation is identical across all 7 servers. Substitute the repo name for any other server in the bundle.

claude-desktop-config.json bash
    
      
          
          # Install any of the 7 servers
        
          
          git clone https://github.com/vapvarun/wp-malware-cleanup-mcp
        
          
          cd wp-malware-cleanup-mcp && npm install
        
          
           
        
          
          # Add to your MCP-capable client (Claude Desktop, Cursor, etc.)
        
          
          {
        
          
            "mcpServers": {
        
          
              "wp-malware-cleanup": {
        
          
                "command": "node",
        
          
                "args": ["/path/to/wp-malware-cleanup-mcp/index.js"]
        
          
              }
        
          
            }
        
          
          }
        
    
  

Need a custom MCP server?

We have shipped 7 open. We can ship one for you.

Custom MCP server development for your stack: internal tools, SaaS APIs, bespoke workflows. Discovery call is free, fixed-price quote within 48 hours.